Fix configuration sync for infra-vms

Change-Id: Ic21d883a83ff738b89a39ba35a4d63c7d1762649
This commit is contained in:
Pierre Riteau 2021-11-05 15:01:45 +01:00
parent 14ba88cd7c
commit 206f7f9968
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