Files
tripleo-operator-ansible/roles/tripleo_undercloud_install/defaults/main.yml
Alex Schultz 14ddf27b9c Revert "New parameters in order to set how we want to redirect logs"
This reverts commit 80106333b0.

This incorrectly breaks the output so the 2>&1 is on a
separate line which eats failures.

Change-Id: I70aa6775ce6795e8302523079a0db7933aa87693
2020-07-13 15:34:30 +00:00

18 lines
880 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_timeout: 7200
tripleo_undercloud_install_yes: false
tripleo_undercloud_install_log: "{{ tripleo_undercloud_install_home_dir }}/undercloud_install.log"