Fix configuration sync for infra-vms

Change-Id: I60c6a1839a54afbfa9c2c92bd5bbf5b247877e8f
This commit is contained in:
Pierre Riteau 2021-11-05 14:59:16 +01:00
parent 9024800a25
commit ace9a4dbe1
3 changed files with 16 additions and 1 deletions

View File

@ -53,7 +53,7 @@
#infra_vm_wait_connection_ssh_extra_args:
# OS family. Needed for config drive generation.
# infra_vm_os_family:
#infra_vm_os_family:
###############################################################################
# Infrastructure VM node configuration.

View File

@ -0,0 +1,3 @@
---
# Use a virtual environment for remote operations.
ansible_python_interpreter: "{{ virtualenv_path }}/kayobe/bin/python"

View File

@ -0,0 +1,12 @@
---
###############################################################################
# Network interface definitions for the infra-vms group.
# Overcloud provisioning network IP information.
# provision_oc_net_interface:
# provision_oc_net_bridge_ports:
# provision_oc_net_bond_slaves:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes