Age | Commit message (Collapse) | Author | Files | Lines |
|
-fixed communication via kube dns
-using fullname to avoid possible conflicts
-removed unused values
-set image to 1.2-STAGING-latest (for master)
-set demo artifacts to the master version 1.2.0-SNAPSHOT
-removed dependency on other reviews
Issue-ID: OOM-728
Change-Id: I60530215374149dd9d0e0706e37712ed8291ab6c
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
|
|
|
|
Change-Id: I9f676f2d1992ae97016af812dfa2e968ead98534
Issue-ID: MSB-117
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
|
|
Issue-ID: OOM-735
Change-Id: Id5789742b4c930dcb2bebebbaa2cf82182949ee3
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
|
|
Copy and rename onap-app dir to name of ONAP application
being ported to standardized configuration format (2.0.0).
Replace all <...> within the chart templates, Chart.yaml and
values.yaml.
MKhinda - updated after single namespace and refactor
Change-Id: I9ef94839cb45a4698c1e125e3e0ca5243b929f13
Issue-ID: OOM-777
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
|
|
|
|
Issue-ID: OOM-811
Change-Id: I8a0cdc6e727a8045f4b0ac73731c81a676a463b2
Depends-On: I039b6bcc9a301751ba976b77c0f2cc3b904b8e9c
Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
|
|
Issue-ID: OOM-597
Change-Id: I708c3e9df16003a54462f76c6ffe513b270faae8
Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
|
|
|
|
Issue-ID: OOM-728
Change-Id: I2e6b298a78e7d10c47ce1d531bf089c928a40284
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
With this modification, the log of esr-server will be in filebeat.
Change-Id: I647fc665ed383b58c14a34d6598e41cd6842b1ec
Issue-ID: AAI-756
Signed-off-by: LiZi <li.zi30@zte.com.cn>
|
|
Issue-ID: OOM-623
Change-Id: I911f441bebf7734bbcf733bbf6f1ce6d3ae48eb5
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
Change-Id: Iec439d1ac774763cfd245ca1f72f1dccd01e764e
Issue-ID: OOM-809
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
|
|
Issue-ID: OOM-560
Change-Id: Iee9c7c78c6eb53b14b31d6e31f1539040daa88ba
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Change-Id: I09cfea85672285fb96d0449af2e1535249b1c125
Issue-ID: AAI-671
Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.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>
|
|
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>
|