summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-07-13Update git submodulesSandeep Shah1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to bd39d8fa19249397cdcadb53a7d532744928d8bf - Remove oofpcipoc consumer dependency from feature Remove oofpcipoc-consumer dependency from sdnr/northbound/oofpcipoc/ feature/pom.xml Issue-ID: CCSDK-1484 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I683d2a80ee92121267c8b615f98d1e49543ca335
2019-07-13Update git submodulesSandeep Shah1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 88913b4492d058efb4dd9b36aec65d8577f908e4 - Remove slf4j dependencies oofpcipoc consumer pom Opendaylight does not use log4j and remove all slf4j dependencies from pom file, as this would be handled in ODL and no biding is required Issue-ID: CCSDK-1481 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I362a4030a31f8cfc7ac0c7d70d0ea0658de7efe4
2019-07-13Update git submodulesSandeep Shah1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to ffd2a837e56c769773ee6c27e78a79dbd961bf58 - Add velocity-engine dependency in dependencies POM Add velocity-engine-core dependency in ccsdk/distribution/ dependencies/pom.xml Issue-ID: CCSDK-1482 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: Ieb89180552263264bc5e443dd8ae4d4d91502a93
2019-07-13Merge "Issue-ID: DOC-503 adding an "e" in azure"Eric Debeau1-1/+1
2019-07-13Update git submodulesOlivia.Zhan1-0/+0
* Update docs/submodules/modeling/genericparser.git from branch 'master' to aef67d1a1fb076f154f9f7595b54590fc7499ee6 - Update python2 to python3 Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I9ec0ccfa5ba200c690a85d582cee41009dfdc0f0
2019-07-13Update git submodulesInstrumental1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to b5d91a686cede2fcf45e2b16e0141689d6c35a3f - Add JAVA_HOME to check.sh Issue-ID: AAF-792 Change-Id: Ief0fd9d1b933c20cf0367fbaba2ea3e9f8d67fbb Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-12Update git submodulesSai Gandham1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to f918e038f8f4eea2fb879edf704683877bc19849 - Merge "Adjust Agent for none K8s" - Adjust Agent for none K8s Issue-ID: AAF-857 Change-Id: Iae6ab3800376465deb69d735d1ab38c931b46688 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-12Update git submodulesJonathan Gathman1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to 3c06c9887d6f88524f06b46f2593f6eef640826b - Merge "Sonar Fix: NotifyCredBody.java" - Sonar Fix: NotifyCredBody.java Fixed multiple sonar issues in this file Issue-ID: AAF-870 Change-Id: I745b06933588264dfee0b5c26eba6540ab66415b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-12Update git submodulesJonathan Gathman1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to 671e20a4ac2de8330a0f29dc71c59ad154985c82 - Merge "Sonar Fix: NsAttrib.java" - Sonar Fix: NsAttrib.java Moved a variable as per the java code convention Issue-ID: AAF-866 Change-Id: If2fe01e3e22171356ed4f24066c5573e67a9187f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-12Update git submodulesJonathan Gathman1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to 08c9a245bb73753834a96996a1433058eb4720d4 - Merge "Sonar Fix: NS.java" - Sonar Fix: NS.java Removed unused import from file Issue-ID: AAF-865 Change-Id: Ib20722520fb2da1b32e88e9450d3e85c69bf7841 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-12Update git submodulesJonathan Gathman1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to 489925341c78d0b0103b56462593fa6803066f14 - Merge "Fixed sonar issues in Approval.java" - Fixed sonar issues in Approval.java Fixed multiple sonar issues across this file Issue-ID: AAF-862 Change-Id: I7d2fa8a533ca321ed64646a8aeb302830da751f9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-12Update git submodulesJonathan Gathman1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to 953ce6afd8e943aa5943f0988742afb29d6a79bb - Merge "Fixed sonar issue in ApprovalSet.java" - Fixed sonar issue in ApprovalSet.java Removed declaration of CadiException as it is never thrown from the method Issue-ID: AAF-861 Change-Id: I02f5c0e5c9c664da788109d00bb30ed9c10a6e88 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-12Update git submodulesJonathan Gathman1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to d06a4ccf3ec7c74ed5393b8f8fd1ed74ccd60117 - Merge "Fixed sonar issue in URApproval.java class" - Fixed sonar issue in URApproval.java class Removed the declaration of thrown CadiException as it is never thrown from the method. Issue-ID: AAF-860 Change-Id: I62af4f65923f3e1eb995118421d68f4f843caeb5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-12Issue-ID: DOC-503Rene_Robert1-1/+1
adding an "e" in azure Signed-off-by: Rene_Robert <rene.robert@orange.com> Change-Id: I30dfd5094aaea31acb9652e6e9ac2e56113feccb
2019-07-12Update git submodulesPiotr Darosz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 2e727b14a570be38b300f4f0ade45e83822e6a91 - Fixed banned dependency Upgrade onap-tosca-datatype snapshot dependency version to non-snapshot Change-Id: I54f1dae17b8c9bb13407a6313581b682fbadbefc Issue-ID: SDC-2447 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-07-12Update git submodulessu622b1-0/+0
* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master' to a81e4e55161822cf42caf6547127ce13fe743aea - fix for security vulnerabilities Issue-ID: DMAAP-895 Change-Id: I4532ba8ecfe745c1689d72d6423ebaa0d355e267 Signed-off-by: su622b <su622b@att.com>
2019-07-12Update git submodulessu622b1-0/+0
* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master' to 507bd09b245a79ab7ca9d0f137dffa320afabdf9 - fix for security vulnerabilities Issue-ID: DMAAP-986 Change-Id: Ib048ff20da290bbc8e234f521d46167955d33d1b Signed-off-by: su622b <su622b@att.com>
2019-07-12Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to 1a596979ec84815548015c289f8377d8c6844f75 - Add Brinda as committer Added Brinda as committer to INFO.yaml Change-Id: I978a4a3ccf47f6171aa63db01ba9bba0260c2b35 Issue-ID: CCSDK-1480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-12Update git submodulesPrudence Au1-0/+0
* Update docs/submodules/logging-analytics.git from branch 'master' to fa4c440ddcf8300a74acd5248d2cdb76d050ed3c - Patch #3 - release 1.4.0 for logging-analytics Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-1073 Change-Id: I07a78457016e85a2fce551b9ce0ba14713103f6b
2019-07-12Update git submodulesGary Wu1-0/+0
* Update docs/submodules/integration.git from branch 'master' to e3a828592d9a57e2d73fbd4984a4d28a3e7439e6 - Put NFS VM flavor back to m1.large Issue-ID: INT-1117 Signed-off-by: Gary Wu <gary.wu@futurewei.com> Change-Id: I4afb90e6b8ad78b1e8778e5e8c65fe418a2caba7
2019-07-12Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 484428600ecc0a9eb70ced4582a473c5b12042fd - Merge "removing common preload file" - removing common preload file Issue-ID: TEST-174 Change-Id: Id208b5df005741cf09b00d14e2e37f9fbac27c02 Signed-off-by: DR695H <dr695h@att.com>
2019-07-12Merge "Issue-ID: DOC-500 remove "service Deployment" that was not explaining ↵Eric Debeau11-43/+1061
anything add "service instantiation" section with a lot of useful informations ammend after review amend about NBI that is able to handle 2 instantiations methods"
2019-07-12Merge "Add information on tox usage"Eric Debeau1-3/+2
2019-07-12Merge "Issue-ID: DOC-503 user guide about adding CloudSite amended to take ↵Eric Debeau7-0/+433
into account Catherine, Andreas and Thierry remarks"
2019-07-12Merge "Document temporary character of references in repolist.rst"Eric Debeau1-1/+4
2019-07-12Update git submodulesJames MacNider1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 887a978cd68c4cf826b5b2f535e43c0eef11dbee - Merge "Add new committer to INFO.yaml" - Add new committer to INFO.yaml Updating to include Sylvain Desbureaux as new commiter. Issue-ID: OOM-1980 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: Ice5e02bbc1a22a2fd4a831199c7e788c0a40e25e
2019-07-12Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 104f65e0fd4cb9c6b411e77f7c81e3d82c896803 - Add Brinda as committer Added Brinda as committer to INFO.yaml Change-Id: Ibce6c71207e38f6349ca676499f966c2186c3df8 Issue-ID: CCSDK-1480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-12Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 7d58591a2dd41b9e2655f5d06a1eb344146d8e76 - Add Brinda as committer Added Brinda as committer to INFO.yaml Change-Id: I57bfb72f67f1b41aa5b1172ecbd2d0ff8b09ea0a Issue-ID: CCSDK-1480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-12Issue-ID: DOC-503Rene_Robert7-0/+433
user guide about adding CloudSite amended to take into account Catherine, Andreas and Thierry remarks Signed-off-by: Rene_Robert <rene.robert@orange.com> Change-Id: I16337f5f242979b1b0f82ccf18971a67b9ccba73
2019-07-12Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/parent.git from branch 'master' to 6073799f2b75c716b44e818f7c3a8b914deea47e - Add Brinda as committer Added Brinda as committer to INFO.yaml Change-Id: Ia35fca96c483ca5c1271509a5a2b5ea97b8d8cff Issue-ID: CCSDK-1480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-12Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 9f4fd319d2f04b401f28ddd9790f3ea41754f9b6 - Add Brinda as committer Added Brinda as committer to INFO.yaml Change-Id: Ia4f55585d8530dbaa5c6fee31dbbfcb6b8d76dbf Issue-ID: CCSDK-1480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-12Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 1555acfff5b304515c4f428e746fc9f4f0cd86a0 - Add additional 3rd party packages Install additional 3rd party packages in dependencies bundle instead of in individual repos. Change-Id: I31362bdd52fa812f5a188d776d01cfd82e96bb5f Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-12Update git submodulesefiacor1-0/+0
* Update docs/submodules/dmaap/datarouter.git from branch 'master' to 98572b78fcce9ff28fa7429c9265812bd1e78bf2 - Adding more DR-Node unit tests Change-Id: I57b1c7aa678188136ecf84be53e0811908091f1a Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-12Update git submodulesPrudence Au1-0/+0
* Update docs/submodules/logging-analytics.git from branch 'master' to 58389c5f0afee416211e1fcb02c456c5ba10aeec - Patch #2 - release 1.4.0 of logging-analytics Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-1073 Change-Id: I0b65a97dd7ebe75795fcb9bb3159b7ada0ee37ea
2019-07-12Issue-ID: DOC-500Rene_Robert11-43/+1061
remove "service Deployment" that was not explaining anything add "service instantiation" section with a lot of useful informations ammend after review amend about NBI that is able to handle 2 instantiations methods Signed-off-by: Rene_Robert <rene.robert@orange.com> Change-Id: I4e3bf8830a44f84acb11d0c0afb3ce3012227252
2019-07-12Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to ba531cf86f1e49dade5fbdc4dbd6fd61bb7d9459 - Merge "Bug fixes request input default value" - Bug fixes request input default value Change-Id: I16afd71c2c35b7f270577ea784a9173ea3e0d604 Issue-ID: CCSDK-1357 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-07-12Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to e87efd8512ea70ad32c634b126f7223fef825c67 - Merge "Refractor duplicate cli script function" - Refractor duplicate cli script function Change-Id: Ida75e839668eeeabd4577629f2bc6ec3240d7734 Issue-ID: CCSDK-1428 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-07-12Update git submodulesSandeep Shah1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 2729664eedab4617d66c73930f6ac97a36c88cdb - OOFPCIPOC Properties files for Alpine and Ubuntu Include properties files in common folder for Alpine and Ubuntu Update POM file for Ubuntu to install .vt template in a docker Issue-ID: CCSDK-1477 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I5d13cd2cee83dbfe9ab06e68fa9ee8e5cc2b5414
2019-07-12Merge "Removing submodules for apex & distribution"Eric Debeau4-3/+1
2019-07-12Merge "Add information on virtualenv usage"Eric Debeau1-4/+14
2019-07-12Removing submodules for apex & distributionramverma4-3/+1
The documents for apex & distribution components are moved to policy/parent. Hence, deleting the individual submodules/entries for these repos. Change-Id: I82d4729bfd2e80f831fadd544989e70bb5c3d99e Issue-ID: POLICY-1898 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-07-12Update git submodulessebdet1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to e44fdb1905fae612b12b56886af8f387e516e485 - Rework the structure Rework of the project structure and static loop cache added for the entire site Issue-ID: CLAMP-418 Change-Id: Ia2cf62431cd9139c91bf74bb639b502a368ce761 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-12Update git submodulesSandeep Shah1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 59f80ce1dff01ec4700aeaefab956a4ee1e81d3e - OOFPCIPOC dependencies feature and installer POMs SDNR OOFPCIPOC consumer is required for handling Netconf notification, and dependencies to be added to POM files for feature and installer Issue-ID: CCSDK-1478 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I4d5cbf4aba29e05f4df818be006a250aef0ea82f
2019-07-12Update git submodulessebdet1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 4946e5b7d80fa1a7baa1c6042100fa1dee24ee31 - Introduce modal Test Modal for Operational policy and use react-router to show it Issue-ID: CLAMP-415 Change-Id: Ie0df5f1085925224076062c7d331dc2f4c72d032 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-07-12Update git submodulesFu Jinhua1-0/+0
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master' to 1757a7e0f63f892200d680bb228db19ec993d1a2 - Merge "Refactor get ns" - Refactor get ns Issue-ID: VFC-1445 Signed-off-by: hewei-cmss <hewei@cmss.chinamobile.com> Change-Id: Ib6c284a89c610e7dc0707d9ee0c33e33aba7bf23
2019-07-12Update git submodulesramverma1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 7fd4a6ee280b40916d5438b4bd4e2c5a8e043f13 - Fixing few documents Change-Id: I3b5e27c0e7a2ce2112e150dc862d3d080a691a83 Issue-ID: POLICY-1898 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-07-12Update git submodulesPrudence Au1-0/+0
* Update docs/submodules/logging-analytics.git from branch 'master' to e5ecc985d2e1272fe5b587f86d2b4bfc733e0893 - Release 1.4.0 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-1073 Change-Id: I75b26b7d3ad9692e820641d08962905b9c594a8b
2019-07-12Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to c5bacb8c02da8ef280359b0c492468403f89fda3 - Add more detail to the debug messages Adding some more detail to the logs in artifactbroker. This prints the URI, the body and the exception message if any. Issue-ID: MULTICLOUD-703 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com> Change-Id: I99d5ad32cd4e259c5781bca1e3f5b13859ffe5b1
2019-07-12Update git submodulesfujinhua1-0/+0
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master' to 17a30cc7369e240b50a7f60f407e97caef47439d - Refactor codes for del and get ns Change-Id: I773cd98f28a2b27f7ccebceec1a6cdd0e491bada Issue-ID: VFC-1429 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-07-12Update git submodulesfujinhua1-0/+0
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master' to 2bd210a0ebf4c3c861365eb63b5fd558b792420a - Refactor codes for create and get ns Change-Id: I7a4caf88017df761bed198213ec9afb7b1efd301 Issue-ID: VFC-1429 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>