Added standalone_hostname in standalone-upgrade role
standalone_hostname is not present in the role. Which was leading to failures while running it. Added standalone_hostname in the multinode upgrade playbook. Closes-Bug: #1927314 Change-Id: I91af8313e5aacbc4c5ed358c411fe6c9bd7ddc14 Signed-off-by: Amol Kahat <amolkahat@gmail.com>
This commit is contained in:
parent
7184a20d9a
commit
7f0ddf5c4d
@ -33,7 +33,7 @@ Role Variables
|
||||
- standalone_selinux_mode: <'permissive'> -- The selinux mode to use.
|
||||
|
||||
- standalone_custom_env_files: <'[]'> -- list of additional environment files to be added to the deployment command (do not include the -e)
|
||||
|
||||
- standalone_hostname: <'standalone.localdomain'> -- FQDN for system under deployment.
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
|
@ -27,3 +27,4 @@ standalone_libvirt_type: kvm
|
||||
standalone_container_cli: docker
|
||||
|
||||
standalone_custom_env_files: []
|
||||
standalone_hostname: standalone.localdomain
|
||||
|
Loading…
Reference in New Issue
Block a user