summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/agent_config.template
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/drivers/modules/agent_config.template')
-rw-r--r--ironic/drivers/modules/agent_config.template13
1 files changed, 0 insertions, 13 deletions
diff --git a/ironic/drivers/modules/agent_config.template b/ironic/drivers/modules/agent_config.template
deleted file mode 100644
index bf9f5f4b4..000000000
--- a/ironic/drivers/modules/agent_config.template
+++ /dev/null
@@ -1,13 +0,0 @@
-default deploy
-
-label deploy
-kernel {{ pxe_options.deployment_aki_path }}
-append initrd={{ pxe_options.deployment_ari_path }} text {{ pxe_options.pxe_append_params }}
-
-label boot_partition
-kernel {{ pxe_options.aki_path }}
-append initrd={{ pxe_options.ari_path }} root={{ ROOT }} ro text {{ pxe_options.pxe_append_params|default("", true) }}
-
-label boot_whole_disk
-COM32 chain.c32
-append mbr:{{ DISK_IDENTIFIER }}