cd6c366cc6
Adds a new CI job, kayobe-seed-centos, that deploys a single VM as a seed host. The VM provided by Zuul is configured as the seed, rather than a seed hypervisor that provisions a seed VM using nested virt. This approach should be more reliable, faster, and easier to get working, at the expense of not testing the seed hypervisor code paths. Currently the seed services are deployed, but not tested. A future change could test discovery and provisioning of an overcloud host using the seed. Change-Id: Iefe16215af6f1a9fb8ec78094cd6bd76a82a040a Story: 2001655 Task: 6683
15 lines
572 B
Django/Jinja
15 lines
572 B
Django/Jinja
---
|
|
# NOTE(mgoddard): Don't reboot after disabling SELinux during CI testing, as
|
|
# Ansible is run directly on the controller.
|
|
disable_selinux_do_reboot: false
|
|
|
|
# NOTE(mgoddard): We're using a cirros image, which doesn't require the
|
|
# resolv.conf work around used for CentOS.
|
|
overcloud_host_image_workaround_resolv_enabled: false
|
|
|
|
# NOTE(mgoddard): Use a loopback-mounted LVM volume for docker storage since
|
|
# the overlay driver doesn't work with the ansible template module until
|
|
# ansible 2.4.0, and this is required by bifrost.
|
|
seed_lvm_group_data_disks:
|
|
- /dev/loop0
|