aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30[MSB] Uses new tpls for repos / imagesSylvain Desbureaux52-40/+164
This commit makes MSB chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I97de4e13d077a6b7139d98dcd855f93645489035
2020-11-30[CLI] set version back to 6.0.0Sylvain Desbureaux1-1/+1
During OOM version bump, CLI was accidentally bumped to 7.0.0. This patch reverts the situation. Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I2acdf393cf41be7d9145a5724d2ba0473398abf3
2020-11-30Merge "[COMMON][DOC] Bump version Guilin"Sylvain Desbureaux421-959/+1112
2020-11-30Update git submodulesMorgan Richomme1-0/+0
* Update kubernetes/robot from branch 'master' to 4b76d896522b113eff620a732a6ce7b363529f7f - Merge "[ROBOT] Version bump for Guilin" - [ROBOT] Version bump for Guilin Guilin chart uses 7.0.0 version. Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Icceec640d07075d67038ee8b41fd50639f7c2c21
2020-11-30Update git submodulesSylvain Desbureaux1-0/+0
* Update kubernetes/aai from branch 'master' to 18d4bd165e12cb4d03baa318e506f0dda381cd89 - [AAI] Version bump for Guilin Guilin chart uses 7.0.0 version. Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6a2816dd3870c2a8a0f578e2c7b86804d566dd75
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux421-959/+1112
Update charts and requirements to 7.0.0. Create release notes for Guilin Update documentation Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c
2020-11-30Merge "[POLICY] Uses new tpls for repos / images"Krzysztof Opasiak24-46/+47
2020-11-30Merge "[SDNC] Uses new tpls for repos / images"Krzysztof Opasiak20-62/+43
2020-11-30Merge "[COMMON][NAMEGEN] Uses new tpls for repos / images"Krzysztof Opasiak3-10/+5
2020-11-30Merge "[CONTRIB] Uses new tpls for repos / images"Krzysztof Opasiak73-177/+456
2020-11-30Merge "Missing commands to be added"Krzysztof Opasiak2-0/+14
2020-11-30Merge "[CONSUL] Make consul run as non-root"Sylvain Desbureaux4-12/+54
2020-11-30Missing commands to be addedramagp2-0/+14
Change-Id: I11bd3ceacf8baa89fe78d318f12a25ced5e8b51b Issue-ID: OOM-2530 Signed-off-by: ramagp <ramakrishnagp@aarnanetworks.com>
2020-11-29Merge "[SO] helm chart for cnf-adapter"Sylvain Desbureaux11-27/+553
2020-11-29[CONTRIB] Uses new tpls for repos / imagesSylvain Desbureaux73-177/+456
This commit makes Contrib chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I33ca36a2b25e67fd9f74ae408cd34f58405d6b80
2020-11-28Merge "[PLATFORM] Small fix of name of the user"Sylvain Desbureaux1-2/+2
2020-11-27[PLATFORM] Small fix of name of the userPawel1-2/+2
Issue-ID: OOM-2588 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I978428b63d769c7fa226d8d95a5dbd892630b662
2020-11-27[POLICY] Uses new tpls for repos / imagesSylvain Desbureaux24-46/+47
This commit makes Policy chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ibc592fdc393e37c075ce905027d49d70fcbe4d84
2020-11-27[SDNC] Uses new tpls for repos / imagesSylvain Desbureaux20-62/+43
This commit makes SDNC chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iec8379934829947be1cb466b007c949a8448e742
2020-11-27[COMMON][NAMEGEN] Uses new tpls for repos / imagesSylvain Desbureaux3-10/+5
This commit makes network name gen template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I9f638f1fe48d6cdb66cc53cc9bcedb67edb55017
2020-11-27[SDNC-WEB] Remove invalid parameter from deploymentGrzegorz-Lis1-1/+0
Remove serviceName parameter from deployment. Parameter reserved for startefulSet. Issue-ID: SDNC-1427 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: Ic949e1a465c3bb632cbb7c0c325ef7d358935e99
2020-11-27[CONSUL] Make consul run as non-rootKrzysztof Opasiak4-12/+54
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. Yes, I know that moving consul-server to component would be more proper solution but as this commit is supposed to be cherry-picked to guilin I've tried to make as little changes as possible. Issue-ID: REQ-362 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Idfc09ee225d4f89bb699683fa5e4ae3b86491c08
2020-11-27[SO] helm chart for cnf-adaptersekharhuawei11-27/+553
Add helm chart for cnf-adapter to oom Issue-ID: SO-3164 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: Ib96c130b05d31a11e42603300f5e7e0f43cb9aa1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-11-27Merge "Revert "[AAF] externalizes init data out from aaf-cass image to chart""Krzysztof Opasiak24-1632/+13
2020-11-27Revert "[AAF] externalizes init data out from aaf-cass image to chart"Sylvain Desbureaux24-1632/+13
This reverts commit a8c57a9bdb75a6778cae512ae83710ad8af361e4. Reason for revert: AAF on master is broken Issue-ID: OOM-2586 Change-Id: I0c1cfb2c7be0a8884ca003523d847c3cf0c3ab20 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-11-26Merge "[MULTICLOUD] Uses new tpls for repos / images"Krzysztof Opasiak99-340/+599
2020-11-26Merge "[DCAE] Uses new tpls for repos / images"Krzysztof Opasiak41-159/+117
2020-11-26Merge "[COMMON][DGBuilder] Uses new tpls for repos / images"Krzysztof Opasiak3-17/+6
2020-11-26Merge "[DCAEMOD] Uses new tpls for repos / images"Krzysztof Opasiak22-33/+35
2020-11-26Merge "[VFC] Uses new tpls for repos / images"Krzysztof Opasiak70-87/+358
2020-11-26Merge "[A1Policy] Uses new tpls for repos / images"Krzysztof Opasiak3-5/+6
2020-11-26Merge "[POMBA] Uses new tpls for repos / images"Krzysztof Opasiak159-187/+365
2020-11-26Merge "[AAF] Uses new tpls for repos / images"Krzysztof Opasiak61-183/+428
2020-11-26Merge "[COMMON][CASSANDRA] Uses new tpls for repos / images"Krzysztof Opasiak4-9/+9
2020-11-26Merge "[CDS] Uses new tpls for repos / images"Krzysztof Opasiak44-52/+164
2020-11-26Merge "[DMAAP] Uses new tpls for repos / images"Krzysztof Opasiak45-74/+281
2020-11-25Fix "fake" deployment image nameBartek Grzybowski1-1/+1
Change-Id: Iaf5ca63623a72e46f54911c07626da2d145a5762 Issue-ID: OOM-2588 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-11-25Merge "[CONSUL] Uses new tpls for repos / images"Krzysztof Opasiak5-10/+5
2020-11-25Merge "[SDC] Uses new tpls for repos / images"Krzysztof Opasiak21-52/+47
2020-11-25Merge "[COMMON][POSTGRES] Uses new tpls for repos / images"Krzysztof Opasiak3-13/+6
2020-11-25Merge "[LOG] Uses new tpls for repos / images"Krzysztof Opasiak36-27/+144
2020-11-25Merge "Drop repo name in Helm's v3 "repo update" subcommand"Krzysztof Opasiak1-1/+1
2020-11-25Merge "[COMMON][ELASTIC] Uses new tpls for repos / images"Krzysztof Opasiak18-71/+156
2020-11-25Merge "[MSB] Make consul run as non-root"Krzysztof Opasiak4-0/+149
2020-11-25Merge "[APPC] Uses new tpls for repos / images"Krzysztof Opasiak22-18/+131
2020-11-24Merge "[AAF] externalizes init data out from aaf-cass image to chart"Krzysztof Opasiak24-13/+1632
2020-11-24Merge "[SNIRO] Uses new tpls for repos / images"Krzysztof Opasiak3-2/+4
2020-11-24Drop repo name in Helm's v3 "repo update" subcommandBartek Grzybowski1-1/+1
"helm repo update" accepts no arguments Change-Id: I216d50d9fa98f59191795f5625ec835158458978 Issue-ID: OOM-2562 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-11-24[POMBA] Uses new tpls for repos / imagesSylvain Desbureaux159-187/+365
This commit makes Pomba chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib94d70d7eb0af5835774719851046ada0af96202
2020-11-24[AAF] Uses new tpls for repos / imagesSylvain Desbureaux61-192/+437
This commit makes aaf chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Idcb67c5c96438efd7cee4b0fa3238d5762339b3e