File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
inventory/group_vars/infra-vms Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 53
53
# infra_vm_wait_connection_ssh_extra_args:
54
54
55
55
# OS family. Needed for config drive generation.
56
- # infra_vm_os_family:
56
+ # infra_vm_os_family:
57
57
58
58
# ##############################################################################
59
59
# Infrastructure VM node configuration.
Original file line number Diff line number Diff line change
1
+ ---
2
+ # Use a virtual environment for remote operations.
3
+ ansible_python_interpreter: "{{ virtualenv_path }}/kayobe/bin/python"
Original file line number Diff line number Diff line change
1
+ ---
2
+ ###############################################################################
3
+ # Network interface definitions for the infra-vms group.
4
+
5
+ # Overcloud provisioning network IP information.
6
+ # provision_oc_net_interface:
7
+ # provision_oc_net_bridge_ports:
8
+ # provision_oc_net_bond_slaves:
9
+
10
+ ###############################################################################
11
+ # Dummy variable to allow Ansible to accept this file.
12
+ workaround_ansible_issue_8743: yes
You can’t perform that action at this time.
0 commit comments