summaryrefslogtreecommitdiffstats
path: root/dnsdesig
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14Support python3 in all pluginsMiroslav Los7-18/+26
Unify tox/requirements/setup.py requirement specifications. Use cloudify-common 5.0.5 release. For helm, use a dev cloudify-common build with better python3 code. Use PEP 508 URLs in requirements for the non-PyPI (github) release. Fix mixed indentation and trailing whitespace. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1931 Change-Id: I607957d9e2c299121785f3f02420c6038966a200
2020-02-13updates to pom.xml files for sonar-cloudHansen, Tony (th1395)1-2/+2
Change-Id: If2d759a264ca98fe9613637b4c81c0aa3bbfe2b3 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: CCSDK-2088 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2019-11-15Fix minor issues revealed by pylintMiroslav Los1-1/+1
Remove superfluous argument to str.format in dmaap. Fix two tests with the same name in dnsdesig. Raise a proper exception instead of bool in helm. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1928 Change-Id: I07ff9eaa3b25a4c7864eda2b6189d7357c887dd4
2019-07-11Disable deploy pluginTimoney, Dan (dt5972)1-1/+10
Disable maven-deploy-plugin to resolve build failure. Change-Id: I9158b158a8ccd1e64aac556452b168a310a0329e Issue-ID: CCSDK-1475 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-02-22Make SONAR code coverage workAndrew Gauld2-13/+12
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 Gauld5-50/+217
Change-Id: Ic00bf6e18abc680bd99fd02b752b9da065107eb7 Issue-ID: CCSDK-181 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-11-09Roll to version 1.0.1-SNAPSHOTDan Timoney1-2/+2
Roll to next release version Change-Id: I1f84397358db86596bf404e3fec5d283ebf296b5 Issue-ID: CCSDK-141 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-27add missing environment varsTony Hansen1-0/+21
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-08-28Add module pom.xml fileAndrew Gauld1-0/+304
Change-Id: Id980f62ba32423f87d4b1c3fb52c4f672ece63d7 Issue-Id: CCSDK-66 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-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>