tripleo-quickstart/config/environments/standalone_fedora_libvirt.yml
Steve Baker 5b7b4f205d Do not use whole-disk images on libvirt environments
Some quickstart development will be required for libvirt environments
around fetching/uploading the correct image and supporting
overcloud_as_undercloud when the default overcloud image is
overcloud-hardened-uefi-full.qcow2.

Now that the default on master is whole_disk_images:true, this change
sets it to false for libvirt environments so they continue to work
with overcloud-full for now.

Change-Id: I1affd48fc450250360d4eae8b30d18330a49739d
Blueprint: whole-disk-default
Closes-Bug: #1950383
Closes-Bug: #1948001
2021-11-17 08:33:21 +13:00

32 lines
995 B
YAML

# This environment can be used to use an upstream OpenStack Fedora qcow2 image for the undercloud
# instead of the default pre-built undercloud qcow2
undercloud_image_url: https://images.rdoproject.org/fedora-stable/Fedora-Cloud-Base-RDO-28-latest.qcow2
# https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
# Libvirt environments do not yet support whole-disk images, for example
# https://bugs.launchpad.net/tripleo/+bug/1950383
whole_disk_images: false
# the name should always be undercloud
images:
- name: undercloud
url: "{{ undercloud_image_url }}"
type: qcow2
inject_images: []
guest_partition: /dev/sda1
baseos_as_undercloud: true
overcloud_as_undercloud: false
undercloud_setup: true
use_external_images: true
ovb_setup_connectivity: false
non_root_user_setup: true
package_installs: true
hostname_correction: true
# standalone interface
standalone_interface: ens4
standalone_ip: 192.168.24.2