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
12 lines
277 B
YAML
12 lines
277 B
YAML
---
|
|
|
|
undercloud_key: "{{ local_working_dir }}/id_rsa_undercloud"
|
|
|
|
baremetal_provisioning_log: "{{ local_working_dir }}/baremetal_provision.log"
|
|
|
|
undercloud_local_interface: eth1
|
|
undercloud_network_cidr: 192.0.2.0/24
|
|
|
|
step_provide_undercloud: true
|
|
step_prepare_undercloud: true
|