summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-04Merge "Add INFO.yaml file"Dan Timoney1-0/+42
2018-05-03Add INFO.yaml fileJessica Wagantall1-0/+42
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: If0f53ba1cfb128d48a8e396202b6cf1812b236f0 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-05Revert "Revert "add capability to take over ...""Hansen, Tony (th1395)8-98/+237
This reverts commit 2fcc882d69dc4a59846ef2ff6b352e40c3f5cf49. Resolve comments from Jack Change-Id: I8e4ff9a04452a3fa5704b948126b508e78e94bdc Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: CCSDK-228 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-03-29Revert "add capability to take over ..."Timoney, Dan (dt5972)8-228/+92
This reverts commit adcb1dfaf4d88062c11630fee59eacb15965c373. Issue-ID: CCSDK-228 Change-Id: Ib88a52888c1b9f9adfcc22fecf2f8c297621a81a Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-03-28add capability to take over an existing DBHansen, Tony (th1395)8-92/+228
add ability to take a port as part of the hostname add IPv6 support as [IPv6address] or [IPv6address]:port Change-Id: Ia7a7309f7964b64fa65b0fa98891e529d7765056 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: CCSDK-228 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-03-16Upgrade to latest oparentGildas Lanilis1-1/+1
Update pom.xml file to latest version release of oparent, 1.1.0 Change-Id: I11416c800df883997eeb2d604b0b50ccf57eb9d4 Issue-ID: INT-443 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-02-22Make SONAR code coverage workAndrew Gauld8-45/+47
Change-Id: Id54f9199d4ac7a1a501a875743fa35aecbe60ac4 Issue-ID: DCAEGEN2-355 Signed-off-by: Andrew Gauld <ag1282@att.com>
2018-01-24Roll back version number in types.yamlAndrew Gauld1-1/+1
Change-Id: Ib352f9ad46a5ba5aecf44aeb6bbd105960e735fe Issue-ID: CCSDK-181 Signed-off-by: Andrew Gauld <ag1282@att.com>
2018-01-19dnsdesig plugin support for Identity v3 apiAndrew Gauld6-51/+218
Change-Id: Ic00bf6e18abc680bd99fd02b752b9da065107eb7 Issue-ID: CCSDK-181 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-11-09Roll to version 1.0.1-SNAPSHOTDan Timoney5-8/+8
Roll to next release version Change-Id: I1f84397358db86596bf404e3fec5d283ebf296b5 Issue-ID: CCSDK-141 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-27Merge "Fix index and add templates"Dan Timoney3-0/+75
2017-10-27add missing environment varsTony Hansen3-0/+63
they were missing in pom.xml, which is why they were coming up empty in mvn-phase-script Change-Id: I8008c92c6594551fbc9ace9cfe8808d8aee7fe9d Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: CCSDK-128
2017-10-26Fix index and add templatesRich Bennett3-0/+75
Added index title Added architecture and release note templates Change-Id: I194761c176c982a3fe4b2ec877055ebd3b8e60a1 Issue-ID: DOC-130 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-10-24fix uploading of plugin/type filesTony Hansen1-13/+21
fixed the MVN_SERVER_ID variable used to extract values from the settings.xml file to be MVN_RAWREPO_SERVERID with a backup value of ecomp-raw. upload to both NEXUS/GROUPID/types/foo/foo.h AND NEXUS/GROUPID/{snapshots,releases}/types/foo/foo.h Change-Id: I33545b919679b13c02aaf28d8b3ef42195c606bb Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: CCSDK-128 Signed-off-by: Tony Hansen <tony@att.com>
2017-10-12add plugin rst files to docs directoryTony Hansen6-4/+738
for i in dmaap dnsdesig pgaas sshkeyshare do pandoc -f markdown -t rst -o docs/foo.rst foo/README.md done Change-Id: Icbde9093955ba2c65c8cf4dbf17e84f198205e13 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: CCSDK-118
2017-09-28Merge "Setup ReadTheDocs"Dan Timoney1-0/+8
2017-09-28Setup ReadTheDocsBrian Freeman1-0/+8
Issue-ID: CCSDK-107 Change-Id: Ia10a0512b8d34068b54ec5e4cce8768e70fd4452 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-09-27add unit tests to pgaas_pluginTony Hansen6-7/+245
plus various small fixes to get unit tests to pass Change-Id: I9ec786c5a40cb82d14ec72504d6ad4703a442a1a Signed-off-by: Tony Hansen <tony@att.com> Issue-Id: CCSDK-18 Signed-off-by: Tony Hansen <tony@att.com>
2017-09-26Add version.properties to platform/pluginsDan Timoney1-0/+15
Add version.properties, used by daily build Jenkins jobs. Change-Id: I5e71b08f3b6d24b84a732eb47726b38e5e5e5bde Issue-ID: CCSDK-56 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-13update seed code for PGaaS pluginTony Hansen4-101/+308
add additional debugging statements change version number to 1.0 Change-Id: I8c3987d36425ee9becdef4e892790b5917782c91 Signed-off-by: Tony Hansen <tony@att.com> Issue: CCSDK-46
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: Ibdf6d86af90f6d6ac0424228dde14ddf6f2056a1 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-01Merge "Add seed code for DMaaP plugin"Dan Timoney19-0/+1891
2017-09-01raw repo push path and content type fixesAndrew Gauld1-5/+5
Change-Id: Ie50b637786804e9c327d0af91b7c936a7df15731 Issue-Id: CCSDK-66 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-09-01Add seed code for DMaaP pluginJack Lucas19-0/+1891
Change-Id: I8c7a9c432badd3052a571ed87b9b580760b376e6 Issue-Id: CCSDK-65 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-08-31Use $SETTINGS_FILE to override settings.xmlAndrew Gauld1-1/+1
Change-Id: I1e2cdf98119e0953e986097eb3481706a25cdb5e Issue-Id: CCSDK-66 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-30update mvn-stage script xpath cmd syntaxAndrew Gauld1-1/+1
Change-Id: Icaa59432907ee6e38f2642faae2b9841fd03ff82 Issue-Id: CCSDK-66 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-28Merge "Add module pom.xml file"Dan Timoney2-0/+305
2017-08-28Merge "Initial documentation for the sshkeyshare plugin"Jack Lucas1-2/+36
2017-08-28Add module pom.xml fileAndrew Gauld2-0/+305
Change-Id: Id980f62ba32423f87d4b1c3fb52c4f672ece63d7 Issue-Id: CCSDK-66 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-28Merge "Initial documentation of dnsdesig plugin"Dan Timoney1-2/+77
2017-08-28push seed code for PGaaSTony Hansen10-0/+718
Change-Id: Ia458c5f9ad740497728e107ae7e46ed0cc556323 Signed-off-by: Tony Hansen <tony@att.com> Issue: [DCAEGEN2-49] Signed-off-by: Tony Hansen <tony@att.com>
2017-08-28Initial documentation for the sshkeyshare pluginAndrew Gauld1-2/+36
Change-Id: I3bdbc12486cf47e6c1ecc326a8f4fbd1aa03c924 Issue-Id: CCSDK-65 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-28Initial documentation of dnsdesig pluginAndrew Gauld1-2/+77
Issue-Id: CCSDK-66 Change-Id: Id94f1ef6925276f002a1a0c4ce4e8e902d66fb54 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-25Maven clean/package/test/deploy for sshkeyshareAndrew Gauld3-10/+456
Change-Id: I7074f904fc2025bc8b76a62bbf56e2b1f66f6045 Issue-Id: CCSDK-65 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-23Merge "Seed code for Cloudify sshkeyshare plugin"Dan Timoney9-0/+179
2017-08-23Seed code for Cloudify dns/Designate pluginAndrew Gauld9-0/+616
Change-Id: Ibc157472d6001076959face4ff3a06a808096f78 Issue-Id: CCSDK-66 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-23Seed code for Cloudify sshkeyshare pluginAndrew Gauld9-0/+179
Change-Id: I2dbf80b45303c4383492f1336516b0746418429c Issue-Id: CCSDK-65 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-23push seed code for PGaaSTony Hansen4-0/+37
[DCAEGEN2-49] seed code for PGaaS Change-Id: Ibae9d5a41c18a27eb738c794b6d8ca0e71554ac5 Signed-off-by: Tony Hansen <tony@att.com>
2017-08-08Initial empty repositoryJessica Wagantall0-0/+0