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

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