Merge "Add ability to specify undercloud install command"
This commit is contained in:
commit
dacd4706ae
@ -39,6 +39,7 @@ user sessions to provide greater flexixiblity to our users. ** additional docume
|
||||
https://docs.openstack.org/tripleo-quickstart/latest/accessing-libvirt.html
|
||||
- `undercloud_conf_extra`: <''> -- extra options to be added to ~/undercloud.conf
|
||||
- `undercloud_extra_args`: <''> -- extra options for undercloud deploy command.
|
||||
- `undercloud_install_cmd`: <'openstack undercloud install'> -- command used to install the undercloud
|
||||
- `undercloud_install_cli_options`: <''> -- extra options for undercloud install command.
|
||||
- `undercloud_enable_mistral`: <'true'> -- sets up the 'enable_mistral' option
|
||||
in undercloud.conf.
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
|
||||
undercloud_config_file: undercloud.conf.j2
|
||||
undercloud_install_cmd: openstack undercloud install
|
||||
undercloud_install_cli_options: ""
|
||||
undercloud_post_install_script: undercloud-install-post.sh.j2
|
||||
undercloud_install_log: "{{ working_dir }}/undercloud_install.log"
|
||||
|
@ -11,6 +11,6 @@ set -eux
|
||||
export {{ var }}
|
||||
{% endfor %}
|
||||
|
||||
openstack undercloud install {{ undercloud_install_cli_options }}
|
||||
{{ undercloud_install_cmd }} {{ undercloud_install_cli_options }}
|
||||
|
||||
### --stop_docs
|
||||
|
Loading…
Reference in New Issue
Block a user