Include the --reproduce-command option support into the tripleo_undercloud_install and tripleo_undercloud_upgrade operator roles. This option will allow getting a reproducer to run the Ansible playbooks for a deployment or upgrade. Depends-On: https://review.opendev.org/c/openstack/python-tripleoclient/+/827494 Change-Id: I6cb69a4158213ee8694dc07ac1cec0dac3818346
19 lines
933 B
YAML
19 lines
933 B
YAML
---
|
|
# defaults file for tripleo_undercloud_install
|
|
openstack_bin: openstack
|
|
tripleo_undercloud_install_debug: false
|
|
tripleo_undercloud_install_dry_run: false
|
|
tripleo_undercloud_install_force_stack_update: false
|
|
tripleo_undercloud_install_generate_scripts: "{{ tripleo_generate_scripts | default(False) }}"
|
|
tripleo_undercloud_install_generate_scripts_only: "{{ tripleo_generate_scripts_only | default(False) }}"
|
|
tripleo_undercloud_install_home_dir: "{{ ansible_env.HOME }}"
|
|
tripleo_undercloud_install_inflight_validations: false
|
|
tripleo_undercloud_install_log_combine: true
|
|
tripleo_undercloud_install_log_output: true
|
|
tripleo_undercloud_install_no_validations: false
|
|
tripleo_undercloud_install_poll: 10
|
|
tripleo_undercloud_install_reproducer_command: false
|
|
tripleo_undercloud_install_timeout: 7200
|
|
tripleo_undercloud_install_yes: false
|
|
tripleo_undercloud_install_log: "{{ tripleo_undercloud_install_home_dir }}/undercloud_install.log"
|