summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/agent_config.template
blob: 4f71f0dc73ea638d33f6490d5646683228317ec8 (plain)
1
2
3
4
5
default deploy

label deploy
kernel {{ pxe_options.deployment_aki_path }}
append initrd={{ pxe_options.deployment_ari_path }} text {{ pxe_options.pxe_append_params }} {% if pxe_options.ipa-api-url %}ipa-api-url={{ pxe_options.ipa-api-url }}{% endif %} {% if pxe_options.ipa-advertise-host %}ipa-advertise-host={{ pxe_options.ipa-advertise-host }}{% endif %}