summaryrefslogtreecommitdiffstats
path: root/docs/submodules/ccsdk
AgeCommit message (Collapse)AuthorFilesLines
2019-11-11Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 102e91ea354d527d7b18539aa299c2ff39f553d0 - Merge "Include A1 adapter in CCSDK distribution repo" - Include A1 adapter in CCSDK distribution repo Include A1 adapter installer in ODLSLI POM files, provide DG mechanics support to execute A1 adapter RPC's Issue-ID: CCSDK-1887 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I9a0cd57e8734e69205d899c7a342b70db8532808
2019-11-08Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 54eb2f2680d4f2447a4d48b612b2b83e37d90754 - Add rest client invocation log tracing. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Ie44a1b2628132aa44bc923a4d622544db03b46b0
2019-11-08Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 6036cedf9984e8b22f15e25595c57026de9d690c - Fix missing status event type workflow response. Issue-ID: CCSDK-1896 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Iffb4c5e9d4e5788895bda6c7ee4197ee9e0bd60e
2019-11-07Update git submodulesTaka Cho1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to ef127a5f590c092e5020d8ecd6cf10eaa8329ddc - migrate ansible server python scripts to python3 python3 is required for R6 release Change-Id: I94decf6ead79119f90f5fa70578b4cea8a3e58b7 Issue-ID: CCSDK-1893 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 9e374a0b49cdfd3594a32ff062e210765cad14ea - Merge "Update on Health-api" - Update on Health-api -add Combined health check -add combined metrics check Issue-ID: CCSDK-1669 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: Idb3c7f67b3f22bd6069f75c193ae458c346fb2ac
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 59d3681b80e9b5f9e69b4492138ab1f056a0351d - Merge "Extension support for db configuration." - Extension support for db configuration. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I404855eac4520f79ac33f70710dcdb6ae285891d
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 043b76ce214017bdc97e15600c1d17b10f60916a - Merge "Refractor rest log tracing filter for reuse." - Refractor rest log tracing filter for reuse. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I0ef0627851041b80f63c907c165c9eff5972a973
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to dd785b270c9215297ca9c498a966c5f84e883bbe - Merge "Add missing property metadata DSL fun." - Add missing property metadata DSL fun. Issue-ID: CCSDK-1576 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I814731382976111b8102070de536ecbe4338699a
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fea07ea9ca84ea193380034b2b58d588071e7720 - Merge "netconf lib bugfixes: invoke_rpc + timeouts." - netconf lib bugfixes: invoke_rpc + timeouts. Issue-ID: CCSDK-1886 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I0a33199d4b4cbd5e3355d1e7596d22bd7cdbd075
2019-11-07Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to a6eaf2d99f3b709dffaa65132d0e4b8fba277aba - Merge "Fixed typo..." - Fixed typo... Issue-ID: CCSDK-1908 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I962db89c620c46f8979df03c20c26d3bfc32fb73
2019-11-07Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 1e1ac926da3bc75e55a435a4b71b53642c0ccca8 - Merge "add search by meta data in cds-ui server and blueprint processor Issue-ID: CCSDK-1770" - add search by meta data in cds-ui server and blueprint processor Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: I8ac77ab4903e3141d065a61bf28404f3d16077cd
2019-11-06Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 88e3ef2d396bc91051b182d11a2d490bf37abf08 - Merge "Rolling upgrade support for in-flight requests" - Rolling upgrade support for in-flight requests Three entry points are being handled : 1 - REST endpoint 2 - gRPC endpoint 3 - Kafka consumer We make use of Phaser object to make sure the PreDestroy callback wait for all requests to be executed before stopping the process. The docker image was also modified to make sure the java process becomes PID 1 in the container in order to catch the SIGTERM signal which triggers the PreDestroy callback of Spring. This was done by using the "exec" command in bash. Issue-ID: CCSDK-1885 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I3e2a72e26a4c8b7768ebc374ea40aa8d55fb6761
2019-11-06Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to a835890f817a1e3627c281e98ab786ee7bf8c2ba - Merge "Removing dead code... DME2 does nothing..." - Removing dead code... DME2 does nothing... Issue-ID: CCSDK-1897 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I5b9abb83f9c2e2a4329a393fb8c0fa10801a770c
2019-11-06Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 8ce7fa4bf8b410d28985ddb3d6490e84e76d9478 - Merge "add get blueprints API with pagination and sorting" - add get blueprints API with pagination and sorting Issue-ID: CCSDK-1770 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: Ia9bd9b78df1d7dc5c0b6e67af2d58922f9c9a935
2019-11-06Update git submodulesOleg Mitsura1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 94f1bfcc93e46dc08f806e9a3b495abc9d9bf53d - netconf retry disconnect() Issue-ID: CCSDK-1908 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I90ca822c042ec84fda717a152c4f699bacdd87ad
2019-11-05Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to e967b59012d3aec0a5ad01d1ad508fc1e0a61a5f - Merge "Adding Edit catalog functionality" - Adding Edit catalog functionality Adding Edit and Info catalog-dialogbox Change-Id: I497e71b836424af172ef3ed8a64bcdf96f1a5077 Issue-ID: CCSDK-813 Signed-off-by: Swapnali Shadanan Pode <sp00501638@techmahindra.com>
2019-11-04Update git submodulesprathamesh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 36b10ae0b1551fcd3d16b2545390794116c601fb - Fixed CDS liveness probe failure during high load. -Added Dispatchers.IO so we can utilize CPU resources efficiently. Issue-ID: CCSDK-1874 Signed-off-by: prathamesh <prathamesh_morde@yahoo.ca> Change-Id: I8bb3c078b22663ca6c2420189b0477b8a66a3bd6
2019-11-03Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 479b6c2f2ef248a805537762d2b461ff1a4c6ef5 - Merge "ORAN A1 Adapter Karaf feature development" - ORAN A1 Adapter Karaf feature development A1 adapter to interface with A1 mediator in ORAN real-time RIC. This is a karaf feature that will be installed in ODL/CCSDK. The feature will be supported by corresponding DG's. Issue-ID: CCSDK-1888 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ib462637a013fa454dd65047dda9c85f4d2d4521c
2019-10-31Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fecb2a6da364eb94926aaacf136991e4e17b9bb6 - Merge "Update vLB CDS Kotlin Package" - Update vLB CDS Kotlin Package Issue-ID: CCSDK-1838 Signed-off-by: hanybaki <habdelbaki.ext@orange.com> Change-Id: I21a797602d759f40d7b9e3e89192374a38d56ce0 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2019-10-31Update git submodulesSmokowski, Kevin (ks6305)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 2041397b3c95396e5c1ee04c21daacc4ccf3fa08 - pom updates inherit version for org.onap.logging-analytics artifacts Issue-ID: CCSDK-1882 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I083d5fa4416bb0b637df3fdf05a85fc3a0ecf1bc
2019-10-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 81904a70bdf2a2b0434b99002429b4749b6cd6b5 - Merge "Description: Create RESTCONF based vLB CBA Blueprint" - Description: Create RESTCONF based vLB CBA Blueprint Issue-ID: CCSDK-1852 Signed-off-by: hanybaki <habdelbaki.ext@orange.com> Change-Id: I7e9cda61d85aa8406fb8371658e53a75b64dd686
2019-10-31Update git submodulesSmokowski, Kevin (ks6305)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to ac5d3ff491a745d6112b698aa1b209f6dcf507d1 - PrintYangToProp package change package for PrintYangToProp was updated when sli-common was updated Issue-ID: CCSDK-1723 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ic747102fb519aa5805bd8e9c016afc8d2af14e5b
2019-10-31Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to f743d82a31b6a9492493d93b8a5c02c27b913e38 - Merge "Changing groupId for message-lib" - Changing groupId for message-lib Changing groupId to org.onap.ccsdk.cds.blueprintsprocessor for message-lib Issue-ID: CCSDK-1878 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ib47dd649657f22c5f6ead5baa05b4dace9be669d
2019-10-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 22d9fd4365d9b1c0198cffb76aea994eedb34fbb - Merge "Provide ongoing occurrence value for scripting" - Provide ongoing occurrence value for scripting This patch fixes this for template https://gerrit.onap.org/r/#/c/ccsdk/cds/+/95081/ but not for script, where the occurrence value might be needed. In reality, this overall occurrence thing is a mistacke, but it's solving an issue that I yet don't know how to properly solve. Change-Id: I7f8579ad2bde3f96b06aaf09c8b8c67d4b97e7b0 Issue-ID: CCSDK-1693 Signed-off-by: Alexis de Talhouƫt <adetalhouet89@gmail.com> Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com>
2019-10-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to deeaa0a6df8f266c10130833f06dec0ca9773b78 - Merge "Add remote service function execution." - Add remote service function execution. Issue-ID: CCSDK-1875 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I18279b1d2ff1a0b2962afa74fc616bfd99e93c91
2019-10-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 7170f91ff015b15ff600d9a8a4ad9fdc1ec3915d - Merge "Add message consumer dynamic functions." - Add message consumer dynamic functions. Issue-ID: CCSDK-1668 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I51be88598557a05ef5db7cd595689a8e4a653fdc
2019-10-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to bfad46ffc8078b6fe2c8ea382daf9f8f795be4b7 - Merge "Add Message tracing logger service." - Add Message tracing logger service. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I509df82ec558cd96934043a5b41ea53aa040cc81
2019-10-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to b3f56638d438107a201466c1956240805f100889 - Merge "Add Message Header support for tracing." - Add Message Header support for tracing. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: If6a416fe157a1a8ed4d93878142b3c959d49a035
2019-10-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 9fe840e96ce51f7204fb03e7bbb4820d4b88f309 - Merge "Py executor grpc TLS server authentication." - Py executor grpc TLS server authentication. Issue-ID: CCSDK-1854 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I72b3deb7976e7d3e44478c497a46b9b4ac428623
2019-10-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to e875f21826bd1ff4964d06deba7784587b4f95b6 - Merge "Add grpc TLS property lib services." - Add grpc TLS property lib services. Issue-ID: CCSDK-1853 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I92c8b39a6db0bf7c1fe7e9928e4eddaef8a30f07
2019-10-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 987afaa51413b2b943deb2afdcdc92b89f16fc4c - Merge "Add GRPC log tracing service." - Add GRPC log tracing service. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I4ba6ed11d8fb63c21b9c49774ed733cca05c5646
2019-10-30Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to e2619d958f8237f00467da8cacb0fb9fd210a323 - Merge "Loopback code for GRPC functionality" - Loopback code for GRPC functionality GRPC integration for Draft, Publish, Download Change-Id: I24e138fae766da7a112ac9f49a8ba036d81b5bb5 Issue-ID: CCSDK-1785 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-10-30Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to d15ca6469a83d37f1b71962cf32d1a5b74e7fe97 - Merge "Modified vf-module-name" - Modified vf-module-name Issue-ID: CCSDK-1816 Signed-off-by: hanybaki <habdelbaki.ext@orange.com> Change-Id: Iee947751589ef640a8c519d5ffabe424835bac93 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Signed-off-by: root <root@olc-rancher.novalocal> Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2019-10-30Update git submodulesSebastien Premont-Tendland1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 2703d7ab7045089a381416d6e3b15df5f7e785ef - Removed all http_proxy reference from build. http_proxy is an environment configuration and should not be defined in in the build script. If you need to use a proxy to build docker images then add it to the mvn command like this : -Ddocker.buildArg.http_proxy=$PROXY -Ddocker.buildArg.https_proxy=$PROXY Also adding http_proxy in the Dockerfile directly will add the environment variable in the POD statically using the proxy the was built with at runtime. If a proxy is needed at runtime then the environment variables should be injecting using helm charts and overrides. Issue-ID: CCSDK-1877 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I2b99b277b594408c974cf29a5804384293776a22
2019-10-28Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to b3dd7d114e44c32b93773f11013a9b2b6d33d18f - Merge "Bug fixes to OOFPCIPOC templates, DG's, properties" - Bug fixes to OOFPCIPOC templates, DG's, properties Bug fixes to OOFPCIPOC ConfigDB and DMAAP template files, SDNR property file, and corresponding DG's Issue-ID: CCSDK-1840 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I23ebfdc819213ed5e070887bdf7cc14ba0121ec8
2019-10-27Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 129cc5bd7654b8017c22f53ebd6cbf9f1b12f55e - Merge "Improve Remote Python Executor error handling and allow for structured response" - Improve Remote Python Executor error handling and allow for structured response Issue-ID: CCSDK-1855 Signed-off-by: Serge Simard <serge@agilitae.com> Change-Id: I924918fb06a5a0f118772dedaa41c536c7eca9e7 Signed-off-by: Serge Simard <serge@agilitae.com>
2019-10-25Update git submodulesKrzysztof Opasiak1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 3332be8d9d236a1ec49c850753b25f1432cad0b8 - Mark OJSI-196 as fixed OJSI-196 ticket is already closed as the vulnerability has been removed. Issue-ID: OJSI-196 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I12d956c1327abd51ef51ba37abf0dc403f3f4333 (cherry picked from commit d8492a2b6b66553eb17d9ae60998f850f5b12c87)
2019-10-25Update git submodulesOleg Mitsura1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 8c16a7853900312866868a61079a336d4b12991a - Increase num workers to 15 Issue-ID: CCSDK-1859 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Id11ed788e2a4d02c93c8e313ba4aef555ffe7885
2019-10-24Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 16fefe6f40fad8f9708b3db40a2c809568cd995c - Merge "Implemented UAT runtime services" - Implemented UAT runtime services Issue-ID: CCSDK-1759 Change-Id: I9e3df315074bfcfa5e341feefdabd00671194dc3 Signed-off-by: ebo <eliezio.oliveira@est.tech>
2019-10-24Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 0bba65f6de4d234e725d51e2926c38f9ac255296 - Merge "Jointjs integration with angular" - Jointjs integration with angular Added JointJS dependency to the project Issue-ID: CCSDK-1826 Change-Id: Iddd014b23d62e1874de4aedb01e3efd53fcf0945 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-24Manually update submodulesKrzysztof Opasiak4-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 submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 626cce5c6921376fa0ad3d927cec391b19c45b3a - Merge "Component Script Executor Fix" - Component Script Executor Fix Fixing ExecutionServiceInput object initialization and related test cases Issue-ID: CCSDK-1829 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I43354487abfb10a98b29d749aa77b08cfdff51b8
2019-10-14Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to eed407003be0586fd93d8bced4daa32975a24794 - Merge "Add reactive log tracing service." - Add reactive log tracing service. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Ic20013045dd5d2681243c03f9e4cdfe557b630be
2019-10-14Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to cf31e364e6f6331528503d26f9f296103e4ff076 - Merge "Bi-directional GRPC non interactive implementation" - Bi-directional GRPC non interactive implementation Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I236bf6d4edaf983ca4162b5ce064736ac690b504
2019-10-14Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to d52550b44a49df2d7ce969485a10a7a570ca9ecf - Merge "Kafka Back pressure configuration" - Kafka Back pressure configuration Issue-ID: CCSDK-1666 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I173672b14e07a89e0bd2d1ea0e47543b37f389f8
2019-10-11Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3ecab32cb79adb22ffd01381300dc6fc010a2a57 - Merge "Remove python ciscoconfparser requirement" - Remove python ciscoconfparser requirement Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I6af3916d949075d1f250086a032a0d7b1457c26c
2019-10-11Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to b12478e07f51f4ad8bc8c18266289d60f4d78f21 - Merge "Remove Controller API url and use blueprintProcessorApi url instead Issue-ID: CCSDK-1793" - Remove Controller API url and use blueprintProcessorApi url instead Issue-ID: CCSDK-1793 Signed-off-by: Shaaban Eltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ic22a886bb7018ec09c557166e3ebd69196713d4c
2019-10-11Update git submodulesArundathi Patil1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to d71ba83a6075950877963fef084a5f6e4aa598ba - JointJS Prototype Added JointJS POC Issue-ID: CCSDK-1765 Change-Id: Ia8a6e913e3d4f10f3fdc0e1ec377304e49879240 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-10Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to ce9b0657f0614c993c36381c0ab301d7b4337db5 - Merge "update vLB CDS CBA" - update vLB CDS CBA Issue-ID: CCSDK-1816 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I1b399aae8abca6a2f5d175560053fa0c7b646896
2019-10-10Update git submodulesSwapnali Shadanan Pode1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 4af2bea1aa5e0207a3a61dc9dc72e7e2e65f3ec6 - Adding Controller catalog Adding new component controller catalog Change-Id: I30ce3498289320a1246d37089fb971c2f71ffe15 Issue-ID: CCSDK-810 Signed-off-by: Swapnali Shadanan Pode <sp00501638@techmahindra.com>