2018-09-10 09:36:50 +00:00
|
|
|
---
|
|
|
|
# This file holds the config given to Tenks when running `tenks-deploy.sh`. It
|
|
|
|
# assumes the existence of the bridge `breth1`.
|
|
|
|
|
|
|
|
node_types:
|
|
|
|
type0:
|
2019-01-29 17:29:29 +00:00
|
|
|
memory_mb: 3072
|
2018-09-10 09:36:50 +00:00
|
|
|
vcpus: 1
|
|
|
|
volumes:
|
|
|
|
# There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent:
|
|
|
|
# https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290
|
2020-04-17 19:02:10 +00:00
|
|
|
# The CentOS8 cloud image seems to fill a 4GiB disk, so allow 6.
|
2019-01-29 17:29:29 +00:00
|
|
|
- capacity: 6GiB
|
2018-09-10 09:36:50 +00:00
|
|
|
physical_networks:
|
|
|
|
- physnet1
|
|
|
|
console_log_enabled: true
|
2019-10-16 13:52:57 +00:00
|
|
|
# We seem to hit issues with missing cpu features in CI as a result of using host-model, e.g:
|
|
|
|
# https://zuul.opendev.org/t/openstack/build/02c33ab51664419a88a5a54ad22852a9/log/primary/system_logs/libvirt/qemu/tk0.txt.gz#38
|
|
|
|
cpu_mode:
|
2018-09-10 09:36:50 +00:00
|
|
|
|
|
|
|
specs:
|
|
|
|
- type: type0
|
2019-01-29 17:29:29 +00:00
|
|
|
count: 1
|
2018-09-10 09:36:50 +00:00
|
|
|
ironic_config:
|
|
|
|
resource_class: test-rc
|
2019-01-29 17:29:29 +00:00
|
|
|
network_interface: noop
|
2018-09-10 09:36:50 +00:00
|
|
|
|
2019-01-29 17:29:29 +00:00
|
|
|
node_name_prefix: controller
|
|
|
|
|
|
|
|
nova_flavors: []
|
2018-09-10 09:36:50 +00:00
|
|
|
|
|
|
|
physnet_mappings:
|
|
|
|
physnet1: breth1
|
|
|
|
|
2021-05-25 16:14:06 +00:00
|
|
|
bridge_type: linuxbridge
|
|
|
|
|
2022-02-03 13:57:46 +00:00
|
|
|
default_boot_mode: "bios"
|
|
|
|
|
2019-01-29 17:29:29 +00:00
|
|
|
# No placement service.
|
|
|
|
wait_for_placement: false
|
2019-03-29 15:19:35 +00:00
|
|
|
|
|
|
|
# Nested virtualisation is not working well in CI currently. Force the use of
|
|
|
|
# QEMU.
|
|
|
|
libvirt_vm_engine: "qemu"
|