Fix configuration sync for infra-vms
Change-Id: Ic21d883a83ff738b89a39ba35a4d63c7d1762649
This commit is contained in:
parent
14ba88cd7c
commit
206f7f9968
@ -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.
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
# Use a virtual environment for remote operations.
|
||||
ansible_python_interpreter: "{{ virtualenv_path }}/kayobe/bin/python"
|
12
etc/kayobe/inventory/group_vars/infra-vms/network-interfaces
Normal file
12
etc/kayobe/inventory/group_vars/infra-vms/network-interfaces
Normal 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
|
Loading…
Reference in New Issue
Block a user