aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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
2020-11-03Merge "Improve anti-staging checker."Krzysztof Opasiak2-1/+52
2020-11-03Improve anti-staging checker.Jakub Latusek2-1/+52
Checking if images are in release repository. Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2616 Change-Id: Ibb4f7e51fb3a1afcebaecd04ca3e1a4bf62dd467
2020-11-03Merge "[CCSDK] Update a1policymanagement image version"Krzysztof Opasiak1-1/+1
2020-11-03Upgrade a refrepo imageBogumil Zebek1-1/+1
- Use the newest OCLIP 6.0.0 in the refrepo image Issue-ID: VNFSDK-704 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ifb8cc0639e6971a8d3ce654941e86ec2e1737e86
2020-11-02[SO] Disable SO-APPC per defaultSylvain Desbureaux1-1/+1
SO-APPC deployment is deprecated in Guilin version. Like other component, it's then set to disabled on default deployment Issue-ID: SO-3355 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iea82ea206b9945e37146c02caff7f50f1ae27953
2020-11-02[SO] Disable SO-VE-VNFM per defaultSylvain Desbureaux1-1/+1
SO-VE-VNFM deployment is deprecated in Guilin version. Like other component, it's then set to disabled on default deployment Issue-ID: SO-3355 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie43b4292b839bc46b7ecde98d7e3cbc75b156724
2020-11-02[SO] Use readiness chartSylvain Desbureaux33-168/+109
Some SO components are using readiness check init container. In "gating" mode, so image and readiness image are not coming from the same repository. By using readinessCheck charts, we can control that. Issue-ID: OOM-2617 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I44a4e9daf72d1a42d3d84b6d56b588cd7d44fb08
2020-11-02[SO] Remove so-db-secretskrishnaa9630-199/+62
so-db-secrets was used to create secrets for db creds. But now, they are being created from secrets metaconfig. It is not needed Issue-ID: OOM-2534 Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com> Change-Id: I0f0514b0b704e4643253b793ea4bd9ad92329759
2020-11-02[SO] Remove so-secret componentSylvain Desbureaux22-148/+20
SO secret was used to give truststore to SO components. As we're using dynamic certificate retrieval, it's not needed anymore. Issue-ID: OOM-2534 Issue-ID: SO-3348 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I0eb2e052096923fc69bf5f1a1876d9a76a22102b
2020-11-02Merge "[COMMON] Add limits to cassandra statefulsets."Krzysztof Opasiak2-14/+11
2020-11-02Merge "[SO] helm chart for cnf-adapter"Krzysztof Opasiak13-59/+597
2020-10-30[CCSDK] Update a1policymanagement image versionKonrad Bańka1-1/+1
Current version was pointing to Honolulu candidate image, while before branch-off, it should contain Guilin one. Issue-ID: CCSDK-2962 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I732203d0c3cdf0f5e5d833e6bbd060ee03783075
2020-10-30[SO] helm chart for cnf-adaptersekharhuawei13-59/+597
Add helm chart for cnf-adapter to oom Issue-ID: SO-3164 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: I12551f8403c55b7f0d0e54dea0d003413039b6a6 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-10-30[VFC] Update image of nslcmdyh2-1/+10
1.Update image of nslcm 2.Update annotations Change-Id: Ib34a1596e43f08e13d1c3f691b7428e8ed103e59 Issue-ID: VFC-1763 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2020-10-30[SDC] Update images for Guilin RC1ChrisC4-7/+7
Released images 1.7.2 updated for RC1 Issue-ID: SDC-3323 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I78c928a7ae1840545da7c002d512ddc94ea5346c
2020-10-29[Tree-wide] Remove pnda charts from OOMKrzysztof Opasiak20-933/+0
pnda was introduced in earlier release (R3) as POC however no longer supported. As we don't like unmaintained code and noone is using it let's remove it from oom helm charts. Issue-ID: DCAEGEN2-2503 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I717925acee3956ac7e5c6abda7a54e3a78f3ebf3
2020-10-29[COMMON] Loosen limits for ElasticsearchSylvain Desbureaux1-2/+2
Limits set seemed to be to hard, loosening them in order to make it work. Issue-ID: REQ-362 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I99aa55fb2564683f4968e5831e9e7b9aaa751054
2020-10-29Merge "[SO] Enable SO-Monitoring - use HTTPS and certInitializer"Krzysztof Opasiak6-18/+95
2020-10-29Merge "[SDNC] Update CertServiceClient"Krzysztof Opasiak1-1/+1
2020-10-29[SO] Enable SO-Monitoring - use HTTPS and certInitializerKrzysztof Gajewski6-18/+95
- SO-Monitoring service exposed as NodePort - Certs are retrieved dynamically using certInitializer Issue-ID: SO-2920 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I04e6556bcddc3c67afc2a76c5b4fecb59a134911
2020-10-29Merge "[SO] change comment style"Sylvain Desbureaux81-1/+163
2020-10-29[CLAMP] Release 5.1.4sebdet3-31/+29
Do the release 5.1.4 + fix potential issue with memory taken by clamp backend. Heap is now dynamic so resources must be set by default, onap/values overwrites the current flavor to unlimited. Issue-ID: CLAMP-956 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I349b9454ca0d7a3f2724aa27c041a4ea2da3689f Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-10-27Merge "[COMMON] allow multiline config for aaf add config"Krzysztof Opasiak1-1/+1
2020-10-27Merge "[COMMON] Add TLS for Ingress configuration"Krzysztof Opasiak1-4/+24
2020-10-27Merge "[SDNC] wrong configuration in mountpoint-registrar.properties"Krzysztof Opasiak1-0/+5
2020-10-27Merge "[PORTAL ] Non-root user DB access from WMS"Krzysztof Opasiak5-8/+105
2020-10-27Merge "[SO] Import various CAs in truststore"Krzysztof Opasiak3-4/+10
2020-10-27Merge "[CONSUL] Add limits to consul chart."Krzysztof Opasiak4-3/+57
2020-10-27Merge "[COMMON] Add limits to Elasticsearch"Krzysztof Opasiak1-13/+10
2020-10-27Merge "[SO] use v2 version for VNFs"Krzysztof Opasiak2-11/+12
2020-10-27Update git submoduleswreehil1-0/+0
* Update kubernetes/aai from branch 'master' to bac40922e4043c632e1a8a5fe1531a640cbfe6c2 - Release the 1.7.11 docker release for the network slicing functional use case Issue-ID: AAI-3211 Signed-off-by: wreehil <wr148d@att.com> Change-Id: I304c09b646cdf55b848f89b0fa1f1ee08ad3acf3
2020-10-27[SDNC] Update CertServiceClientMaciej Malewski1-1/+1
Update CertServiceClient to new version (2.1.0) Issue-ID: OOM-2580 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I8e7f42a5edb1832932eb8b6b66950612ec33a21f