summaryrefslogtreecommitdiffstats
path: root/docs/submodules/oom.git
AgeCommit message (Collapse)AuthorFilesLines
2019-11-06Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 79be5f1bfa8fd06fbff46fcd5e4ac6fe93425483 - Merge "[POMBA] Move Data Router logs PVC to RWO" - [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>
2019-11-06Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to aeb93c696c1a9ccf345706e606cfb2098ab0b8d4 - Merge "[APPC] Move Ansible server PVC to RWO" - [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>
2019-11-06Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 9fbac2ec6c8a4e6b958848610efe18011a4763fd - Merge "Remove controller blueprint chart" - Remove controller blueprint chart With the consolidation of designer API within blueprint processor, we no longer need this micro-service. It is getting removed completely from backend code. Change-Id: If0b3191998f37fea53bb6e4ac7a6410b7204d828 Issue-ID: CCSDK-1663 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-10-31Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 55625677baeff1e32fd3f25b3526f2010323cb6f - 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>
2019-10-30Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 83d278baef5b1de142c29935438bac38372fc888 - Merge "[NBI] Use mariadb-galera from common" - [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>
2019-10-30Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7102af90c8c37f8c9c196d79920453fdc6db2da1 - Merge "[Music] Adjust Pods Requests/Limits" - [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>
2019-10-29Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 5459713dc2d29f399ceb274390161d4b95011c7b - Merge "bump the SO version to 1.5.3" - bump the SO version to 1.5.3 Issue-ID: SO-2328 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I694a53807d071e3ff14c4f013ec43a33af95f2ec
2019-10-29Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to b6ebe18c6bab9c30311400a16aae99c259a4f0f9 - Merge "Updated The Version of Holmes" - Updated The Version of Holmes Change-Id: I0f93684d1af27665e5a3fedc48ac2ca1648f4bfe Issue-ID: HOLMES-268 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2019-10-29Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to e3806913b0551c6bc5d5d66538f6bb59cd33fd2a - Merge "AAF cert dist for DMaaP DR" - AAF cert dist for DMaaP DR Change-Id: I0bca8c7a16f8b19a266d9961715b8a04971d7b73 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1269
2019-10-29Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 8766da998da3ddcdeec17abd91ca2c17685c4ea8 - Merge "Add policy update notification topic to OOM" - Add policy update notification topic to OOM Issue-ID: POLICY-1841 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I2ab0b7f40a9b60531dccd6175c76d0a18726816e
2019-10-29Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 2edc638d7350677bd163ffbb468b575fee1dc07c - Merge "Enabled HTTPS for sdc-workflow-designer" - 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
2019-10-29Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 67970a7f24418383af8c408c1126e3f0125b7ae0 - Merge "Move AWX postgres and Netbox posgtres PVC to RWO" - 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>
2019-10-29Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 07409a84337e01aad192560ff02d8ffb2a8c7d95 - Merge "Remove unused PVC from mariadb-galera chart" - 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>
2019-10-29Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 475857ccfe9bd9fe06bb3c61bbb58190f1222945 - 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
2019-10-28Update git submodulesOleg Mitsura1-0/+0
* Update docs/submodules/oom.git from branch 'master' to bad993455c6293a8d9919610ec0e167af954f5ed - bug: readinessProbe was using liveness values Issue-ID: CCSDK-1822 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Id06aacd6081178384d5c13680182fb339e7cfff4
2019-10-27Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 6516cd5988ce5ef6d63de8b3e3d9890f02bd5791 - Merge "fixing not working repository:image" - 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
2019-10-27Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 655a0c6a350f27afc75af225d7cfa0aa48863a32 - Merge "Adding Required Attributes to Catalog DB override" - Adding Required Attributes to Catalog DB override Change-Id: Ia502d96217f1e1ec904a26b9c56f7b288fb1f812 Issue-ID: OOM-2149 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-10-27Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to e6ed36def78215d97ddfb995a2170224db4c3007 - Merge "policy helm changes to override of cert store" - policy helm changes to override of cert store Issue-ID: POLICY-2064 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I5d9c6b8ea7e13b43b900f07d394b0bc5fb4b0c9f
2019-10-27Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 8829b4f35c6efd700b31022e6771ceeae3e41039 - Merge "Increase liveness/readiness probe timeouts." - Increase liveness/readiness probe timeouts. Issue-ID: CCSDK-1822 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Ib75741d85cfe8d0d5129dac6d11d0a3468627320
2019-10-25Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 15dd9092b150ff94a26f7041f1f5745d257f77e1 - Merge "Update policy brmsgw to point to latest versions" - Update policy brmsgw to point to latest versions Issue-ID: POLICY-2171 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Iaff0090a25990612c04d58147d4f9dfd20e4111f
2019-10-25Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 2ee8f97d05bccd51fb03437ac4331f810e6f2bd9 - 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)
2019-10-24Manually update submodulesKrzysztof Opasiak1-0/+0
Automated submodules updated is currently broken. Let's update repos manually. Issue-ID: DOC-552 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I1851c5f2b1ae0b0433b2fd60da2e3de8213753f3
2019-10-14Update git submodulessu622b1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 8b763cd0c644dec143482e40ab54710d983cacfa - add probe timeout to value.yaml Issue-ID: DMAAP-1328 Change-Id: Ic5430d4029ab9e95edb63aac9f11b1f5b148cbb9 Signed-off-by: su622b <su622b@att.com>
2019-10-11Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to f1aff42cf6f03599e75007f4d0c74d780c3d025b - Merge "Upgrade drools cl app image" - Upgrade drools cl app image Issue-ID: POLICY-2156 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Idde12043286d715a1de27d581701a41f7a72739d
2019-10-11Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to e569de3f78f1e1223801c0b37169558f9d3ac592 - 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)
2019-10-11Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to ba710fbe7f4cd47439324150d5b835501b2114d5 - Merge "Align on release 4.1.3" - 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>
2019-10-11Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to b42007ad4a23c3266b2762130dcc8d4c224c1226 - Merge "Use SDNC 1.7.4 version" - 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>
2019-10-11Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to cddc62cd03bdf28daed32809a6c0aea45e1c4592 - Merge "Make readiness-check work when updatedReplicas is None" - Make readiness-check work when updatedReplicas is None Issue-ID: OOM-2057 Signed-off-by: Akansha Dua <akansha.dua@amdocs.com> Change-Id: I8deb64ee5c5e9667f63a61a7204a83b095a2fc34
2019-10-11Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 50f825e6ba947d0de8f5082ab29e43011a523891 - Merge "Fix deploy on failure of subproject" - Fix deploy on failure of subproject Issue-ID: OOM-2114 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I8fd18f0e58cc680000a46299c8997e51b1f2dc8e
2019-10-11Update git submodulesJames MacNider1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 6b4fc784f3c7bfce405a430523a4d29932e536d0 - Merge "Removed space from slave_nfs_node.sh" - Removed space from slave_nfs_node.sh Issue-ID: OOM-1577 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I8314d029ac9acc3a35488a57a8eecd3d53aa3845
2019-10-11Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 73cecb5a1545337ff697a8f277416412bfe39393 - Merge "Remove docker-config runtime internet dependency" - 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
2019-10-10Update git submodulesRamesh Parthasarathy1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 74d6563043bd45b7487387e02852c31c0bf7d25f - 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
2019-10-07Update git submodulesJames Forsyth1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 55b95ec89e68c41614730a61b491967bdcbf7ffe - 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
2019-10-07Update git submodulesafenner1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 8936d6aa640e3e55ca02ffdac4a577d80bda91d9 - Fixing Basic Modeling genericparser API Health Check Failing Change-Id: If2cf110e0387acaff61d996435efdedf41561b60 Issue-ID: OOM-2126 Signed-off-by: afenner <andrew.fenner@est.tech>
2019-10-06Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to b3209d913c1e43830ecaaf2b89f627fe4e930906 - Merge "Add El Alto release notes" - Add El Alto release notes Issue-ID: OOM-2103 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I9a378602c8d73df4df2fef4fcf52b88fa5000eb6
2019-10-04Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to eeebff31ba9ad1358ee97a8df37586864098304a - Merge "Change port mapping on DMaaP DR prov" - Change port mapping on DMaaP DR prov Change-Id: I6467c37800ec96bd1b030f0576ce690d408ff5b6 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: INT-1296
2019-10-04Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to efa45c96126380016456fb2ae4f9acdc4166751b - Merge "Use SO simulutor in cmso-robot" - Use SO simulutor in cmso-robot Issue-ID: OPTFRA-509 Change-Id: I2549e396311ad9582b898493e6bce311141a3b95 Signed-off-by: Jerry Flood <jflood@att.com>
2019-10-04Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to c8c79af678e8ad916a3cc766acc0e931ea3184a2 - Merge "Fix https config for admin portal" - 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>
2019-10-04Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 79d2f504e49215df6d918ed7e96469f3f460f5c7 - Merge "Increase liness/readiness timeout and period" - Increase liness/readiness timeout and period Issue-ID: OOM-2059 Change-Id: I02bbdd5b06e7194434d761bcf1aebbd749c6f1d7 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-04Update git submodulesAkansha Dua1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7f145c7b0769849c2fae9677fa3daa6a58ca99d1 - Increasing Max Heap size to 2GB Issue-ID: OOM-2059 Signed-off-by: Akansha Dua <akansha.dua@amdocs.com> Change-Id: I9b8db6ff689c0928ac497b523290e586c0f6f1f8
2019-10-03Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 1f34c067edc3ba2138bc6a454200eb0128a31503 - 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
2019-10-03Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 2c00e1a17308bf1007b0f722bcb8568f72d4ab78 - New VID certificate valid until: Oct 03, 2020 Issue-ID: VID-650 Change-Id: I5a844993619002eb0792e3ebb62788dc69562309 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-03Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to e2e79d111bf61f22e284c97bb139b9e73e715b29 - Merge "Updated software versions for El Alto" - Updated software versions for El Alto Documentation updates. Issue-ID: OOM-1590 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I4c87d295b140b4be39317b03527470bdd88ab3e9
2019-10-02Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 5052c3871190e6ea73c71c69081fcfc38b713ed6 - Merge "Improved nginx configuration overrrides" - 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>
2019-10-02Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to ebea0a45413b5662467723f5643ac48328af367c - Merge "Update multicloud framework image tags" - 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
2019-10-02Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7a43a229a14928723589ae66e385f78ab41f6e21 - Merge "update OOM configuration for modeling/etsicatalog" - update OOM configuration for modeling/etsicatalog Change-Id: Ie6f18487961bc7de723f5dc69e37abfd5006f550 Issue-ID: MODELING-222 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2019-09-30Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 07c610db63ffe687eba3b9b0e11738a4dddad8a9 - Merge "APPC 1.6.4 docker released" - 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>
2019-09-30Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 2f319f05a43cc4f3b71059ead2c6f491288f5127 - Merge "change accessMode for oom" - change accessMode for oom Change-Id: I156e5d688023d96954a106e6b6e81f7911f91e2b Issue-ID: VFC-1523 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-09-30Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 009c3cc6b16ebcb36de6d8df7aea15b0e97d8c74 - Merge "Update MSB docker image version for E release" - Update MSB docker image version for E release Issue-ID: MSB-380 Change-Id: I63ebface924066f6ff828025e423fb2ddcd0482d Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
2019-09-30Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 6d7e481523f353efcdc4aa395bb2a144c1c07dc1 - Merge "Update docker image version" - 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>