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

label deploy
kernel {{ pxe_options.deployment_aki_path }}
append initrd={{ pxe_options.deployment_ari_path }} {{ 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 %}