summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2020-11-18Revert "[CONSUL] Make consul run as non-root"Daniel Milaszkiewicz2-35/+9
Revert submission 114556 Reason for revert: Bug - OOM-2630 Reverted Changes: Ic1302ac28:[CONSUL] Make consul server run as non-root I43584b7f0:[CONSUL] Make consul run as non-root Issue-ID: OOM-2630 Change-Id: Ie80d50417418d182f3db54d103bac50dde0c6775 Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com> (cherry picked from commit 55913091b7deb8f73c026c53826608c8f7b51f17)
2020-11-18[SO] Bump container versions to 1.7.10Kalkere Ramesh, Sharan10-10/+10
SO 1.7.10 containers are release containers so-bpmn-infra: 1.7.10 so-catalog-db-adapter: 1.7.10 so-monitoring: 1.7.10 so/nssmf-adapter: 1.7.10 so/openstack-adapter: 1.7.10 so/request-db-adapter: 1.7.10 so/sdc-controller: 1.7.10 so/sdnc-adapter: 1.7.10 so/vnfm-adapter:1.7.10 so/api-handler-infra:1.7.10 Issue-ID: SO-3346 Change-Id: I450734f8b4704c767c330deff8a830ae84ba3d2c Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com> (cherry picked from commit df29b1e09931b7e0f4c7cd4bfb363a707a201deb)
2020-11-13Merge "[SO] Register Etsi Nfvo in MSB"Sylvain Desbureaux1-2/+2
2020-11-13Merge "[CCSDK] Fix for naming service"Sylvain Desbureaux1-1/+1
2020-11-13Merge "[Tree-wide] Update helm repo after build"Sylvain Desbureaux1-5/+14
2020-11-13Merge "[SO] Bump container versions to 1.7.9 "Sylvain Desbureaux10-10/+10
2020-11-12[CCSDK] Fix for naming serviceDan Timoney1-1/+1
Updated version of network-name-gen microservice to 1.0.2, which contains fix for database initialization error (CCSDK-2978). Issue-ID: CCSDK-2978 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I25fb44188086181714cfdd3b864ad69bad8f28bf
2020-11-12[SO] Bump container versions to 1.7.9 seshukm10-10/+10
SO 1.7.9 containers are release containers so-bpmn-infra: 1.7.9 so-catalog-db-adapter: 1.7.9 so-monitoring: 1.7.9 so/nssmf-adapter: 1.7.9 so/openstack-adapter: 1.7.9 so/request-db-adapter: 1.7.9 so/sdc-controller: 1.7.9 so/sdnc-adapter: 1.7.9 so/vnfm-adapter:1.7.9 so/api-handler-infra:1.7.9 Issue-ID: SO-3216 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I14d3347225dc1a6c072dbb2e56e5bb985867f25a
2020-11-10[SO] Register Etsi Nfvo in MSBAndrewLamb1-2/+2
Small change so that NFVO registers in MSB correctly Issue-ID: SO-3225 Change-Id: If734b1455cb5a9a31ec64f2df92ddd8239004bea Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-11-09Merge "[PORTAL] Update image versions"Sylvain Desbureaux4-5/+5
2020-11-06Merge "[SDNC][CCSDK] Update SDNC and CCSDK image versions for Guilin RC1"Krzysztof Opasiak10-10/+10
2020-11-06Merge "[SO] Disable SO-VE-VNFM per default"Krzysztof Opasiak1-1/+1
2020-11-06Merge "[DCAE]Fixed MSB Registration Bugs"Krzysztof Opasiak1-2/+2
2020-11-06[Tree-wide] Update helm repo after buildKrzysztof Opasiak1-5/+14
Helm 3 no longer supports creation of a local repo as helm 2 did. Now we need to use external component named chartmuseum to provide us repo for helm charts. When we start chartmuseum for the first time repo is empty and during our build process we successively built helm charts to it. As a last chart we always build our umbrella chart called onap and also push it to repo. Unfortunately our local helm cache is unaware that this new chart is now available untill we push sth else or execute helm repo update which leads to really cryptic deployment failures. To mitigate this issue let's add a new target helm-repo-update which will be executed right after onap and just make sure that our local cache is up to date. WARNING: If you are using helm v3 and you build a single component for the first time on this machine or version of chart for the component that you are building has just changed recently it's not enough to run: $ make <component> You need to also run: $ make helm-repo-update after successful build of your component. Issue-ID: OOM-2562 Change-Id: I77020a3fb5666106b86c6a76477a57d9dd5af047 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-11-06Update git submoduleswreehil1-0/+0
* Update kubernetes/aai from branch 'master' to 9eef36ac7a12292e749104dd5a7fa17e35bdfecc - [AAI] Bump Schema Service Use latest schema service version for helping the ccvpn network slicing use case with an edge multiplicity issue. Issue-ID: AAI-3212 Signed-off-by: wreehil <wr148d@att.com> Change-Id: I878e0c1f7b664fc97adf3256e97b79e351828ee0
2020-11-06Merge "Revert "[SO] helm chart for cnf-adapter""Krzysztof Opasiak13-582/+56
2020-11-06Merge "[SO] SOL003 adapter,bpmn-infra, nfvo HTTPs to HTTP"Sylvain Desbureaux3-12/+4
2020-11-06Update git submodulesMorgan Richomme1-0/+0
* Update kubernetes/robot from branch 'master' to f3afcb0e60f54840d386084ee3ee2e364b2650f1 - Merge "[SO] SOL003 adapter,bpmn-infra, nfvo HTTPs to HTTP" - [SO] SOL003 adapter,bpmn-infra, nfvo HTTPs to HTTP Removing https communication as SO SOL003 Adapter has used its own keystore for communications with bpmn-infra and etsi-nfvo with hardcoded password.Common way of certicates will break existing communication so going for HTTP path due to time constraint . Will revisit security in Honululu as part of https://jira.onap.org/browse/SO-3350 epic. Change-Id: I75acd05feb4b244892261cf9c95d33a78dbe687d Issue-ID: SO-3349 Signed-off-by: Mukesh <mukeshsharma@est.tech>
2020-11-06Merge "[SDC] Re-enable the cert storage"Sylvain Desbureaux3-0/+86
2020-11-06Merge "[CLI] Set Release version of Guilin"Sylvain Desbureaux1-1/+1
2020-11-06Merge "[SDNC] fix broken sdnc-web deployment"Sylvain Desbureaux3-6/+22
2020-11-06Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'master' to 3b9adc67e6ae2a65480d80dc50cee88b674604a3 - [Testsuite] bump version 1.7.2 for Guilin RC1 Issue-ID: INT-1768 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I533da0afac4f853c6ef018f978f05df00e05087e
2020-11-05Merge "[SDNC] Change sdnc to single startup script solution"Sylvain Desbureaux4-508/+2
2020-11-05Merge "[Tree-wide] Remove pnda charts from OOM"Sylvain Desbureaux20-933/+0
2020-11-05[SO] SOL003 adapter,bpmn-infra, nfvo HTTPs to HTTPMukeshKumar3-12/+4
Removing https communication as SO SOL003 Adapter has used its own keystore for communications with bpmn-infra and etsi-nfvo with hardcoded password.Common way of certicates will break existing communication so going for HTTP path due to time constraint . Will revisit security in Honululu as part of https://jira.onap.org/browse/SO-3350 epic. Change-Id: I521d9be9007f229919fb5d88f476a692faae10e1 Issue-ID: SO-3349 Signed-off-by: Mukesh <mukeshsharma@est.tech>
2020-11-05Revert "[SO] helm chart for cnf-adapter"Sylvain Desbureaux13-582/+56
This reverts commit a2145f7fa5a4bfadf6782333a879e75730da4f8e. Reason for revert: it seems to have weird consequences when bumping so version Issue-ID: SO-3164 Change-Id: Ibf869be9e9dcba915a738605af6d4f823742fbea Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-11-05Merge "[SO] Disable SO-APPC per default"Krzysztof Opasiak1-1/+1
2020-11-05Merge "[SO] don't use SO repositoryOverride for soHelper"Krzysztof Opasiak1-1/+1
2020-11-05Merge "[SO] Use readiness chart"Krzysztof Opasiak33-168/+109
2020-11-05[CLI] Set Release version of GuilinKanagaraj Manickam1-1/+1
Sets the Guilin release version for CLI component. Issue-ID: CLI-328 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: Iacef3d5957aecba0cefcfb5ee3715000c20c3a9c
2020-11-05[PORTAL] Update image versionsSandeep Shah4-5/+5
Includes image updates to version 3.4.2 and disabled A&AI Ui from portal platform Issue-ID: OOM-2618 Signed-off-by: SandeepLinux <sandeep.shah@att.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I98f4b477c3ac4d75ae9ef40387c6e931c1afb352
2020-11-04Merge "[CLAMP] Release 5.1.4"Sylvain Desbureaux3-31/+29
2020-11-04[SDC] Re-enable the cert storagesebdet3-0/+86
Re-enable the cert storage for secure package of the onboarding be Issue-ID: SDC-3361 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Signed-off-by: Xue Gao <xg353y@intl.att.com> Change-Id: I4325ebdaa2c52432150097032974e11668731492
2020-11-04Merge "[ONAP] Remove helm comment from environment files"Sylvain Desbureaux4-8/+0
2020-11-04[SDNC] fix broken sdnc-web deploymentAlexander Dehn3-6/+22
fix deployment.yaml Issue-ID: OOM-2600 Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com> Change-Id: Id8f8f6c341bed30ce26cc061b47aeb6e312e7bfa
2020-11-04[SDNC] Change sdnc to single startup script solutionAlexander Dehn4-508/+2
remove startup scripts Issue-ID: OOM-2610 Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com> Change-Id: Ia09de604cc502ecbbd7575cd5dd2374f253820ed
2020-11-04Merge changes Ic1302ac2,I43584b7fSylvain Desbureaux3-10/+38
* changes: [CONSUL] Make consul server run as non-root [CONSUL] Make consul run as non-root
2020-11-04[ONAP] Remove helm comment from environment filesJakub Latusek4-8/+0
This files are never processed as helm's template, so comments should be in yaml style. Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: Id97f1b2640d7d96324f891b54780a12ec28e5d02
2020-11-04[DCAE]Fixed MSB Registration BugsGuangrongFu1-2/+2
Release new docker images after bug fixing. Issue-ID: HOLMES-368 Change-Id: I7edfc71bc90d3994447d5606eefc1d49d1371c1c Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2020-11-04Merge "[SDC] Update images for Guilin RC1"Sylvain Desbureaux4-7/+7
2020-11-03Merge "[SO] update the so-etsi-nfvo-ns-lcm version"Krzysztof Opasiak1-1/+1
2020-11-03[SO] update the so-etsi-nfvo-ns-lcm versionseshukm1-1/+1
The release version of so-etsi-nfvo-ns-lcm is updated from 1.7.4-snapshot to 1.7.7 Issue-ID: SO-3351 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I0e167bc37f3bb02d7f63ae5aaa6cbed37840b5c3
2020-11-03[SO] don't use SO repositoryOverride for soHelperSylvain Desbureaux1-1/+1
soHelper is currently using repositoryOverride value of SO in the templates, making SO gating very hard. This commit prevents that (it's always possible to use the same repository by setting repositoryOverride on soHelper) Issue-ID: OOM-2617 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I88ce702b04242d7f4244698bce3114a1303394cd
2020-11-03[SDNC][CCSDK] Update SDNC and CCSDK image versions for Guilin RC1Dan Timoney12-12/+12
Update SDNC and CCSDK image versions to proper Guilin RC1 version. Issue-ID: CCSDK-2931 Issue-ID: SDNC-1402 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9d711d6c3e7c3130680fe3459326be0b5dd2e555
2020-11-03Remove unexepected chat in yaml filemrichomme1-2/+0
These parameters trigger an error when installing on windriver so if the file is used, installation will fail due to yaml issue Issue-ID: OOM-2620 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I572d7d26067f7b632aaec4fd88a19d28b80b9d68
2020-11-03[CONSUL] Make consul server run as non-rootKrzysztof Opasiak1-1/+3
Modify the entrypoint to eliminate root process from container. Issue-ID: REQ-362 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic1302ac2858dda1bac71be4449ea74cfc73ba197
2020-11-03[CONSUL] Make consul run as non-rootKrzysztof Opasiak2-9/+35
Use our recently build consul image (still based on the same old consul version) and modify the deployment to make sure that it is able to run as non-root user. Issue-ID: REQ-362 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I43584b7f07fda1943447a4e58ee7444d20660097
2020-11-03Merge "[SO] Remove so-db-secrets"Krzysztof Opasiak30-199/+62
2020-11-03Merge "[SO] Remove so-secret component"Krzysztof Opasiak22-148/+20
2020-11-03Merge "Upgrade a refrepo image"Sylvain Desbureaux1-1/+1