From 3edc58f2683775158123b20a59a557a782f677fe Mon Sep 17 00:00:00 2001 From: Will Miller Date: Fri, 21 Sep 2018 13:31:12 +0100 Subject: [PATCH] Add flavors and deploy images to example overrides --- ansible/override.yml.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ansible/override.yml.example b/ansible/override.yml.example index 8d99f7f..0d03cfd 100644 --- a/ansible/override.yml.example +++ b/ansible/override.yml.example @@ -36,6 +36,20 @@ specs: # Required if `ironic_config` has been specified. resource_class: my_rc +# nova_flavors is a list of Nova flavors to be created. Each flavor must +# specify the resource class it is associated with, as well as the Tenks node +# type whose hardware specs should be used. +nova_flavors: + # Required. + - resource_class: my_rc + # Required. + node_type: type0 + +# The Glance name or UUID of the image to use for the deployment kernel. +deploy_kernel: ipa.vmlinuz +# The Glance name or UUID of the image to use for the deployment ramdisk. +deploy_ramdisk: ipa.initramfs + # Map physical network names to their source device. This can be either an # existing interface or an existing bridge. # Remember that if the mappings are specified in this file, they will apply to