Skip to content

Commit 9fe4b1a

Browse files
committed
Fix configuration sync for infra-vms
Change-Id: I60c6a1839a54afbfa9c2c92bd5bbf5b247877e8f (cherry picked from commit ace9a4d)
1 parent 574d748 commit 9fe4b1a

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

etc/kayobe/infra-vms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#infra_vm_wait_connection_ssh_extra_args:
5454

5555
# OS family. Needed for config drive generation.
56-
# infra_vm_os_family:
56+
#infra_vm_os_family:
5757

5858
###############################################################################
5959
# Infrastructure VM node configuration.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
# Use a virtual environment for remote operations.
3+
ansible_python_interpreter: "{{ virtualenv_path }}/kayobe/bin/python"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

0 commit comments

Comments
 (0)