We need to differentiate local_working_dir from working_dir as well as decouple the stack user from `ansible_user` var. Both of these are causing issues as we begin to automate deployments in more environments. - Cleanup duplicate variables that are consumed via extras-common - Note: extras-common depends on the common role in OOOQ - Cleanup redundant var and superfluous quotes from overcloud-scale role - Cleanup redundant comments in <role>/defaults/main.yml Closes-bug: 1654574 Change-Id: I9c7a3166ed1fc5042c11e420223134ea912b45c5
24 lines
555 B
YAML
24 lines
555 B
YAML
---
|
|
|
|
undercloud_key: "{{ local_working_dir }}/id_rsa_undercloud"
|
|
non_root_user_setup: true
|
|
|
|
toci_vxlan_networking: false
|
|
toci_vxlan_networking_multinode: false
|
|
|
|
step_set_undercloud_hostname: false
|
|
undercloud_hostname: localhost
|
|
hostname_correction: false
|
|
|
|
package_installs: true
|
|
|
|
ovb_setup_connectivity: false
|
|
ovb_undercloud_connectivity_log: "{{ working_dir }}/ovb_undercloud_connectivity.log"
|
|
mtu: 1350
|
|
mtu_interface:
|
|
- eth1
|
|
external_interface: eth2
|
|
external_interface_ip: 10.0.0.1
|
|
external_interface_netmask: 255.255.255.0
|
|
custom_nameserver: 8.8.8.8
|