Merge branch 'master' of https://github.com/juliakreger/ironic-poc
This commit is contained in:
commit
a09d4ab15c
@ -152,7 +152,7 @@
|
|||||||
- name: "Place Ironic Config file"
|
- name: "Place Ironic Config file"
|
||||||
local_action: template src=templates/ironic.conf.j2 dest=/etc/ironic/ironic.conf
|
local_action: template src=templates/ironic.conf.j2 dest=/etc/ironic/ironic.conf
|
||||||
- name: "Place Ironic IPA Agent PXE configuration file"
|
- name: "Place Ironic IPA Agent PXE configuration file"
|
||||||
local_action: template src=template/agent_config.template.j2 dest=/etc/ironic/agent_config.template
|
local_action: template src=templates/agent_config.template.j2 dest=/etc/ironic/agent_config.template
|
||||||
- name: "Copy policy.json to /etc/ironic"
|
- name: "Copy policy.json to /etc/ironic"
|
||||||
local_action: copy src=/opt/stack/ironic/etc/ironic/policy.json dest=/etc/ironic/
|
local_action: copy src=/opt/stack/ironic/etc/ironic/policy.json dest=/etc/ironic/
|
||||||
- name: "Creating Ironic DB Schema"
|
- name: "Creating Ironic DB Schema"
|
||||||
|
@ -5,7 +5,7 @@ dhcp
|
|||||||
goto deploy
|
goto deploy
|
||||||
|
|
||||||
:deploy
|
:deploy
|
||||||
kernel http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080{{ '{{' }} pxe_options.deployment_aki_path {{ '}}' }} ip=${ip}:${next-server}:${gateway}:${netmask} BOOTIF=${mac} text {{ pxe_options.pxe_append_params {{ '}}' }} ipa-api-url={{ '{{' }} pxe_options['ipa-api-url'] {{ '}}' }} ipa-driver-name={{ '{{' }} pxe_options['ipa-driver-name'] {{ '}}' }}
|
kernel http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080{{ '{{' }} pxe_options.deployment_aki_path {{ '}}' }} ip=${ip}:${next-server}:${gateway}:${netmask} BOOTIF=${mac} text {{ '{{' }} pxe_options.pxe_append_params {{ '}}' }} ipa-api-url={{ '{{' }} pxe_options['ipa-api-url'] {{ '}}' }} ipa-driver-name={{ '{{' }} pxe_options['ipa-driver-name'] {{ '}}' }}
|
||||||
|
|
||||||
initrd http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080{{ '{{' }} pxe_options.deployment_ari_path {{ '}}' }}
|
initrd http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080{{ '{{' }} pxe_options.deployment_ari_path {{ '}}' }}
|
||||||
boot
|
boot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user