Define infra VMs for testing

Used by CI to test infra VM functionality works.

Change-Id: I21873b5a0bc480992a9f52881deb751ba857e4fe
This commit is contained in:
Will Szumski 2021-08-19 14:37:44 +00:00 committed by Mark Goddard
parent 14ba88cd7c
commit de111158d2
5 changed files with 26 additions and 2 deletions

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

View File

@ -0,0 +1,7 @@
---
# Number of vCPUs.
infra_vm_vcpus: 1
# Memory in MB.
infra_vm_memory_mb: "{{ 2 * 1024 }}"

View File

@ -0,0 +1,2 @@
[infra-vms]
infra-vm-1

View File

@ -1,5 +1,5 @@
---
aio_ips:
controller0: 192.168.33.3
seed-hypervisor: 192.168.33.4
infra-vm-1: 192.168.33.6
seed: 192.168.33.5
seed-hypervisor: 192.168.33.4