Age | Commit message (Collapse) | Author | Files | Lines |
|
ONAP is too big to be deployed using helm install so we need to
use a custom helm plugin helm deploy. This script deloys onap
component by component instead of deploying evrything at
once. Unfortunately this script also modifies the helm release by
appending component name to it.
As a result of this behavior our objects are called for example:
onap-mariadb-galera-mariadb-galera-0
instead of just being called onap-mariadb-galera-0.
This patch simplifies this naming convention by replacing all direct
usages of .Release.Name with common.release macro which strips the
component specific part from the release name.
Issue-ID: OOM-2275
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
|
|
Change-Id: Ie7064b59032c6cd81ee37466c89a5dee74530939
Issue-ID: OOM-750
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Change-Id: I6b40fcff3f0f09e7633f7fac38665e755bf90167
Issue-ID: VFC-728
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
|
|
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Modify all-service.yaml,values.yaml, etc
Change-Id: Ieb98334a31a48654cee6436ac48a69f16948a380
Issue-ID: OOM-506
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
|
|
- add nokia driver
- add workflow engine activiti
- fix workflow deps
- update versions to released ones (TB updated)
Change-Id: Ia8df5fdd1df13e4d237aa628fb2c4fceb2d033cc
Issue-ID: OOM-473
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Add option to disable any deployment by using conditions in helm
templates. Each deployment will get helm parameter - boolean flag
allowing to disable it. The flags can be listed in the custom
values.yaml file that can be passed to the createAll script with
'-v' command line option.
Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56
Issue-ID: OOM-380
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
|
|
A missing quote breaks the helm yaml to json
conversion...
tested with: helm install vfc --dry-run --debug
Issue-ID: OOM-352
Change-Id: Ie676f1f604f97d14d7e335682bb3b241f68d4640
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Issue-Id: OOM-25
Change-Id: I76f87e25f58a0b1eb68dd5ff08224a2beaaf4479
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Add VFC containers to ONAP K8S
MK:- fixed issues related to port names longer than 15chars
- scoped pods to the onap-vfc namespace.
All deployments still fail due to missing docker images in nexus3
Yan:- fixed docker images in nexus3
MK (patchset 7)
- adding image pull secrets or they all fail
- address Alexis comments by removing trailing spaces &
removing activii (with the comments left in it crashes out)
MK: (patchset 8)
- removing trailing whitespaces
Change-Id: Iab9f641aaa580511c0e4a073a71da723aaf07315
Issue-ID: OOM-19
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|