Files
tripleo-quickstart-extras/roles/undercloud-setup/defaults/main.yml
James Slagle 8b65d49b74 Collect and output outputs/passwords files with old and new locations
In Idded7faba1ff6c811b94503c559029aeeaca6a06, we are changing the
default path for tripleo-undercloud-outputs.yaml and
tripleo-undercloud-passwords.yaml. These tasks in CI that expect the
files to exist at the old location are updated to use the first_found
lookup to check both the old and new paths.

Likewise, when the output files are written on the minion, they are
written to both the old and new locations until the tripleoclient patch
merges.

Once the tripleoclient patch merges, we can update these tasks to only
look at the new path.

Partial-Bug: #1921975
Signed-off-by: James Slagle <jslagle@redhat.com>
Change-Id: If28d5b225439162b7983165fe3bea605971cfb74
2021-04-07 09:32:14 -04:00

47 lines
1.3 KiB
YAML

---
undercloud_key: "{{ local_working_dir }}/id_rsa_undercloud"
non_root_user_setup: true
toci_vxlan_networking: false
vxlan_networking: false
vxlan_networking_addr_prefix: "{{ undercloud_network_cidr | ipaddr('network') | replace('.0', '') }}"
vxlan_networking_addr_netmask: "{{ undercloud_network_cidr | ipv4('prefix') }}"
vxlan_mtu: 1450
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
# default value for undercloud_rpm_dependencies
# is in extras-common
undercloud_ansible_cfg: true
# NOTE(aschultz): 0.16.0 requires ansible 2.4.5 which we may not have in older
# versions. Once we have 2.5+ everywhere we can likely remove this version and
# specify latest
undercloud_ara_version: 0.15.0
# NOTE(rfolco): do not configure ara on undercloud until we pin ara deps to
# each branch - https://bugs.launchpad.net/tripleo/+bug/1792622
undercloud_ara: false
install_atop: true
atop_command: atop -R -w /var/log/atop.bin
tripleo_set_unique_hostname: false
undercloud_outputs_dir: "{{ working_dir }}"