summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-08-09Update git submodulesHerbert Eiselt1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to ed0e6be174e1445b6c47a69dccf25a642f17bdd7 - Add license information Add license information to devicemanager head plugin Issue-ID: SDNC-843 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Change-Id: I60e4030d90762b4c185aaf593cc1a42e71824fb5 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
2019-08-09Update git submodulesHerbert Eiselt1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 8404b495de1770617d745ab488116714e9d2d06d - Fix malformed time stamp Fix malformed time stamp in devicemanager Issue-ID: SDNC-788 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Change-Id: Ic012457e0587e8018fe03b057d20e8b713a20042
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 4001ac13397c082ee97c7ff440fa2ead5d50b421 - Merge "Add declarative acceptance tests" - Add declarative acceptance tests First two UATs are for blueprints Echo and "PNF Configuration". The body of the ODL mount request was changed from XML to JSON, so it can be represented in a YAML file. Initial documentation about the UATs can be found at components/model-catalog/blueprint-model/uat-blueprints/README.md BluePrintArchiveUtils.recurseFiles() replaced by compressFolder() that uses native Java 7. Removed commons-compress as dependency since is no longer used. Change-Id: I96a584ae12ca009f90fe8fe9485eb57ce05e8add Issue-ID: CCSDK-1569 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3c1781135b4029fdc657b2009259d3b8ddd8eebc - Merge "Fixed restconf Python scripts bugs caused by BPP refactor" - Fixed restconf Python scripts bugs caused by BPP refactor Change-Id: I9f064aca6f40c0427614d41a08be6b0e6288bcec Issue-ID: CCSDK-1573 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to e5b42d3d61651866c0f12b5de6653b1a9d2b9b85 - Merge "Fix occurrence really optional" - Fix occurrence really optional Change-Id: I18c4d0803e20ed18e4dde553288d37143dff936a Issue-ID: CCSDK-1572 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to b4441ff5bebb5a0b24148ee804215ffde485d40a - Merge "Set resource data value when fetch from database" - Set resource data value when fetch from database When doing resource resolution, if the same resolution-key, or the same resource-id/resource-type combo, is used, then the process will only try to resolve the resources set with a "failure" status from the RESOURCE_RESOLUTION db table. In the case the resource has previsously successfully been resolved, then we need to set its value in the resource assignemnt resolution store so it can be used later in the processing, for instance if another resource depends on it. Change-Id: Ifa3957fe3d2365e1f4347aa61ed963124f8a69f7 Issue-ID: CCSDK-1606 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 097a6e66c3ff19aa53ef3a72dce3a2e41c4eb9ed - Merge "Add dynamic-properties as python script arg" - Add dynamic-properties as python script arg For the remote python executor, we have the ability to provide dynamic properties, that will end up marshall as Json. Through the gRPC session, it will be transform to a Google Proto Struct. Once in the remote python executor, we use utility method from Proto to convert the Struct into a Json string, and we pass it as the last argument of the script execution. That way, user can access them in their script, simply by loading the content using json.loads and then interact with the data through the python dict. Change-Id: Ib3552c06734aed252ec28f47173bc8668afe085d Issue-ID: CCSDK-1606 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 20f27d87bb4ce6343ec2ce54a5cebf1681fac8be - Merge "Default resolution status when storing result" - Default resolution status when storing result It can happen the resolve fails, and the status end up not being set, hence to avoid any exception, we default to failure. Change-Id: Ia5fb9ad954c109f394425f33c506e66d7e1969e4 Issue-ID: CCSDK-1606 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 260f2cdf890ea4926437975aef1bcaa67c8de329 - Merge "Add sample test dsl type cba" - Add sample test dsl type cba Change-Id: I277588b4f38f8c99c33f3a1f65e8ca7c3919940d Issue-ID: CCSDK-1580 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fb771064907e93a64f67b43f18b4051740967e1a - Merge "Add resource assignment DSL." - Add resource assignment DSL. Change-Id: I44a3596c05b02faa171f90b9207f774ce34976a6 Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to b80a4b9a4b33dbf560a980425cfa4cd36b41a76e - Merge "Add resource definition DSL." - Add resource definition DSL. Change-Id: I66d340727918842a26f07e8609a043c37e5089f4 Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 9b1a8f7a95a6e80df01d77b7b094e624fbb9147f - Merge "Add resource source template DSL." - Add resource source template DSL. Change-Id: If68ce2e944700cb19380d34ff3b466a9c8633472 Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fbf82e9f5f8e8ec37168a2516c82cd0d40cbfef2 - Merge "Add property definition type DSL." - Add property definition type DSL. Change-Id: I83a3d1391c60cd426236b55d0d399e273e7c15dc Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fd26b3cc681564c2b77cdc15bca806598a99e20e - Merge "Add resource source node type DSL definitions." - Add resource source node type DSL definitions. Change-Id: If21c4964bda08e5d50e6fd11fb1d657e5bf8785c Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c42777bd73fcd3744353048dbc32c89cb6fcca6e - Merge "Add CBA parent pom." - Add CBA parent pom. Change-Id: Iddfb27d271bbb58375190c506173edccdd60b9e0 Issue-ID: CCSDK-1576 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update docs/submodules/oom.git from branch 'master' to f3f773c1fab370a10d2d66eb4bcbd9a89a52ba16 - Update git submodules * Update kubernetes/aai from branch 'master' to 8c0fcb68d8e053629fd51e52f8f3687b28e4c18d - Update aai el alto to release images Issue-ID: AAI-2578 Change-Id: Icd2573342ad971a1ba1d583690dc2dae65e02b0c Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-08-09Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 458a85ec8dab60092a91208030ef2b31b3e545d2 - Roll to next snapshot Roll to next snapshot version Change-Id: I05e831bbf2524289a252a0b143cda3b5c4152ec3 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 1001fc436835b7376e5d7fd3b5c41923a0d4f8fe - Merge "resource save/delete functionality" - resource save/delete functionality Implemented code to, 1. Delete and save the added source option from the panel. 2. Save edited changes of a particular source option Issue-ID: CCSDK-707 Change-Id: I38bf8a67e7fff4c926fd5c84f834de5d817e9640 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 77339e32345330f20421987bee7597f6419402b8 - Merge "Changed URL in server for backend" - Changed URL in server for backend Changed Bleuprint controller link for backend Change-Id: If3e14f26a6cd8a059cab37325326c2f11a58c8dc Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 44394f3fb4953b11574d2686501d50809efc7195 - Merge "Search from db components change" - Search from db components change Added notification alert and method for edit Change-Id: Iab4763956ea4a4c9fc96753b32e405ba1715e707 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3a1077c1405b10e9d5e49e39e6e2493c8529c59a - Merge "Changed template option label" - Changed template option label Change-Id: Iff709cefa5a76ddf1f9a9bcab49f98526283baf2 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3e1cee7f8c022fe18e0e22cf72f925174c9ead26 - Merge "Controller Blueprints fails to lookup directory" - Controller Blueprints fails to lookup directory Create directory for saving CBA package in case one does not exist Issue-ID: CCSDK-1607 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com> Change-Id: I0f5b547ec781bf7211414507ee847e756402f0e7
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 159de601758f7cedcef9359da471f182dcf73781 - Merge "Application name changes in meta json" - Application name changes in meta json Application name changes in meta json Rebased for version 0.5.2-SNAPSHOT Issue-ID: SDNC-842 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: Ied888a1d4228c1ad85617aec8584c4069761b49a
2019-08-09Update git submodulesEliezio Oliveira1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 68528acbb786a257408d577bab13fc882ad71fc9 - Unified Http server configuration To allow UA tests with both servers listening on random TCP ports. Change-Id: I9f125b8f2568797b8f7a747b7d8b7bd9a163d30e Issue-ID: CCSDK-1568 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesEliezio Oliveira1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3d9197f70b2af07831074f34ab9f7b7da32338d8 - Removed redundant BlueprintProcessorApplicationTest Change-Id: I9d3fa66e7185938f30447884753c3e9c2644c0cc Issue-ID: CCSDK-1567 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to b374698684414f0a40bf0c1b113da9f74dc78b8c - Merge "pom file added to readthedocs and change in script" - pom file added to readthedocs and change in script pom file added to readthedocs and change in script Issue-ID: SDNC-841 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I44be2d1bc5fba164f67746a5bcac49199ed433fd
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 34740c107d7d67ec6be97bd46f4a54b77ee45d78 - Merge "Added more content to helpserver abbreviations" - Added more content to helpserver abbreviations Added more content to helpserver abbreviations Issue-ID: SDNC-839 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I018b4625ec451b466a2fc566c1463505ea3f4365
2019-08-09Update git submodulesEzhilarasi1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c75c7f25e756f92782565d9ab2a697bba1fa1614 - Added service for Edit CBA Added service for search result CBA Change-Id: Iba00f048abc59878e6dcda9d1de9f0fc823d9130 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-09Update git submodulesBruno Sakoto1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 80133d27f21e27c8da4b3e8d635fb2c05f2f7721 - Review maven dependency for snakeyaml Remove explicit version for snakeyaml maven dependency and inherit it from integration parent artifact. Upgrade snakeyaml to latest 1.24 version. Issue-ID: POLICY-1603 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I93978f963dc37260e0fc4d153c92c7da8db0005d
2019-08-09Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to ac626eba2c053c2349473a2e095db6859ab41032 - Merge "DMaaP MR changes for ElAlto early drop" - DMaaP MR changes for ElAlto early drop Issue-ID: DMAAP-1270 Change-Id: Icd0cf60921750b84840a5a344eb15a736684e329 Signed-off-by: su622b <su622b@att.com>
2019-08-09Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/parent.git from branch 'master' to 0bbf3f4f7ee0ec5c0f09e6d07bc301622e51fc67 - Roll to next snapshot Roll to next snapshot version Change-Id: If4b60b8aa95e7fbf72f048eed4ee968d2079b7a4 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Update git submodulesLukasz Muszkieta1-0/+0
* Update docs/submodules/so.git from branch 'master' to f4753b2f9dff4c7440e2450e175bae1a04cb695d - Merge "Remove unused SDNCServiceRequest constructors" - Remove unused SDNCServiceRequest constructors Coverity-scan: CID-211570 Issue-ID: SO-2211 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: Id73831f5ef51bdea2e24c40c10d744df662b50ad
2019-08-09Update git submodulesanushadasari1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 86a2c9e15470079d818b37d01fb01771e951622e - Sonar- blueprint-controllers.js Add a semicolon at the end of this statement. Remove the useless trailing whitespaces at the end of this line. Change-Id: Iae0434b07bcc713794164079f626e781e1de844d Issue-ID: CCSDK-1582 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-09Update git submodulessubhash kumar singh1-0/+0
* Update docs/submodules/so.git from branch 'master' to 4e7efd7198a56e3b370539ee0624750e2f6fc5d4 - Merge "removed unwanted public for ActivateSDNCNetworkResource.groovy" - removed unwanted public for ActivateSDNCNetworkResource.groovy groovy file correction Issue-ID: SO-2212 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I5f3adeb10b4f551f515144696695834a32493e97
2019-08-09Update git submodulessubhash kumar singh1-0/+0
* Update docs/submodules/so.git from branch 'master' to f9f67564fa766b1a9bbc58747083d8f4938b03be - Merge "fix sonar issue" - fix sonar issue fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I5049d25904c3abfdaccd84a3356c14f47be4bc57
2019-08-09Update git submodulesMichael Dürre1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to b4fce004a40753e396f100ac9abdbe876de5865e - fixed mediator app route requests through apigateway Issue-ID: SDNC-824 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ief159a71888f271a7751884260f85be01efdd6b4
2019-08-09Update git submodulessubhash kumar singh1-0/+0
* Update docs/submodules/so.git from branch 'master' to a610ba5990ac65c962de8bbedc676b2ec29ed8f1 - Merge changes I8e443077,I51a9106a,I54076323 * changes: fix sonar issue fix sonar issue fix sonar issue - fix sonar issue fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I8e443077864d758149bb5f62bc5dc5f718c29204 - fix sonar issue fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I51a9106ad99e7bb101c3d6c9a33603ac202d7cb6 - fix sonar issue fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I5407632386d75a239a4847e763159e60c3008ded
2019-08-09Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'master' to d73fe57f9e6a420ccf8f91cf188e8162ab881a07 - Release version 1.6.1 Release version 1.6.1 of SDNC artifacts Change-Id: I8c018854fb3fddfb06cc0ef658e23be89d630b74 Issue-ID: SDNC-827 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to c55a88d9e00399708cd6c5ea7b562ca579aabbfe - Merge "remove not used BaseTask class" - remove not used BaseTask class BaseTask class serves only as JavaDelegate implementation provider, should be removed Change-Id: I46f56cb850d12e4ef395db9429297d05f3a51b37 Issue-ID: SO-2187 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-08-09Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 74cd0172784a38f8d45b09b543804df4bb66a304 - Merge "Terminate workflow on Abort handling code" - Terminate workflow on Abort handling code Throw WorkflowException to terminate the custom workflow when Abort handling code is returned, add constant names for variables Issue-ID: SO-2171 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I29a5ede2503f42ff28486318e0239eb6beeb4271
2019-08-09Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to f7683e27b8570a2102f287ebc98117b9026c27a8 - Merge "Add SO re-name the migration sql for version conflict" - Add SO re-name the migration sql for version conflict Rename the version from V6.1 to V6.3 for V6.1__AlterColumnActionCategoryControllerSelectionCategory.sql There is another script with same version in the att ecomp. Issue-ID: SO-2209 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: Ia7e527419dfe149f8cbdd9d0748768f8b7bc9904
2019-08-09Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to cdb523dd83161a9ceefec9c54364f9f8f0e56391 - Merge "add rainy day handling with SERVICE_ROLE and type" - add rainy day handling with SERVICE_ROLE and type add rainy day handling with SERVICE_ROLE and type Issue-ID: SO-2205 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib85ccd787d4c8b210abb983e1f114da3d36be2b6
2019-08-09Update git submodulesAlexis de Talhouët1-0/+0
* Update docs/submodules/oom.git from branch 'master' to b262964d2ffcc9e68bf3fa3e4da17b3911e0369c - Merge "Add message-router dependency in blueprint-processor for kafka-listener." - Add message-router dependency in blueprint-processor for kafka-listener. Issue-ID: CCSDK-1432 Signed-off-by: Prathamesh Morde <prathamesh.morde@bell.ca> Change-Id: I64349580b66979285857951ea6d6f18015ef63f5 Signed-off-by: Prathamesh Morde <prathamesh.morde@bell.ca> Signed-off-by: Prathamesh Morde <prathamesh_morde@yahoo.ca>
2019-08-09Update git submodulesosgn422w1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to b0710ba41d0d0cc4f06a4dc27c5090867c26113e - El Alto Early Drop El Alto Early Drop release note draft Issue-ID: CLAMP-459 Change-Id: I27f38d98046dda7725af9918cf0eed029dc36382 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2019-08-09Update git submodulesedepaul1-0/+0
* Update docs/submodules/dmaap/datarouter.git from branch 'master' to 632e4aaf606ca99ddc5a5cba11deb5e2ee2a90c5 - Remove redundant unit test Change-Id: I15c64b30e6e660cbff2c00a44429dc05b6592327 Issue-ID: DMAAP-1195 Signed-off-by: edepaul <paul.p.dennehy@est.tech>
2019-08-09Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to f249983a7cca64628f24a73092e813d2b4c18afc - Merge "Add request-id to vnf provision" - Add request-id to vnf provision Issue-ID: CLI-169 Change-Id: Iff4ea20599879d0483b1e0d12dd72d3af573e4cc Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2019-08-09Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to c487e982cbea45009017d387825533ffb9a35b8f - Merge "Multicloud cloud region creation" - Multicloud cloud region creation Cli for multicloud Issue-ID: CLI-199 Change-Id: Ia3e71af570c5e2042780f33c78bff97c0dff3184 Signed-off-by: jananib <janani.b@huawei.com>
2019-08-09Update git submodulessarada prasad sahoo1-0/+0
* Update docs/submodules/so.git from branch 'master' to 767d75c00de86e1040c9dede18cf9778990ed5bf - fix sonar issue fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I137e40866ccbfb634b430ea56028fac87cc6b2bc - fix sonar issue fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: Ia0bb25c9fc10364fddde10d38675540d0c539227 - fix sonar issue fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I79db093a27165fd5d54dfab1c1d25749bf6df533 - fix sonar issue fix sonar issues Issue-ID: SO-1811 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: Iba1f585de7465da5649b60e6990a737936656ac7
2019-08-09Update git submodulesanjali.walsatwar1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 00d86896bb1290ec29dd5db9e987cd71cb3c7b47 - fix for MultiCloud-Architecture document spelling mistakes and grammatical error Issue-ID: MULTICLOUD-766 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I36ceac1944edf1769c033fd6cc64ccd38a253fe7 - fix for MultiCloud-Administrator-Guide document spelling mistakes and grammatical error Issue-ID: MULTICLOUD-766 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I95ba5b28aca95997a141764ab0fa0ff43aa15e14
2019-08-09Update git submodulesKanagaraj Manickam1-0/+0
* Update docs/submodules/cli.git from branch 'master' to 9655af0ffb072f0bb3623c2159c1d5fbfdf81cb3 - Merge "cli subsciption create schema for AAI" - cli subsciption create schema for AAI Issue-ID: CLI-197 Change-Id: I5299890f6a8dacec365f1ba27a3abc04cf9c6d95 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>