a56361f5ad
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>
7 lines
192 B
YAML
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.
|