summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 73a2c25f2a9ea88e6bbce1175104ca46dd9a21d3 - Merge "[APPC] Use global storage templates for PVC" - [APPC] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I04757c8fffc4987c4d49da9f474f3e20367de214 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 05942430664ddd4a35f830c5e7488ecd4122c83d - Merge "[AAF] Use global storage templates for PVC" - [AAF] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart I've also modified statefulset deployment so they can use their own PVC instead of writing into a specific directory inside I've also set to 'emptyDir' volumes when persistence is not enabled (except for aaf-config-pvc and aaf-status-pvc, which means that AAF will still not work when persistence is disabled). Change-Id: I05f133f058ebd9678df9ac0b7ef32bb43689e94f Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 5145c61e87e1d73935d395abfba6b9becb5d3b87 - Merge "[Common] Use global storage templates for PVC" - [Common] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart I've also aligned the PV creation of the different charts. I've also aligned the PVC creation of the different charts. I've removed unused mysql chart and (badly) used nfs-provisioner chart. I've also make cassandra backup work with dynamic PV (but RWX only for now). Change-Id: I0ea3f8c7514ca648d94b6c682684c06b822bbe0a Issue-ID: OOM-2229 Issue-ID: OOM-2228 Issue-ID: OOM-2227 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 9b5e461732ac47203a3fce5cef12700184b34021 - Merge "Adding sdclistener properties for health check" - Adding sdclistener properties for health check Issue-ID: CCSDK-1669 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Id7343225f8c46c38d3c44c6c9ffdfe895742e5d6
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 68793f5b5eda291aa35069ad4a82baa22b687974 - Merge "[AAF] No resources limits on PODs" - [AAF] No resources limits on PODs There were no resource limits on POD. Setting them. Change-Id: I1b57c3f1cd1b1dc71bbad4f7c307b1658d6e23e5 Issue-ID: OOM-2230 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 1bb3c73eb0b9e2cd1c667e8c0997421b84355869 - Merge "[Contrib] Use global storage templates for PVC" - [Contrib] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I278e62821ca98e41f63306e502cca1019ba18756 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to b76e563c2091b311450ada9c9e702bd44f7de734 - Merge "[CDS] Use global storage templates for PVC" - [CDS] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I9ffc9f121fb68993dd7bf96d4909913c3aaa09c3 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 2fcb342c4e8feb654e034bde46547b13f67cb589 - Merge "[PORTAL] Use global storage templates for PVC" - [PORTAL] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I28b4ac5f612de75918973148865cf82f7a7de5e8 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 5fec7b062689ef2e394943194875767df77ece66 - Merge "Add missing [mysqld] group" - Add missing [mysqld] group Issue-ID: VID-725 Change-Id: I00bed189eae8a615f4db9531814a88ed2b000362 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to cd4bc8e4282d82b91fa930567682eb5e0f0290a8 - Merge "Add cert dist for DMaaP BC" - Add cert dist for DMaaP BC Issue-ID: DMAAP-1321 Signed-off-by: Ubuntu <dgl@research.att.com> Change-Id: I55a6d41c1955d3ea1bcc0799b5121212af102471
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 6803a3e1883d627eb72a14c4a51f6cee1aaf5656 - Merge "[CLAMP] Use global storage templates for PVC" - [CLAMP] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I2cc90fe7a22a04d47d406b854c3a75502e539a25 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 9d390192fce4824a1b393ab4252ba95307c10a2b - Merge "[Modeling] Use global storage templates for PVC" - [Modeling] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I337e760ea71ec57c4f593e068c3cf6ea548a3cfc Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 37c368332d64933817d24a0521a2a109160b446b - Merge "[DCAE] Use global storage templates for PVC" - [DCAE] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart I've also used a "range" for PV creation of redis in order to have only the needed number. Change-Id: I6bb326f8aaece11bcf503e9300e5c39a87214f81 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 289bd43809204ca8e4c0662b06c1c775e6333d8c - Merge "[Multicloud] Use global storage templates for PVC" - [Multicloud] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I8ed04b153aec0b81971a7a1eb97737d905ea4c5c Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 408d8af2ab72c4697a95176b50443837b5f8fc40 - Merge "[VFC] Use global storage templates for PVC" - [VFC] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: Ibc8825b97cbe8939cf085d1cdd17e0a67e45c96b Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to d7c871ee5e465c11f36974cfb668844882d139d2 - Merge "[PNDA] Use global storage templates for PVC" - [PNDA] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart I've also created a PVC for the job instead of doing a PVC template inside the job. Change-Id: I0cc242db0b1412ac792dec74a6542849c30985c9 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to ef7963b2f0a8b5b4d4e0840435dcbdbf98fccb0d - Merge "[SO] Use global storage templates for PVC" - [SO] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: Ice44eda13aad44564d61f9e954cd11085a81d56f Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 95b77050a816e1ea505c11d5082a1dfc3511ee7d - Merge "[LOG] Use global storage templates for PVC" - [LOG] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I1f39f2c8c9a2d4fe1303fffbefe4dac70ed0e860 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7be20b6c241f25b9845b448f1d65d97705634380 - Merge "[POLICY] Use global storage templates for PVC" - [POLICY] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: Iabd5d12196459bb1fce9021857aeab57a757ee12 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 16b32ddfe9237ffeed3dc9f1422978ca65995e4b - Merge "[SDC] Use global storage templates for PVC" - [SDC] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: Ic34dcbc609edaa79109aacb83bbc019b55e6d02e Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-11Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 6acf5b81168724ca4c889daf9b9cfcc5100e02e1 - Merge "SO CDS Metadata ingestion" - SO CDS Metadata ingestion Add support for controller_actor ingestion Add support for blueprint in service Add support for skip conf flag in vf module Ingest new properties into SO database Sample csar files are cleaned without comment and description Issue-ID: SO-2313 Change-Id: I657f997faf33a366f3c234c3e41b164275beedac Signed-off-by: eeginux<henry.xie@est.tech>
2019-12-11Update git submodulesAtif Husain1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 78be848fcf71bf970cf4de16e22a37e09edeaaa7 - Added datatypes for 3rd Party Partners Issue-ID: SDC-2385 Change-Id: Iedc5d5b9b30e7cccd3654a1b6e84514643b6d62f Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
2019-12-11Update git submodulesDivyang Patel1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to c2a53cb447789e15e85663ae253ab2d90b972934 - Add service creation API as an External API Issue-ID: SDC-2383 Change-Id: I8490163310e892a7ebb6d7e7275edfdeba24045e Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
2019-12-11Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to bfd3b59b7caef3c65d306727fc6fe25a85e68ca2 - Merge "SyncRestClient for Http/s ServerTest to use 127.0.0.1 address" - SyncRestClient for Http/s ServerTest to use 127.0.0.1 address Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ifa5f2025a01f51d82f3019728b55382490f914fc
2019-12-11Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 1f20e128c5ffe2d7996a33bb2a3d61fa923493cd - Merge "Add ingress configuration for vid" - Add ingress configuration for vid Add ingress configuration file for vid component. Ingress configuration can be changed in onap-all.yaml Change-Id: Icb1eccccd0488d78a8b44745888203192d9aaa4b Issue-ID: OOM-1508 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-12-11Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to b500d833613a478a1c9d8ac36a665e25f3ec5ef0 - Merge "Add ingress controller support to portal" - Add ingress controller support to portal Add ingress controller support to portal using default ingress template. Issue-ID: OOM-2185 Change-Id: I99f230d95a396f159559ee1c1e3bb01d6c8a9ff0 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-12-11Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 4d31247da5a8202f89db9761cae62cbb2c66a585 - Merge "Add ingress controller support to AAF" - Add ingress controller support to AAF Change-Id: Ie69b9dac533ed2af80645e6d65318b6b4e81cbd3 Issue-ID: OOM-2170 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-12-11Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 9368b1aa2fd9e8bff7f3f87ef8ddb0a4f67ee1ce - Merge "Add ingress controler support to UUI" - Add ingress controler support to UUI Add ingress controler support to UUI using ingress common template Issue-ID: OOM-2190 Change-Id: I02a94788ace71c27464a2606aa3ecf2b11b1b1da Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-12-11Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7550721979daa2d29888c9ee73b125829f3f1c32 - Merge changes I69ea7e5d,I75f7e823,I2ae6b0f2,I6f1591a6,I30c2e0de, ... * changes: Add ingress controler support to OOF Add ingress controler support to POMBA Add ingress controler support to SDC Add ingress controler support to DMAAP Add ingress controler support to SDNC Add ingress controler support to CDS - Add ingress controler support to OOF Issue-ID: OOM-2182 Change-Id: I69ea7e5dbc30981ec840373dc030f26696ed32db Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> - Add ingress controler support to POMBA Issue-ID: OOM-2184 Change-Id: I75f7e8239fe1f1027fffae6b3e2a848a593351ae Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> - Add ingress controler support to SDC Issue-ID: OOM-2187 Change-Id: I2ae6b0f2482641b3f482121354596574b684b2d1 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> - Add ingress controler support to DMAAP Issue-ID: OOM-2179 Change-Id: I6f1591a6c7033812cc714d75c63d7c1b3ba197b6 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> - Add ingress controler support to SDNC Issue-ID: OOM-2188 Change-Id: I30c2e0dea0a1fc12fd82090610c7e38f577cc811 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> - Add ingress controler support to CDS Issue-ID: OOM-2174 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Ib6c159d54ca65577934f70de137bfc13336992ec
2019-12-11Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 2ed2a1a61fe0bccf215a8dc9cecbf4fdf55fd454 - change default max instances of VfModule to unlimited Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id7ee4f62593ad0f70dc9ba95b286fa7a44455f6b
2019-12-11Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to bc115d88c7cbb728880839dd5e32987db167234b - feat: add some i18n resource Change-Id: I2686afd33ef3eb2138ac1130416618ba2005929b Issue-ID: USECASEUI-368 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-12-11Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 87f400207edddbe97c423ea87dc55a7b4a9ea03f - Merge "feat: add some i18n resource" - feat: add some i18n resource Change-Id: I29c18f62adebd0582de1641f9dea45f0ca104599 Issue-ID: USECASEUI-370 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-12-11Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 576ecf160be762904fce72279700b1c6a0a60989 - feat:Modify the query of the progress interface and the api urls Change-Id: Ie6076e2f22d0afe683dca55f4e1369541800710c Issue-ID: USECASEUI-369 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-12-11Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 0b4cdc4ab5740f9a1a4e308a0dee6ab9bcf8c6c4 - add common method for getting max allowed instances of vfModule + UT Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ib4597a027a6ac519ca2290d41b0f3208d47cc5b3
2019-12-11Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 3829d66ffaca12629ec09fee92b362fe599db9c6 - feat:add notification model of slicing business page Change-Id: I5637f1f5bc5aee23518b6b92f4f7f53071866301 Issue-ID: USECASEUI-369 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/azure.git from branch 'master' to 7a3a6dd01cf1180bc33b8e6b1224d9cf595dbe57 - Fix coverage exclude pattern issue Change-Id: Ibaa3a80ecbafb85ef09e183e2c900b072759e5e6 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/azure.git from branch 'master' to bbb318a77629518ef2cc2e4b52cb089a92033323 - Fix sonar script issue Change-Id: Ie51cce3a417e2e78c07cd8dc0e807202be37cbe8 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/azure.git from branch 'master' to 03386aae18234fcf70b29d80e3ac577791a90dd0 - Fix tox issue set basepython 2.7 for all tox test Change-Id: Ie607a6c6780790c26311bed3fb940b5892d375e6 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/azure.git from branch 'master' to 61d7d474895188ba05ed484c0550babb5f23451e - Fix aria rest api bug which result sonar failed Change-Id: Icd76376a28574831c010248bd9b7ab289285b1f7 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 27f241a7c7c9741d1834fbb13dd7250cb51de8c9 - feat: Optimize code and add English fields Change-Id: Id61ab33f0bb612f8ae3a1debbc4c2d4887cf2b2d Issue-ID: USECASEUI-368 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 2ce0d6fc05dc109df71b87ca8350628dabaa7a6b - Fix sonar coverage report issue The sonar coverage should exclude API_v2 which is not maintained any more. Change-Id: Id3ca9fb9bc5df457a52616f5bb93295220045ee0 Issue-ID: MULTICLOUD-962 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 0ad45fbdbf6bef2d252676fb7ddddeb73bec1c40 - Fix sonar coverage report issue The sonar coverage should exclude API_v2 which is not maintained any more. Change-Id: Ieaa75c99a275d09474bfc7547b171e6efa54e3b4 Issue-ID: MULTICLOUD-962 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-10Update git submodulesstark, steven1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to 048a9d94f9d78b3a57375e2bdab9e6b21a7edb61 - [VNFRQTS] fixing metadata typos Issue-ID: VNFRQTS-776 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I8c45f59ba99951ae86f4e10bd18d87a54cc67dc2
2019-12-10Update git submodulesHarish Venkata Kajur1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7be16fd934e32b8181b851b9e6a0596ff284e086 - Update git submodules * Update kubernetes/aai from branch 'master' to 552da2c65b6af3f6328fcc6b11af9329d5efa30a - Update the janusgraph properties for cassandra 3 Issue-ID: AAI-2731 Change-Id: Ic64ba3c97374db4f9ef0961b1e910714db49b4ae Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-12-10Update git submodulesHagop Bozawglanian1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to 4d9d08e535367cc4c64c0cc5ef83a0ac8dde2471 - Merge "Correct target in chapter 5.1.2" - Correct target in chapter 5.1.2 Target shall be: {VNF|PNF|VNF or PNF} CSAR PACKAGE Issue-ID: VNFRQTS-771 Signed-off-by: JunfengWang <junfeng.a.wang@ericsson.com> Change-Id: I216f54ca3f112b78cf9427028aa959f55294b53d
2019-12-10Update git submodulesbogumil_zebek1-0/+0
* Update docs/submodules/aai/sparky-be.git from branch 'master' to 3aadc4547b62d205b488ece3d8d7c01e1d906a5a - Improve code quality Remove sonar violations. Issue-ID: AAI-2710 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I557581b72b527f9d38dd5f9f7099085a8b639c88
2019-12-10Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 88c3694fa50ea8fee314752e096f8070f017ac6c - Use http when not using tls Issue-ID: MULTICLOUD-666 Change-Id: I8838fb2d312c841fd421d0a887bcfe181f6281e9 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-12-10Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 996a45bfdad429f82eac3d48ea7a4fd011f9295e - Update git submodules * Update kubernetes/aai from branch 'master' to 6e20d0fb3f4dacda0c6cbccc7cf0424a21432fcf - Remove old microservices from aai chart Issue-ID: AAI-2733 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib471d6c3e8aca7a06f18dfd6167131f1d1df0456
2019-12-10Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 4b375fb18be002051fb4a5e07f3baf23b1e92d02 - Merge "Adding unlimited max value to VNF, NETWORK" - Adding unlimited max value to VNF, NETWORK Issue-ID: VID-726 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I0c3d503c8e4f6cb14081de8f6a619a67eee080b7 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-12-10Update git submodulesweinstock, alan1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to b04628d52ea4280970038d299c5d269d679816a6 - [VNFRQTS] correcting typos and RST format issues Issue-ID: VNFRQTS-774 Signed-off-by: weinstock, alan <aw2574@att.com> Change-Id: Ie5b26f0c7da2cd80a1acd81b54bb27775c682b0e Signed-off-by: weinstock, alan <aw2574@att.com>