Comment 0 for bug 1658630

Revision history for this message
Matthew Mosesohn (raytrac3r) wrote :

fuel-devops dos.py should be able to support the following use case:
. fuel-devops-3.x/bin/activate
export $necessary_vars
dos.py create myenv.yaml
dos.py list-networks $myenv
dos.py list-networks $myenv --node-ips admin

or alternately
dos.py list-node-ips $myenv admin

It is possible and has been implemented by QA team and former Solar team to call this function in fuel-devops by an external python client. This should reduce code drift and unmaintained standalone implementations.