Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: OOM-728
Change-Id: I2e6b298a78e7d10c47ce1d531bf089c928a40284
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Issue-ID: OOM-560
Change-Id: Iee9c7c78c6eb53b14b31d6e31f1539040daa88ba
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
|
|
|
|
|
|
Change-Id: I00a8b3d1cac5cc3038a3efdb36d1e78e4a2e7cde
Signed-off-by: Brian Freeman <bf1936@att.com>
Issue-ID: OOM-769
|
|
|
|
|
|
The rest API with http protocal of esr has been changed into https. So register esr to MSB with enable_ssl
Change-Id: Icb4d0d5cbdb8d9ad5a0070f350947a1aae8308a7
Issue-ID: AAI-852
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Register clamp API to MSB while deployed by OOM.
Actual URL of Clamp: http://[CLAMP_IP]:[CLAMP_PORT]/restservices/clds/v1/*
Published URL of MSB: http://[MSB_IP]:[MSB_PORT]/api/clamp/v1/*
Issue-ID: CLAMP-95, OOM-230
Change-Id: I88d6cf47d91fbabcb6fd894e682fd6391634f232
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
|
|
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>
|
|
with this change we can now do the following:
can deploy umbrella chart with currently working components:
helm install local/onap --name onap --namespace onap-all
helm install local/onap --name onap-2 --namespace onap-all-2 \
--set global.nodePortPrefix=303
- umbrella includes setup chart
can deploy a-la-carte component by component into a single namespace
- Need to deploy a setup chart first. cannot be made a helm dependency
as there will be conflicts if each app chart has the same setup dependency.
helm install local/setup --name onap-setup --namespace onap-apps
helm install local/so --name so1 --namespace onap-apps \
--set global.nodePortPrefix=304
helm list
NAME REVISION STATUS CHART NAMESPACE
onap 1 DEPLOYED onap-2.0.0 onap-all
onap-2 1 DEPLOYED onap-2.0.0 onap-all-2
onap-setup 1 DEPLOYED setup-2.0.0 onap-apps
so1 1 DEPLOYED so-2.0.0 onap-apps
Unfortunately, the config maps all have fixed names, so installing
the same app in the a-la-carte fashion will fail due to a collision.
Not worrying about this as I'm not sure we want to support this.
-made the common and setup charts standalone to remove relative file paths
from requirements.yaml
This will help when there are different levels of subcharts that
need to include common
Issue-ID: OOM-786
Issue-ID: OOM-789
Issue-ID: OOM-788
Change-Id: I20bacae6f0f20e8f3bb1527af1e7e53f187341d5
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue-ID: OOM-693
Change-Id: Ibcdfd5c2a8c55eb28d6acd16e7a9b0f1faaef65b
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Issue-ID: OOM-692
Change-Id: I7ddbcbe562b3e5f82384c734c48d6c810a647f62
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Issue-ID: OOM-696
Change-Id: Id2aa33af6e13e08883aad8b78ef7b797cb03d11d
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Issue-ID: OOM-691
Change-Id: Idea9ebc33310cbaf823163cccd6c816477661118
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Issue-ID: OOM-512
Signed-off-by: akhosla <akanksha.khosla@amdocs.com>
# Changes to be committed:
Change-Id: I6a69658958b625ac94323b19ffb6a597e98fa6f6
Signed-off-by: akhosla <akanksha.khosla@amdocs.com>
|
|
Issue-ID: OOM-785
Change-Id: I248f3c9c83dbb701177754dfe7f275d1c6655a71
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
changed namespace to be nsPrefix only
added component name as prefix to chart name
changed all templated to use name instead of fullname
Issue-ID: OOM-784
Change-Id: If2288ba14e5f74a7f7ba4c2f9bf46eecc36feca7
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
|
|
Issue-ID: OOM-622
Change-Id: I865d1a2bc01bb259d28f08ccf9853d7dc0cb3815
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
Change-Id: I3af1502b06302bde97b6656eed41d0ab75e8da99
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Issue-ID: OOM-783
|
|
Add filebeat agent to ships logs to logging system.
Apply ConfigMap to manager filebeat and log configuration.
Change-Id: I02511b698c66d718d010df144f9dc27a6a52c2c6
Issue-ID: MULTICLOUD-151
Issue-ID: LOG-137
Signed-off-by: liangke <lokyse@163.com>
|
|
Change-Id: Id44e74db3a26f963957222ba6690f6d57e0378db
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Change-Id: I621c2418337047ae88ad58b26e447d3b750ed000
Issue-ID: OOM-780
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
to be sure the pvc will properly be bound to the expected pv
a label has been added to the pv and a selector on matchlabels
has been added to the pvc
Issue-ID: OOM-786
Change-Id: Ic1c89efc2632623f9bf6467ebc1fd24b3cb4fb93
Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
|
|
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>
|
|
Issue-ID: MSB-155
Change-Id: I6bcc91d6c7a4b439c01ff667cc76f3fc37e7d1a2
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue-ID: OOM-764
Change-Id: If1e860a310dfe42df23b3ac754961e0f070e1ed2
Signed-off-by: atulan <atul.angrish@amdocs.com>
|
|
Change-Id: Iae1032f73c03fcdf3bb69b341fc113bc67ecbb46
Issue-ID: OOM-725
Signed-off-by: hg4105 <hg4105@att.com>
|
|
changes can be seen in reviews: 31743 and 31721
Issue-ID: OOM-514
Change-Id: I1dc0c81519fd875dee4786c3dea752f354b79502
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|