Age | Commit message (Collapse) | Author | Files | Lines |
|
add code to work on both python2 and python3
lots of pylinting
remove debug logging of a password
improve error message when given an invalid cluster name, simplify some code
password changing capability for a database
tox tests improvements
NOTE . . .
The PGaaS plugin uses several Cloudify mock libraries, one of which
is not compatible with Python3.
Until we get an updated version of that Cloudify mock libraries,
we will have to leave out py3X from the tox tests.
We cannot use py37 yet because Jenkins returns:
InterpreterNotFound: python3.7
So tox.ini is using envlist = py27
Change-Id: I795b71cc8a1fdea043e2ff3a0d66bb95e3f93a89
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue: CCSDK-1599
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
|
|
Updated pgaas/tox.ini to run tests from local dir instead of
from site-packages
Change-Id: If1f3f0cb54342ec889a1e63278bc3ee78ce19e9d
Issue-ID: CCSDK-403
Signed-off-by: Timoney, Daniel (dt5972) <dt5972@att.com>
|
|
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>
|
|
This reverts commit adcb1dfaf4d88062c11630fee59eacb15965c373.
Issue-ID: CCSDK-228
Change-Id: Ib88a52888c1b9f9adfcc22fecf2f8c297621a81a
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
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>
|
|
Change-Id: Id54f9199d4ac7a1a501a875743fa35aecbe60ac4
Issue-ID: DCAEGEN2-355
Signed-off-by: Andrew Gauld <ag1282@att.com>
|
|
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
|
|
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>
|