summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06Update git submodulesLiang Ding1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to a4fc17247a30cd1ba120a20048913096f4db08a8 - Fix copy-resource issue of artifactbroker -- modification should be made in packages/pom.xml instead of the one in artifactbroker root Change-Id: Ic2f3209b3a2249f7bbba1f4e6f08f6f20d964dcf Issue-ID: MULTICLOUD-806 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-09-06Update git submodulesOfir Sonsino1-0/+0
* Update docs/submodules/sdc/sdc-tosca.git from branch 'master' to 9b9124d146f1de836c9644548f6ec0516740cae3 - bump version to 1.6.2 need to bump again due to issue with releasing 1.6.1 Change-Id: I5880a44f7f83c74dbe777a9f13b34b5a5551f75b Issue-ID: SDC-2504 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-09-06Update git submodulesyangyan1-0/+0
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master' to c0c46a81b354e49c7ac10377f6b2b98e1039837f - Update test scripts of vnf msb_create Change-Id: I229175f5352ddd71fb46cef9c86e39b2df2d79d9 Issue-ID: VFC-1510 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-09-06Update git submodulesLiang Ding1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 30a131e644eadbf58d4cd0688fb8ecb7d3a519b6 - Fix copy-resource issue of artifactbroker -- fix docker generation issue Change-Id: Ic312109c1f706b2b817bf11230f49e4196ce4f47 Issue-ID: MULTICLOUD-806 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-09-06Update git submodulesyangyan1-0/+0
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master' to d7b47097ce93f7cfd394bafb012ccf8590f5d4a4 - Update test scripts of ns msb_upload Change-Id: If5c9a05275c8ab89c7b6f3fe5d415d2ba227e797 Issue-ID: VFC-1510 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-09-06Update git submodulesLiang Ding1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 78920e6afaf4b888e4e38fdf78dd24602656ea19 - Fix copy-resource issue of artifactbroker - Change to install phase to make avail of artifacts - change binaryfilter for zip files - Build docker image with local artifact Change-Id: Icf975056e4afeb0708385828189e96f660f86e03 Issue-ID: MULTICLOUD-806 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-09-05Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc/deployment.git from branch 'master' to b8e46a813a4c1810e9845d2013611d02da129d1b - Move location of config copy The copying of config files for opendaylight must be moved so that is occurs before opendaylight is started since opendaylight is currently not able to be restarted due to the dblib class not found error. Change-Id: I8bce29e88a008fb12ef104d3963ce0425d6bbb30 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: CCSDK-1683
2019-09-05Update git submodulesParshad Patel1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 485c51d686e57d53571c9e3c64e109e67c1b6f62 - Add equals & hascode methods Override "equals(Object obj)" to comply with the contract of the "compareTo(T o)" method Either log or rethrow this exception Issue-ID: PORTAL-562 Change-Id: Ied48f77e47fcd697648e9f76b0100e9936ee214e Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-09-05Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 26f7c28c3c97b7c7300259956b4bd7b5c456d280 - Merge "Enforcement of Kube-Version constraint in Master" - Enforcement of Kube-Version constraint in Master Issue-ID: OOM-2076 Signed-off-by: Akansha Dua <akansha.dua@amdocs.com> Change-Id: Ide894e27c417a3e2a010cbc24f18353ffe698ce5
2019-09-05Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to ae180c725f0c0e81bad46ed93439a51d1e8b0676 - Merge "Move Modeling Storage to RWO" - Move Modeling Storage to RWO Today when deploying Policy with OOM, the PersistentVolumeClaim needs the "ReadWriteMany" (or "RWX") capability. According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes), ReadWriteMany stands for "the volume can be mounted as read-write by many nodes". That means that a particular PVC needs to be read and written from many pods. That also means that your code takes that into account and do the work to avoid write at the same place at the same time. An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon and Google storage classes). Modeling PVC for is used only for one POD. Thus we don't need RWX. Change-Id: Ic4b8f5a336f2b9edfdf25ef3cc549b389f9b6f65 Issue-ID: MODELING-213 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-09-05Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 8a45ff1c6b51fdc6cf5dae9c0e84899fdb341a33 - Merge "Move PORTAL Storage access to RWO" - Move PORTAL Storage access to RWO Today when deploying Portal with OOM, the PersistentVolumeClaim needs the "ReadWriteMany" (or "RWX") capability. According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes), ReadWriteMany stands for "the volume can be mounted as read-write by many nodes". That means that a particular PVC needs to be read and written from many pods. That also means that your code takes that into account and do the work to avoid write at the same place at the same time. An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon and Google storage classes). Portal PVC are only used by a mariadb instance or a cassandra instance. Thus we don't need RWX. Change-Id: I706e13759d3af829d61d7a33d068263aaf9e9158 Issue-ID: PORTAL-724 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-09-05Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to f32d4e8de0d89465c85e23bd31bc6b4f2dadbc3c - Merge "Removed exposed debug port 4000 in SDC" - Removed exposed debug port 4000 in SDC Removed exposed port 4000 by JDWP in sdc-wfd-be Issue-ID: OJSI-76 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I9e9caa59623c58d1deebd3320cdfce9f73c83ebc (cherry picked from commit 674916aa2b762a45e4a394ea6ea1198cf8965c8c)
2019-09-05Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7e3dca7842814363702453cb0af8cee60d2afb88 - Merge "Backup Charts for mariadb cluster" - Backup Charts for mariadb cluster Issue-ID: OOM-2088 Signed-off-by: Akansha Dua <akansha.dua@amdocs.com> Change-Id: Ie7f25c812984abc8631a86b2385dd14a365a8ea5
2019-09-05Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to fdb422ed786b94a77ec92675e4a8bc1ca99dffc0 - Merge "Fix OOM Clamp" - Fix OOM Clamp Fix the image name and SQL for mariadb as it has been updated Issue-ID: CLAMP-467 Change-Id: I0bb9bf48b86a8eb3cc7a0f74dd5a5f20e46e8b44 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-09-05Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 16dfa234954d54334f73b2a5c0ed3da47ff27c13 - Merge "Add Config based blueprint process consumer" - Add Config based blueprint process consumer Change-Id: I9e37ecb5032047f835f3b2ea20b2689c76353497 Issue-ID: CCSDK-1668 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-09-05Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c656c611de770cb531199bf47c35cb41389fc100 - Merge "Add Kafka message lib consumer services" - Add Kafka message lib consumer services Change-Id: Iaf1df07a0d8f4fb54d5d06047520010d3bfe5465 Issue-ID: CCSDK-1668 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-09-05Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 25d4619d067d788c9c72bd96b52db92b8d7de6b4 - Merge "RR Complex types and Unit tests coverage" - RR Complex types and Unit tests coverage Issue-ID: CCSDK-1615 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: I1035aa05b4b038095c9d17fdcd00c462bed5085a
2019-09-05Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 4427f5028b3807edf24c9c49addb4770a8fbb58e - Do not output StepData information This information is for internal processing purposes, it should not be output to user, as could cause confusion. Change-Id: I95ead3fbc5e22e3a1751e41d90e567965cc00fa4 Issue-ID: CCSDK-1691 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-09-05Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 1e85e4ee328b0d6aae39c6b7275a5fd949296b00 - Do not throw exception when no data exist. The first time we're doing a diff, if a store operation has never been done before, we shouldn't throw exception, we should silently succeed and set the diff as empty value. Change-Id: Ie2371737758a1525da6b76ac85bceb7fe1aa4673 Issue-ID: CCSDK-1690 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-09-05Update git submodulesMichael Dürre1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 4b8e365a78261942cb7b8384d5138d9e5056898a - Fix startup dependencies Fixes dependencies and JarHell for startup Issue-ID: SDNC-901 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I48b968cc8e2876442fd7c3c800c161b65445b5e9 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2019-09-05Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 23edb472bde9cf4fc119bc538dc51f5e16c9865f - Fix vFW CBA Change-Id: I3e45644a216daba1317d1052a054c3cbbb3a20be Issue-ID: CCSDK-1689 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-09-05Update git submodulesCheung, Pat (kc1472)1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'master' to 49752d7a66e8edf73e94fd2f7c6191dba1d2d2fc - generic-resource-api DG enhancement Add vnf and vf-module async and concurrency support Issue-ID: SDNC-854 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Change-Id: I2d1ebecca6661ef84d01994a77f5ec2f57c81497
2019-09-05Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 77ce224e1b3736f0c0b398b5a5b57ea58ebbaa55 - Merge "Remove ovn4nfvk8s network plugin" - Remove ovn4nfvk8s network plugin As ovn4nfv networks are now handled on k8s side by created CRD, this plugin is no longer necessary. Removed all references to ovn Issue-ID: MULTICLOUD-733 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I7ad6c6d9b3b4fd8f249796f437e69c7df4e701cc
2019-09-05Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to ffa9e22fe906c805928d952bb6e60d5ece86f77d - Merge "Add a namegenerator package" - Add a namegenerator package Adds a namegenerator package which generates readable names for instances. This will go with a small change in the API where we expect instance names and will generate the names if they are not provided. Issue-ID: MULTICLOUD-716 Change-Id: I69d8b7fb62667b8b60f3e02eb26dc937961d26d2 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-05Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to 97830fdd6e1b596219f8759716c75776ba10121f - Merge changes I443a9bf0,Ic4abcab2,Ic08c4594,If494672d * changes: Added sample for policy-type-list-with-latest-version command Added command to get latest version of specified policy type Added sample for policy-statistics command Added command to get policy statistics - Added sample for policy-type-list-with-latest-version command Added sample forpolicy-type-list-with-latest-version command Change-Id: I443a9bf0e48175d74afa971f6adcd892f9b83e09 Issue-ID: CLI-198 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com> - Added command to get latest version of specified policy type added command to get latest version of specified policy type Change-Id: Ic4abcab2dc1ad40d24741eaf7c0a8ad317ae5c83 Issue-ID: CLI-198 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com> - Added sample for policy-statistics command Added sample for policy-statistics command Change-Id: Ic08c459495a7e8697f8582e854b6920baf1be56c Issue-ID: CLI-198 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com> - Added command to get policy statistics added command to get policy statistics Change-Id: If494672de4533bd67eb237f8b67f5e86af4a094d Issue-ID: CLI-198 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
2019-09-05Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to adb874aeda2b111ea400a317c3721eca0f9406a5 - Merge changes I2a48b284,I73f94526,If6d9b2a0,I134143cf * changes: Added sample for policy-list command Added command to get policy Added sample for policy-list-with-latest-version command Added command to get policy with latest version - Added sample for policy-list command Added sample for policy-list command Change-Id: I2a48b28428c9281dd8b82351063ecb270eb9a5ef Issue-ID: CLI-198 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com> - Added command to get policy added command to get policy with latest version Change-Id: I73f94526fee4ee9cde63f8d1c08519c779f64d4b Issue-ID: CLI-198 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com> - Added sample for policy-list-with-latest-version command Added sample for policy-list-with-latest-version command Change-Id: If6d9b2a0d8777f73e759ebb9421c774be524e2f7 Issue-ID: CLI-198 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com> - Added command to get policy with latest version added command to get policy with latest version Change-Id: I134143cf5cd50ead05a6f3dd8c74e2d6529ba365 Issue-ID: CLI-198 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
2019-09-05Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to 7afd12b085f63c3b68e4c92a30c1d95d9d8d3899 - Merge changes I5bd73cfe,I16193def,I3b5e4f6f,Ibb8cfa87,I600cc8ed * changes: Added tenant list schema command Added tenant delete schema command Added tenant create schema command Added vnf delete schema command Added vnf list schema command - Added tenant list schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I5bd73cfe6ee43dba1c677c18f7c6f1323ef0fc34 - Added tenant delete schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I16193def45779579ea33cc858294de6bb514fd98 - Added tenant create schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I3b5e4f6f67dcc28f6d700969785c3bf345063124 - Added vnf delete schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Ibb8cfa8781b1c6920de3f1c00050a29a4dab33b1 - Added vnf list schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I600cc8edfdb9cd2e2e05e0d2e4f8fedd3ea1816c
2019-09-05Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to abf6eac71bb729bc390321264045db4873895b22 - Merge "Added complex update schema command" - Added complex update schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I6cb8480c5781d0433ae4ab5659f045eeec76e719
2019-09-05Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to 9d50bf2849b431add7b8a3923ce4d6ff844ef9f6 - Merge changes I3e535e6f,Ie942d57f,I8aec454e,Id131d48e,I6e60cf14 * changes: Added complex list schema command Added complex list schema command Added complex delete schema command Added complex create schema elalto command Added complex associate schema command - Added complex list schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I3e535e6f2d670a26ec1c5ced7e3086b6740acac7 - Added complex list schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Ie942d57fc8bada08404b9a6aac57e0f1235e1ab6 - Added complex delete schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I8aec454ea901ca6038e4e9d6e12df5c8acdae532 - Added complex create schema elalto command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Id131d48ece000ab69d232cf114682f3e19837a43 - Added complex associate schema command Issue-ID: CLI-197 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I6e60cf148a1c3d64f3a82ffa3a34aa5459e438cf
2019-09-05Update git submodulesKanagaraj M1-0/+0
* Update docs/submodules/cli.git from branch 'master' to 25363d85348328874f875997186afaa0d3cd4899 - Improve the process runner Issue-ID: CLI-166 Change-Id: I51fd485652ecccb7696e3023c527622d5e2ef966 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2019-09-05Update git submodulesKanagaraj M1-0/+0
* Update docs/submodules/cli.git from branch 'master' to da1dbc7caabb874832ac417430d529cc861f537a - Make the search more flexible Issue-ID: CLI-166 Change-Id: Ib00fe8325e46f30c773f9c886e08e21996ac18be Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2019-09-05Update git submodulesSai Gandham1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to 128345fbbf2fe28d65899c4c0a02ff063a978076 - Merge "K8s doesn't necessarily support DNS" - K8s doesn't necessarily support DNS Issue-ID: AAF-963 Change-Id: I65248837fc217b0ccc09f2afe02e14c716ca5bcc Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-05Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 197d873802cb0d2b3ad3ee8065ef5fea2988aff2 - Merge "added new docker-entrypoint.sh for mariadb" - added new docker-entrypoint.sh for mariadb Issue-ID: PORTAL-709 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I70c35ebcaf76fa157da777c28cca6513a22c4465
2019-09-05Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to c0784b571a00ff28117ae20d7e55cc885db71557 - Bump version on master branch of policy/parent Change-Id: I2dfbec1c22d318157b48f8b299d3475bba788b5d Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-09-05Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to ed3a07f731f0c6f70234ca107ac46f44ec538faf - Merge "feat:delete extra local json" - feat:delete extra local json Change-Id: I52de5b3d77972a5a57daf89a56afb03327492810 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-05Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to e3957de85b1118dee2d3c903e60adf2bfcd69afe - feat: delete useless routes Change-Id: I9cbfb4837fd2d5bb10bdd4f562e90ae23905ffe9 Issue-ID: USECASEUI-306 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-05Update git submodulesHelenaLydon1-0/+0
* Update docs/submodules/dmaap/datarouter.git from branch 'master' to 18e2259469f0185c12f7c63e91d8f1ac82979d1d - [DR] El Alto image release version update Change-Id: I9c323cbd67a6d3badc982335bd40359dc16d2149 Issue-ID: DMAAP-1287 Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-09-05Update git submodulesAdrian OSullivan1-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to 746d161edf22f10fd96a158fa7001f74b21d680d - Merge "Update oparent to latest 2.1.0, also update all dependencies minor version" - Update oparent to latest 2.1.0, also update all dependencies minor version Change-Id: I2f3c3dc33c653657baa2bc899add530013a8d009 Issue-ID: EXTAPI-310 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2019-09-05Update git submodulesPiotr Darosz1-0/+0
* Update docs/submodules/sdc/sdc-distribution-client.git from branch 'master' to 72ebecfaa1774b909c7ece40e5124e74248cba4b - SDC Distribution Client code coverage increase Increase code coverage for SdcConnectorClient class Change-Id: If57ab69bcaad3dbfa4dd62d449ed4773f090dc2c Issue-ID: SDC-2326 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-09-05Update git submodulesaosull011-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to 30b54b2d329c388babcfaeb978b4fbd8643e9413 - Bump to El Alto 5.0.1 Change-Id: Iaadc1b27982a8bfbe2d2e84854413468f05862df Issue-ID: EXTAPI-309 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-09-05Update git submodulesTomasz Golabek1-0/+0
* Update docs/submodules/sdc/sdc-distribution-client.git from branch 'master' to 59d971d7b0095bbf07e079f84ec36caeb44735a3 - Increasing code quality - Removal of commons-codecs - Additional code coverage Change-Id: Ib004cc3c893ea3b22f2f929e4fd211e83b203532 Issue-ID: SDC-2326 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-09-05Update git submodulesLukasz Muszkieta1-0/+0
* Update docs/submodules/so.git from branch 'master' to 27b5bdaeac9d4606348437db862fe8295b977920 - Merge "Log exception" - Log exception Either log or rethrow this exception Use isEmpty() to check whether the collection is empty or not Issue-ID: SO-1841 Change-Id: Ia964a871497df8a7211260ad1ad8f1efa8ae4d42 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-09-05Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 0b7a31d8663a5124da9a443f1c0147d5bd68bf27 - Merge "fix: change the order of api proxy" - fix: change the order of api proxy Change-Id: Iefd05190021bbda0f7016b785fc8d32339df2e3c Issue-ID: USECASEUI-306 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-05Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 6a50e8f81e1dca22e4a88624fbef9ac5c6ab36d0 - Merge "feat: optimize the code for the graphiclist component" - feat: optimize the code for the graphiclist component Change-Id: I030d429837aff26772e4e224b19eef276b12ceeb Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-05Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 8e38ef3d1f90a3f41265bcf652777aad259d7267 - Merge "feat: optimize ccvpn related page code" - feat: optimize ccvpn related page code Change-Id: Ibcf32ff2e70f817c7e4fa7201ba8e961dda87438 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-05Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 829654bfc898544be7648171acd1904250c47c09 - Merge "feat: add copyright to fcaps component" - feat: add copyright to fcaps component Change-Id: I0680638ac65bebc021b502d70f52c60d75638d9d Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-05Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 755ac78506d93351fb8022e084312371b30aac5a - Merge "feat: add copyright to the performance-vm components" - feat: add copyright to the performance-vm components Change-Id: I9bff8fd13c4fd5700acf32c98aec7f135d4098ab Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-05Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to caeabfc0f6d5523e2655158f1757f93797613fbf - Merge "feat: onboard-vnf-vm page code optimization" - feat: onboard-vnf-vm page code optimization Change-Id: I72c7e5404075d6124a4966e0757d7dcaf9433c7b Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-05Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 16ea8b7de7d7a51d05c1890144f1799c7e41f8c7 - feat:optimize the mock api of the home page Change-Id: Ie569f729e23e232446fd3b8db05c41189c088d24 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-09-05Update git submodulesWojciech Sliwka1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 435d688a7ae71c726ca7e96f8d0bb61d01afb592 - Merge "Bump VID version to 5.0.2" - Bump VID version to 5.0.2 Change-Id: I9e971e01b1516da3313c63a28ce0f8f982cb9921 Issue-ID: VID-576 Signed-off-by: Ittay Stern <ittay.stern@att.com>