A new global parameter is introduced: tripleo_generate_scripts_only It allows to get the roles running as usual, but it won't actually execute the "shell" module. With the "tripleo_generate_scripts", it allows to get everything ready for manual investigations, with the generated scripts ready. Of course, every role can be instructed to only generate scripts, using the standard <role_name>_generate_scripts_only parameter. Change-Id: I841743fb6c2c24e4a3d86598f99322022b27804d
21 lines
1.1 KiB
YAML
21 lines
1.1 KiB
YAML
---
|
|
# defaults file for tripleo_overcloud_profiles_match
|
|
openstack_bin: openstack
|
|
tripleo_overcloud_profiles_match_all: false
|
|
tripleo_overcloud_profiles_match_block_storage_flavor:
|
|
tripleo_overcloud_profiles_match_block_storage_scale:
|
|
tripleo_overcloud_profiles_match_ceph_storage_flavor:
|
|
tripleo_overcloud_profiles_match_ceph_storage_scale:
|
|
tripleo_overcloud_profiles_match_compute_flavor:
|
|
tripleo_overcloud_profiles_match_compute_scale:
|
|
tripleo_overcloud_profiles_match_control_flavor:
|
|
tripleo_overcloud_profiles_match_control_scale:
|
|
tripleo_overcloud_profiles_match_debug: false
|
|
tripleo_overcloud_profiles_match_generate_scripts: "{{ tripleo_generate_scripts | default(False) }}"
|
|
tripleo_overcloud_profiles_match_generate_scripts_only: "{{ tripleo_generate_scripts_only | default(False) }}"
|
|
tripleo_overcloud_profiles_match_home_dir: "{{ ansible_env.HOME }}"
|
|
tripleo_overcloud_profiles_match_os_cloud: "{{ tripleo_os_cloud | default('') }}"
|
|
tripleo_overcloud_profiles_match_rc_file: "{{ tripleo_rc_file | default(ansible_env.HOME ~ '/stackrc') }}"
|
|
tripleo_overcloud_profiles_match_swift_storage_flavor:
|
|
tripleo_overcloud_profiles_match_swift_storage_scale:
|