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:
Amol Kahat 2021-05-11 18:07:53 +05:30
parent 7184a20d9a
commit 7f0ddf5c4d
No known key found for this signature in database
GPG Key ID: FDD3BA6C832D7715
2 changed files with 2 additions and 1 deletions

View File

@ -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
------------

View File

@ -27,3 +27,4 @@ standalone_libvirt_type: kvm
standalone_container_cli: docker
standalone_custom_env_files: []
standalone_hostname: standalone.localdomain