Role - tripleo_undercloud_install

Role Documentation

Welcome to the “tripleo_undercloud_install” role documentation.

Role Defaults

This section highlights all of the defaults and variables set within the “tripleo_undercloud_install” role.

# 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'