diff --git a/vars/quickstart.yaml b/vars/quickstart.yaml index 8ec0d92..20fbf31 100644 --- a/vars/quickstart.yaml +++ b/vars/quickstart.yaml @@ -38,5 +38,10 @@ libvirt_cpu_mode: host-passthrough libvirt_volume_pool: default libvirt_domain_type: kvm -# This needs to be common defaults in oooq prolly! -step_overcloud_prep_flavors: true +## TODO either of these need to become common defaults in oooq prolly! +# This makes no oooq_flavors requested, and uses mappings for flavors +# taken from the given node file (I hope it does!) +flavor_args: "" +# This instead makes the oooq_foo flavors created and tells to ignore +# the node file provided mappings (I hope it is so!) +#step_overcloud_prep_flavors: true