python-tripleoclient/releasenotes/notes/tripleo-deploy-transport-ccc72043ce0eb776.yaml
James Slagle a56361f5ad Add --transport argument to tripleo deploy
The new --transport argument allows for specifying a transport
configuration to have set in the generated ansible configuration file.
The default value of "local" matches the previous hardcoded value.

To deploy multiple nodes with tripleo deploy, "--transport ssh" can be
used.

blueprint tripleo-deploy-multinode
Change-Id: I75cbde83dda1a79ad65bf522e57c8ef326bbc54d
Signed-off-by: James Slagle <jslagle@redhat.com>
2020-05-27 19:06:12 +00:00

7 lines
192 B
YAML

---
features:
- |
The --transport argument has been added to openstack tripleo deploy which
allows for specifying the ansible transport to use in the ansible
configuration file.