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
|
|
Issue-ID: OOM-1303
Change-Id: I7c3407e01619aa4463f7f8285cfad57ce17ee294
Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
|
|
|
|
Use a none default service account for MSB, so we can have different Istio auth policy for different service
Issue-ID: MSB-272
Change-Id: I38372660ab2787f9ee0b1b50d353ff0aee4a0246
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
|
|
Issue-ID: MSB-267
Change-Id: Ie6bebdd7b8dde8cfd87c2ddcedc8f2831f9d98dd
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Change-Id: I63fbb58167a3e352f05e7e9af4d28f3531546dff
Issue-ID: OOM-742
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Issue-ID: OOM-811
Change-Id: I8a0cdc6e727a8045f4b0ac73731c81a676a463b2
Depends-On: I039b6bcc9a301751ba976b77c0f2cc3b904b8e9c
Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
|
|
Issue-ID: OOM-280
Deploy kube2msb along with msb contianers, so the ONAP services can be sync to MSB after MSB is restarted
Change-Id: I408e27c72c4b2169c0babe2562e74d4a645683de
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-ID: OOM-693
Change-Id: Ibcdfd5c2a8c55eb28d6acd16e7a9b0f1faaef65b
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Issue-ID: MSB-140
Change-Id: Ideb50217fb3ba21a2824fbedee41b8df04f3e62c
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Change-Id: Ib8bef822ea3b27e3a7eb9e99cf7f8748bfc6f422
Issue-ID: OOM-678
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
|
|
Issue-Id: OOM-355
Change-Id: Iafc3ec55cd6b954fb9ba818376948ebc7c4c4711
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
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>
|
|
Issue-Id: OOM-113
Change-Id: I669e5e7f0298fc80ab472cd874e6384b24e72c7d
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Use domain name instead of IP, so a fixed cluster IP is not needed anymore.
Issue-Id: OOM-113
Change-Id: Idd0444d4a9ff9b366e73316a7c6f26ffcd5ff725
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-Id: OOM-113
Change-Id: I41e6f72337a15c1d07b444b09171204d8eb378ec
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-Id: OOM-113
Change-Id: I9bab3903c4334c0587071eff077f1745bbd4460b
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-ID: OOM-113
Change-Id: Ifaa978ed6156a661ae8312959fd4dc70a8029e32
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-Id: OOM-113
Change-Id: I36641bbb2c973f3df9a9d1a24e7197c21552e61b
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-Id: OOM-113
Change-Id: Ic91394e18e52b8225d2e31c0cc4ec3e752b94d33
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-Id: OOM-113
Change-Id: I483e6e9942a3cf7ffd486c8ac53e8f458baa0c21
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-Id: OOM-113, MSB-26
Change-Id: If365e75c7ccf7de902f771ffdd2db3b1566b98b6
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-Id: OOM-13, MSB-25
Change-Id: I84dce66bd94231f35c9480371557e7c62e6a8369
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Issue-Id: OOM-113, MSB-56
Change-Id: Idec27ae5e2e32fdf4462144ddb13e9f535a4d044
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Change-Id: I2f9bbc0f685cd0a0b437e609dc42498d56727676
Issue-Id: OOM-113, MSB-24
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|