From f6da432203e00370224d79d67d24a30433ceca65 Mon Sep 17 00:00:00 2001 From: Michael Sherman Date: Fri, 1 Jul 2022 10:02:51 -0500 Subject: [PATCH] Document how to set default ironic images allow setting default ironic images in defaults.yml These will be used if a per-node value is not set. --- site-config.example/defaults.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site-config.example/defaults.yml b/site-config.example/defaults.yml index d06447cb..45a1e663 100644 --- a/site-config.example/defaults.yml +++ b/site-config.example/defaults.yml @@ -180,6 +180,12 @@ neutron_networks: # ironic_provisioning_network_cidr: 10.51.0.0/24 +# For provisioning, nodes netboot a kernel and ramdisk with the ironic-python-agent. These images are added to glance +# during post-deploy. The values below will be used by default, but can be overridden on specific nodes if needed. This may +# need to be done to handle other architectures, such as ARM64, or for other cases with specialized hardware. +# deploy_kernel = "" +# deploy_ramdisk = "" + ################################ # Baremetal switch configuration