Borislav Glozman [Wed, 6 Nov 2019 11:58:16 +0000 (11:58 +0000)]
Merge "[CLAMP] set Mariadb PVC to RWO"
Borislav Glozman [Wed, 6 Nov 2019 11:58:05 +0000 (11:58 +0000)]
Merge "[LOG] Move Elasticsearch PVC to RWO"
Borislav Glozman [Wed, 6 Nov 2019 11:57:54 +0000 (11:57 +0000)]
Merge "[POMBA] Move Elasticsearch PVC to RWO"
Borislav Glozman [Wed, 6 Nov 2019 11:57:40 +0000 (11:57 +0000)]
Merge "[POMBA] Move Data Router logs PVC to RWO"
Borislav Glozman [Wed, 6 Nov 2019 11:57:30 +0000 (11:57 +0000)]
Merge "[APPC] Move Ansible server PVC to RWO"
Borislav Glozman [Wed, 6 Nov 2019 11:56:28 +0000 (11:56 +0000)]
Merge "Remove controller blueprint chart"
Sylvain Desbureaux [Tue, 5 Nov 2019 10:57:01 +0000 (11:57 +0100)]
[POMBA] Move Data Router logs PVC to RWO
Data Router pods writes logs directly in the PVC within generic name
files:
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log
-rw-r--r-- 1 root root 125 Nov 5 09:56 /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/
total 4
drwxr-xr-x 2 root root 76 Nov 5 09:56 AAI-DR
-rw-r--r-- 1 root root 125 Nov 5 09:56 application.log
drwxr-xr-x 3 root root 18 Nov 5 09:54 data-router
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/
total 0
drwxrwxrwx 2 root root 6 Nov 5 09:54 logs
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/logs/
total 0
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/AAI-DR/
total 12
-rw-r--r-- 1 root root 0 Nov 5 09:56 audit.log
-rw-r--r-- 1 root root 0 Nov 5 09:56 debug.log
-rw-r--r-- 1 root root 7519 Nov 5 09:56 error.log
-rw-r--r-- 1 root root 666 Nov 5 09:56 metrics.log
Thus if two pods were writing, there would be issue as each one would
want to write.
Then this PVC must be used by one POD only and RWO is sufficent
Change-Id: I0087487fba715b4b0804de51544238f08fed1d3c
Issue-ID: LOG-1114
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Sylvain Desbureaux [Tue, 5 Nov 2019 10:53:46 +0000 (11:53 +0100)]
[POMBA] Move Elasticsearch PVC to RWO
Elasticsearch PVC is only used by elasticsearch POD. As ES doesn't
support several writes per different instances on the same folder, RWO
PVC is sufficient.
Change-Id: I6b7c91174f4f485dc6e3b6e34111fe4fc2bb0469
Issue-ID: LOG-1114
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Sylvain Desbureaux [Tue, 5 Nov 2019 10:47:46 +0000 (11:47 +0100)]
[LOG] Move Elasticsearch PVC to RWO
Elasticsearch PVC is only used by elasticsearch POD. As ES doesn't
support several writes per different instances on the same folder, RWO
PVC is sufficient
Change-Id: Ie2cb4eadf8ee0c8ff1acf7e2ba172763c89583f3
Issue-ID: LOG-1114
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Sylvain Desbureaux [Tue, 5 Nov 2019 10:41:53 +0000 (11:41 +0100)]
[APPC] Move Ansible server PVC to RWO
As ansible server is a statefulset with PVC
template written in the statefulset, you'll
have one PVC per ansible server.
Thus ReadWriteMany (RWX) is not necessary and
RWO is sufficient.
Change-Id: I735891be2a098303ce85e21da7c8dc8b1ea20371
Issue-ID: APPC-1710
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Sylvain Desbureaux [Tue, 5 Nov 2019 10:37:08 +0000 (11:37 +0100)]
[CLAMP] set Mariadb PVC to RWO
Forgot Mariadb PVC in previous commit
(https://gerrit.onap.org/r/c/oom/+/94610).
Change-Id: I9e3d96eab8b6d6ada7d2ab406a8e72249c909aa4
Issue-ID: CLAMP-488
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Kajur, Harish (vk250x) [Thu, 31 Oct 2019 20:28:14 +0000 (20:28 +0000)]
Update git submodules
* Update kubernetes/aai from branch 'master'
to
81954e51ef4c04fb08182d779f4871dfca766221
- Update schema service to use v17 to v19
Issue-ID: AAI-2607
Change-Id: Ia49109e37af5092a5394d69a69dd9ad0fb14e2d7
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Borislav Glozman [Wed, 30 Oct 2019 14:09:36 +0000 (14:09 +0000)]
Merge "[NBI] Use mariadb-galera from common"
Borislav Glozman [Wed, 30 Oct 2019 14:08:41 +0000 (14:08 +0000)]
Merge "[Music] Adjust Pods Requests/Limits"
Brian Freeman [Tue, 29 Oct 2019 21:40:49 +0000 (21:40 +0000)]
Merge "bump the SO version to 1.5.3"
Sylvain Desbureaux [Tue, 29 Oct 2019 17:00:15 +0000 (18:00 +0100)]
[Music] Adjust Pods Requests/Limits
I've adjusted the Requests / Limits of portal pods according to real
usage of "Orange Openlab" and "Onap daily master".
Calculation is the following:
per deployment:
* CPU/Mem requests is max of average from the two deployments
* CPU/Mem limits is (max of max from the two deployments) * 1.2
Change-Id: I3fce54e6be495a7014bf346d66721976fa2dab8b
Issue-ID: MUSIC-533
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Borislav Glozman [Tue, 29 Oct 2019 15:02:38 +0000 (15:02 +0000)]
Merge "Updated The Version of Holmes"
Borislav Glozman [Tue, 29 Oct 2019 14:56:11 +0000 (14:56 +0000)]
Merge "AAF cert dist for DMaaP DR"
Borislav Glozman [Tue, 29 Oct 2019 14:51:01 +0000 (14:51 +0000)]
Merge "Add policy update notification topic to OOM"
Borislav Glozman [Tue, 29 Oct 2019 14:50:09 +0000 (14:50 +0000)]
Merge "Enabled HTTPS for sdc-workflow-designer"
Borislav Glozman [Tue, 29 Oct 2019 14:49:02 +0000 (14:49 +0000)]
Merge "Move AWX postgres and Netbox posgtres PVC to RWO"
Borislav Glozman [Tue, 29 Oct 2019 14:48:39 +0000 (14:48 +0000)]
Merge "Remove unused PVC from mariadb-galera chart"
Tomáš Levora [Tue, 29 Oct 2019 13:20:32 +0000 (14:20 +0100)]
Fixing missing apiVersion in etcd chart
Missing apiVersion causes linting failure and therefore make common
fails
Issue-ID: OOM-2156
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Change-Id: Idb0aeb998fc99cc8e409247c6b5e20d140297a3e
Jim Hahn [Mon, 28 Oct 2019 18:34:10 +0000 (14:34 -0400)]
Add policy update notification topic to OOM
Issue-ID: POLICY-1841
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I2ab0b7f40a9b60531dccd6175c76d0a18726816e
Oleg Mitsura [Mon, 28 Oct 2019 18:06:42 +0000 (14:06 -0400)]
bug: readinessProbe was using liveness values
Issue-ID: CCSDK-1822
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Id06aacd6081178384d5c13680182fb339e7cfff4
Sylvain Desbureaux [Mon, 28 Oct 2019 14:52:05 +0000 (15:52 +0100)]
[NBI] Use mariadb-galera from common
Instead of using "homegrown" mariadb chart, move to use the common
mariadb-galera chart in order to be aligned with most of the other users
of mariadb and eventually to move into the common mariadb galera
instance.
Change-Id: I0c8ed6adfea0d64f97e7d9378464039915d389c7
Issue-ID: EXTAPI-347
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Sylvain Desbureaux [Mon, 28 Oct 2019 13:55:33 +0000 (14:55 +0100)]
Move AWX postgres and Netbox posgtres PVC to RWO
postgres doesn't support that many posgtres instances write into the
same folder so moving to RWO mode is harmless
Change-Id: I3faf715606a7bb479917faf022efbf6635d602f8
Issue-ID: OOM-2080
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Sylvain Desbureaux [Mon, 28 Oct 2019 08:26:20 +0000 (09:26 +0100)]
Remove unused PVC from mariadb-galera chart
Used PVC(s) are actually created in the statefulset
Change-Id: I24f2c3ff0934178c9af06bfee60b4b6e35cfe953
Issue-ID: OOM-2155
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
r.bogacki [Tue, 1 Oct 2019 06:43:44 +0000 (08:43 +0200)]
Enabled HTTPS for sdc-workflow-designer
-Enabled HTTPS for frontend and backend
-Updated paths and passwords for a certificates
Issue-ID: SDC-2479
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ic4b379bc2eb73a984221fa06ddc0fe8f0fa2116b
Borislav Glozman [Sun, 27 Oct 2019 13:30:07 +0000 (13:30 +0000)]
Merge "fixing not working repository:image"
Borislav Glozman [Sun, 27 Oct 2019 13:29:27 +0000 (13:29 +0000)]
Merge "Adding Required Attributes to Catalog DB override"
Borislav Glozman [Sun, 27 Oct 2019 13:28:26 +0000 (13:28 +0000)]
Merge "policy helm changes to override of cert store"
Borislav Glozman [Sun, 27 Oct 2019 13:27:03 +0000 (13:27 +0000)]
Merge "Increase liveness/readiness probe timeouts."
Oleg Mitsura [Wed, 9 Oct 2019 16:40:11 +0000 (12:40 -0400)]
Increase liveness/readiness probe timeouts.
Issue-ID: CCSDK-1822
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Ib75741d85cfe8d0d5129dac6d11d0a3468627320
Mike Elliott [Fri, 25 Oct 2019 18:55:58 +0000 (18:55 +0000)]
Merge "Update policy brmsgw to point to latest versions"
Brian Freeman [Fri, 25 Oct 2019 13:58:21 +0000 (08:58 -0500)]
Update git submodules
* Update kubernetes/robot from branch 'master'
to
868374dc9e41555fa9e75a0ca63deb7cd6780ab9
- Update to 1.5.4
Issue-ID: TEST-216
Change-Id: Ia00b0ab26a47cfd3306ccc14f1f7950c54690144
Signed-off-by: Brian Freeman <bf1936@att.com>
(cherry picked from commit
71d1a6e7ea4cdba97aed46c66921ab213b4588ff)
AndrewLamb [Fri, 25 Oct 2019 09:29:49 +0000 (10:29 +0100)]
Adding Required Attributes to Catalog DB override
Change-Id: Ia502d96217f1e1ec904a26b9c56f7b288fb1f812
Issue-ID: OOM-2149
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
jhh [Fri, 25 Oct 2019 05:05:36 +0000 (00:05 -0500)]
policy helm changes to override of cert store
Issue-ID: POLICY-2064
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I5d9c6b8ea7e13b43b900f07d394b0bc5fb4b0c9f
Borislav Glozman [Thu, 24 Oct 2019 08:55:42 +0000 (08:55 +0000)]
Merge "Supply CDS GRPC endpoint details for policy (drools) to make use of"
Timoney, Dan (dt5972) [Wed, 23 Oct 2019 14:26:18 +0000 (10:26 -0400)]
Disable SDNC admin portal
Disable SDNC admin portal, due to security vulnerability.
Change-Id: I6a54eb262b0a1e6694c6f6951587687466d54acc
Issue-ID: SDNC-951
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Ondřej Šmalec [Wed, 9 Oct 2019 12:05:35 +0000 (14:05 +0200)]
fixing not working repository:image
image can't be pulled from registry.hub.docker.com repository hence
changing it to working one.
non-working ==> registry.hub.docker.com/onap/multicloud/framework-artifactbroker:1.4.2
working ==> nexus3.onap.org:10001/onap/multicloud/framework-artifactbroker:1.4.2
Issue-ID: MULTICLOUD-844
Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com>
Change-Id: I1449cc0ff4a2fb4a5f4230515e9422f32cdbf5b5
Rashmi Pujar [Thu, 17 Oct 2019 20:05:50 +0000 (16:05 -0400)]
Supply CDS GRPC endpoint details for policy (drools) to make use of
Issue-ID: POLICY-2088
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
Change-Id: Iefcf1ea50cb2d096ff38a0ecf461a2caa6718f22
Mike Elliott [Thu, 17 Oct 2019 12:39:49 +0000 (08:39 -0400)]
Add OOM-2132 to release notes
Issue-ID: OOM-2102
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: Ic973542b48e721808284d1a9bd705c06c24bc29c
GuangrongFu [Thu, 17 Oct 2019 00:35:29 +0000 (08:35 +0800)]
Updated The Version of Holmes
Change-Id: I0f93684d1af27665e5a3fedc48ac2ca1648f4bfe
Issue-ID: HOLMES-268
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
stark, steven [Wed, 16 Oct 2019 20:42:04 +0000 (13:42 -0700)]
Update git submodules
* Update kubernetes/robot from branch 'master'
to
3d18bf3cba8b1b8d021914d4751ea44f7c3e3cd4
- updating path to listener file for OVP testcase
Issue-ID: VVP-328
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I37d92065d8eb569d2a42e23520f26ac7a573aceb
jhh [Tue, 15 Oct 2019 21:01:41 +0000 (16:01 -0500)]
Update policy brmsgw to point to latest versions
Issue-ID: POLICY-2171
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Iaff0090a25990612c04d58147d4f9dfd20e4111f
su622b [Mon, 14 Oct 2019 19:37:37 +0000 (15:37 -0400)]
add probe timeout to value.yaml
Issue-ID: DMAAP-1328
Change-Id: Ic5430d4029ab9e95edb63aac9f11b1f5b148cbb9
Signed-off-by: su622b <su622b@att.com>
seshukm [Mon, 14 Oct 2019 05:16:52 +0000 (10:46 +0530)]
bump the SO version to 1.5.3
Issue-ID: SO-2328
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I694a53807d071e3ff14c4f013ec43a33af95f2ec
Brian Freeman [Fri, 11 Oct 2019 20:27:45 +0000 (20:27 +0000)]
Merge "Upgrade drools cl app image"
Mike Elliott [Fri, 11 Oct 2019 18:01:21 +0000 (14:01 -0400)]
Add Known Issues to release notes
El Alto High defects that are pushed to Frankfurt.
Issue-ID: OOM-2103
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I2570d1e299072e1ac96dbc3fcbe19181cd568bd0
(cherry picked from commit
f40ce5c9f5db76331d7aa895615c06a636d1940e)
jhh [Fri, 11 Oct 2019 19:35:53 +0000 (14:35 -0500)]
Upgrade drools cl app image
Issue-ID: POLICY-2156
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Idde12043286d715a1de27d581701a41f7a72739d
Brian Freeman [Fri, 11 Oct 2019 18:14:06 +0000 (18:14 +0000)]
Merge "Align on release 4.1.3"
Brian Freeman [Fri, 11 Oct 2019 17:47:43 +0000 (17:47 +0000)]
Merge "Use SDNC 1.7.4 version"
Mike Elliott [Fri, 11 Oct 2019 17:15:39 +0000 (17:15 +0000)]
Merge "Make readiness-check work when updatedReplicas is None"
sebdet [Fri, 11 Oct 2019 16:23:57 +0000 (18:23 +0200)]
Align on release 4.1.3
Align the charts on the 4.1.3 clamp containers + fix the dcae parameters
to https4 + remove old db files
Issue-ID: CLAMP-513
Change-Id: I0429d1888f78d1a0f5ed7543cf0f9bb9cd77e652
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Timoney, Dan (dt5972) [Fri, 11 Oct 2019 15:48:04 +0000 (11:48 -0400)]
Use SDNC 1.7.4 version
Update SDNC helm charts to use version 1.7.4 (final El Alto release)
Change-Id: I257ac3b4a5780f612e2bcb84950231ed07a96876
Issue-ID: SDNC-939
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Brian Freeman [Fri, 11 Oct 2019 13:54:57 +0000 (13:54 +0000)]
Merge "Fix deploy on failure of subproject"
James MacNider [Fri, 11 Oct 2019 12:21:49 +0000 (12:21 +0000)]
Merge "Removed space from slave_nfs_node.sh"
Brian Freeman [Fri, 11 Oct 2019 02:20:59 +0000 (02:20 +0000)]
Merge "Remove docker-config runtime internet dependency"
efiacor [Fri, 27 Sep 2019 15:54:36 +0000 (16:54 +0100)]
AAF cert dist for DMaaP DR
Change-Id: I0bca8c7a16f8b19a266d9961715b8a04971d7b73
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1269
Mike Elliott [Thu, 10 Oct 2019 15:25:07 +0000 (11:25 -0400)]
Removed space from slave_nfs_node.sh
Issue-ID: OOM-1577
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I8314d029ac9acc3a35488a57a8eecd3d53aa3845
Mike Elliott [Thu, 10 Oct 2019 14:56:22 +0000 (10:56 -0400)]
Fix deploy on failure of subproject
Issue-ID: OOM-2114
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I8fd18f0e58cc680000a46299c8997e51b1f2dc8e
Tomáš Levora [Fri, 20 Sep 2019 06:16:54 +0000 (08:16 +0200)]
Remove docker-config runtime internet dependency
Adding orginally downloaded resources directly to pod volumes
Issue-ID: SO-1917
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Change-Id: I7edf86e625e50987cea3a3c502eb391672f958f5
Ramesh Parthasarathy [Tue, 8 Oct 2019 22:48:18 +0000 (22:48 +0000)]
Corrected SO SDNC Adapter callback URL
Corrected SO SDNC Adapter callback URL
with sdnc adapter override.yaml file
Issue-ID: SO-2401
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: Iae8507445c99223d54becccacaab53a3aa48037a
James Forsyth [Mon, 7 Oct 2019 22:59:17 +0000 (22:59 +0000)]
Update git submodules
* Update kubernetes/aai from branch 'master'
to
1a2274dc0d8089b12a4b6feff328153dd9b26215
- Merge "[AAI-2617] Search guard is no longer available"
- [AAI-2617] Search guard is no longer available
Change-Id: I5cc786073ac27d3d36d05f0aa89ac5b7f1aadc02
Signed-off-by: rajeevme<rajeev.mehta@amdocs.com>
Change-Id: I6b8ce9867d8b1d8108fcd7002e84f798a5b4e8e2
afenner [Mon, 7 Oct 2019 13:56:07 +0000 (14:56 +0100)]
Fixing Basic Modeling genericparser API Health Check Failing
Change-Id: If2cf110e0387acaff61d996435efdedf41561b60
Issue-ID: OOM-2126
Signed-off-by: afenner <andrew.fenner@est.tech>
Borislav Glozman [Sun, 6 Oct 2019 10:48:28 +0000 (10:48 +0000)]
Merge "Add El Alto release notes"
Brian Freeman [Fri, 4 Oct 2019 21:09:52 +0000 (21:09 +0000)]
Merge "Change port mapping on DMaaP DR prov"
Mike Elliott [Fri, 4 Oct 2019 18:33:53 +0000 (14:33 -0400)]
Add El Alto release notes
Issue-ID: OOM-2103
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I9a378602c8d73df4df2fef4fcf52b88fa5000eb6
Brian Freeman [Fri, 4 Oct 2019 17:49:09 +0000 (17:49 +0000)]
Merge "Use SO simulutor in cmso-robot"
Brian Freeman [Fri, 4 Oct 2019 17:27:15 +0000 (17:27 +0000)]
Merge "Fix https config for admin portal"
Mike Elliott [Fri, 4 Oct 2019 15:23:37 +0000 (15:23 +0000)]
Merge "Increase liness/readiness timeout and period"
Akansha Dua [Thu, 12 Sep 2019 12:59:39 +0000 (12:59 +0000)]
Increasing Max Heap size to 2GB
Issue-ID: OOM-2059
Signed-off-by: Akansha Dua <akansha.dua@amdocs.com>
Change-Id: I9b8db6ff689c0928ac497b523290e586c0f6f1f8
Mike Elliott [Thu, 3 Oct 2019 19:28:45 +0000 (15:28 -0400)]
Updated docs to ref 5.0.1-ONAP tag
Issue-ID: OOM-1590
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I61b3531545b5a648fcfabb850ee85fa5f0a4a46a
efiacor [Thu, 3 Oct 2019 18:57:52 +0000 (19:57 +0100)]
Change port mapping on DMaaP DR prov
Change-Id: I6467c37800ec96bd1b030f0576ce690d408ff5b6
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: INT-1296
Jerry Flood [Mon, 30 Sep 2019 10:15:33 +0000 (06:15 -0400)]
Use SO simulutor in cmso-robot
Issue-ID: OPTFRA-509
Change-Id: I2549e396311ad9582b898493e6bce311141a3b95
Signed-off-by: Jerry Flood <jflood@att.com>
Ittay Stern [Thu, 3 Oct 2019 14:18:48 +0000 (17:18 +0300)]
New VID certificate valid until: Oct 03, 2020
Issue-ID: VID-650
Change-Id: I5a844993619002eb0792e3ebb62788dc69562309
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Akansha Dua [Thu, 3 Oct 2019 11:45:21 +0000 (17:15 +0530)]
Make readiness-check work when updatedReplicas is None
Issue-ID: OOM-2057
Signed-off-by: Akansha Dua <akansha.dua@amdocs.com>
Change-Id: I8deb64ee5c5e9667f63a61a7204a83b095a2fc34
Borislav Glozman [Thu, 3 Oct 2019 06:46:00 +0000 (06:46 +0000)]
Merge "Updated software versions for El Alto"
Mike Elliott [Tue, 1 Oct 2019 17:19:31 +0000 (13:19 -0400)]
Updated software versions for El Alto
Documentation updates.
Issue-ID: OOM-1590
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I4c87d295b140b4be39317b03527470bdd88ab3e9
Brian Freeman [Wed, 2 Oct 2019 14:50:19 +0000 (09:50 -0500)]
Increase liness/readiness timeout and period
Issue-ID: OOM-2059
Change-Id: I02bbdd5b06e7194434d761bcf1aebbd749c6f1d7
Signed-off-by: Brian Freeman <bf1936@att.com>
Borislav Glozman [Wed, 2 Oct 2019 11:52:35 +0000 (11:52 +0000)]
Merge "Improved nginx configuration overrrides"
Lucjan Bryndza [Wed, 14 Aug 2019 07:58:57 +0000 (09:58 +0200)]
Improved nginx configuration overrrides
Nginx ingress controller configuration sample adopted
to the new ingress configuration common templates.
Issue-ID: OOM-1508
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I1e8f069dbcff8ae3c927bad763d1bc2595cc9311
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Borislav Glozman [Wed, 2 Oct 2019 06:42:51 +0000 (06:42 +0000)]
Merge "Update multicloud framework image tags"
Borislav Glozman [Wed, 2 Oct 2019 06:41:48 +0000 (06:41 +0000)]
Merge "update OOM configuration for modeling/etsicatalog"
dyh [Mon, 23 Sep 2019 07:54:48 +0000 (15:54 +0800)]
update OOM configuration for modeling/etsicatalog
Change-Id: Ie6f18487961bc7de723f5dc69e37abfd5006f550
Issue-ID: MODELING-222
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Bin Yang [Mon, 30 Sep 2019 01:30:13 +0000 (01:30 +0000)]
Update multicloud framework image tags
tag with 1.4.2 which fixed a severe bug MULTICLOUD-835
Issue-ID: MULTICLOUD-841
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: I478778412c67fd9ba726830cc05d4e02a1e5648d
Timoney, Dan (dt5972) [Mon, 30 Sep 2019 19:27:54 +0000 (15:27 -0400)]
Fix https config for admin portal
Fix config of admin portal to expose https instead of http
Change-Id: Ie5d94921fd0fdbe0ea4866385f07fa8859ba59a6
Issue-ID: OJSI-98
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Brian Freeman [Mon, 30 Sep 2019 18:45:48 +0000 (18:45 +0000)]
Merge "APPC 1.6.4 docker released"
Brian Freeman [Mon, 30 Sep 2019 18:09:00 +0000 (18:09 +0000)]
Merge "change accessMode for oom"
Brian Freeman [Mon, 30 Sep 2019 16:42:22 +0000 (16:42 +0000)]
Merge "Update MSB docker image version for E release"
Brian Freeman [Mon, 30 Sep 2019 13:42:07 +0000 (13:42 +0000)]
Merge "Update docker image version"
Brian Freeman [Mon, 30 Sep 2019 13:29:41 +0000 (13:29 +0000)]
Merge "Update dgbuilder for https"
Jimmy Forsyth [Sat, 28 Sep 2019 00:40:08 +0000 (20:40 -0400)]
Update git submodules
* Update kubernetes/aai from branch 'master'
to
d68960684392a6da61805e4161ae032549db6102
- Update to new haproxy certificate
Issue-ID: AAI-2643
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iaca4ed32243b34a6d8daa7b67f094bb0d236acb9
Kiran Kamineni [Fri, 27 Sep 2019 18:07:41 +0000 (11:07 -0700)]
Update docker image version
Update docker image version to latest version from
docker hub.
Issue-ID: OOM-2117
Change-Id: I4de4fec038c6a305363df95feba171bfba0cd410
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Timoney, Dan (dt5972) [Fri, 27 Sep 2019 14:38:22 +0000 (10:38 -0400)]
Update dgbuilder for https
Update dgbuilder to use latest release (0.6.3) with https support and
update configuration to enable https
Change-Id: Ia04a3cde6b0f18655301e25dcf125ffcdf1ec120
Issue-ID: OJSI-100
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Taka Cho [Wed, 25 Sep 2019 21:25:39 +0000 (17:25 -0400)]
APPC 1.6.4 docker released
change value files to refect for
El Alto release
Issue-ID: APPC-1735
Change-Id: Ia882fdbf29a8b5e4321c9942705097e997044e1a
Signed-off-by: Taka Cho <takamune.cho@att.com>
yangyan [Tue, 24 Sep 2019 02:13:06 +0000 (10:13 +0800)]
change accessMode for oom
Change-Id: I156e5d688023d96954a106e6b6e81f7911f91e2b
Issue-ID: VFC-1523
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Brian Freeman [Mon, 23 Sep 2019 16:11:37 +0000 (16:11 +0000)]
Merge "Update POMBA images to 1.5.1"
Brian Freeman [Mon, 23 Sep 2019 15:46:14 +0000 (15:46 +0000)]
Merge "Update CCSDK/SDNC versions for RC0"