Define infra VMs for testing
Used by CI to test infra VM functionality works. Change-Id: I21873b5a0bc480992a9f52881deb751ba857e4fe
This commit is contained in:
parent
14ba88cd7c
commit
de111158d2
@ -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
|
7
etc/kayobe/inventory/host_vars/infra-vm-1
Normal file
7
etc/kayobe/inventory/host_vars/infra-vm-1
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
# Number of vCPUs.
|
||||
infra_vm_vcpus: 1
|
||||
|
||||
# Memory in MB.
|
||||
infra_vm_memory_mb: "{{ 2 * 1024 }}"
|
2
etc/kayobe/inventory/infra-vms
Normal file
2
etc/kayobe/inventory/infra-vms
Normal file
@ -0,0 +1,2 @@
|
||||
[infra-vms]
|
||||
infra-vm-1
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user