diff options
author | Dan Radez <dradez@redhat.com> | 2018-01-31 10:43:16 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2018-01-31 20:36:42 +0000 |
commit | e1eda223437eed7bef2bdfa7bef990a6749f1670 (patch) | |
tree | 3f5a95b40d9bde3d3443879eb361819ec1e60a2e /lib/ansible/playbooks/undercloud_aarch64.yml | |
parent | 7e365bcfc02900ca1a7da341f47aabcf3123c99f (diff) |
wrapping up deploy items for aarch
Change-Id: Ib5f4715d851dc91be6a57fcb5d18a0557a7b0c7f
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'lib/ansible/playbooks/undercloud_aarch64.yml')
-rw-r--r-- | lib/ansible/playbooks/undercloud_aarch64.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/playbooks/undercloud_aarch64.yml b/lib/ansible/playbooks/undercloud_aarch64.yml index 040831c5..ddaf1b04 100644 --- a/lib/ansible/playbooks/undercloud_aarch64.yml +++ b/lib/ansible/playbooks/undercloud_aarch64.yml @@ -23,6 +23,8 @@ dest: /tftpboot/EFI/centos/grub.cfg mode: 0644 - shell: 'openstack-config --set /etc/ironic/ironic.conf pxe uefi_pxe_bootfile_name grubaa64.efi' + - shell: 'openstack-config --set /etc/ironic/ironic.conf pxe uefi_pxe_config_template \$pybasedir/drivers/modules/pxe_grub_config.template' + - systemd: name: openstack-ironic-conductor state: restarted |