summaryrefslogtreecommitdiff
path: root/ironic/tests/drivers/agent_pxe_config.template
blob: ec68da5e0d9d65f205a60fa5de958c6e8a790e06 (plain)
1
2
3
4
5
default deploy

label deploy
kernel {{ pxe_options.deployment_aki_path }}
append initrd={{ pxe_options.deployment_ari_path }} root=squashfs: {% if pxe_options.pxe_append_params %}{{ pxe_options.pxe_append_params }}{% endif %} state=tmpfs: ipa-api-url={{ pxe_options.ipa_api_url }} {% if pxe_options.ipa_advertise_host %}ipa-advertise-host={{ pxe_options.ipa_advertise_host }}{% endif %}