summaryrefslogtreecommitdiffstats
path: root/lib/ansible/playbooks/undercloud_aarch64.yml
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-08-25 18:24:50 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-25 18:24:50 +0000
commit2ebb431beffab428076a46101919c1ab39a3ecb0 (patch)
treef8a43f7cb6490158e854b01cacfcd5aff2744b71 /lib/ansible/playbooks/undercloud_aarch64.yml
parent34aad90040da4094a4288f6cbdf1acddb5f4628c (diff)
parent98e127b8f2b026355d1438970bbadce2c95898fa (diff)
Merge "Updates and additions to handle aarch64"
Diffstat (limited to 'lib/ansible/playbooks/undercloud_aarch64.yml')
-rw-r--r--lib/ansible/playbooks/undercloud_aarch64.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ansible/playbooks/undercloud_aarch64.yml b/lib/ansible/playbooks/undercloud_aarch64.yml
index 5b607c3e..e8b2818c 100644
--- a/lib/ansible/playbooks/undercloud_aarch64.yml
+++ b/lib/ansible/playbooks/undercloud_aarch64.yml
@@ -14,11 +14,11 @@
mode: 0755
- copy:
content: |
- set default=master
+ set default=local
set timeout=5
set hidden_timeout_quiet=false
- menuentry "master" {
- configfile /tftpboot/\\\$net_default_ip.conf
+ menuentry "local" {
+ configfile (hd0,gpt3)/boot/grub2/grub.cfg
}
dest: /tftpboot/EFI/centos/grub.cfg
mode: 0644
@@ -42,6 +42,7 @@
state: present
line: ''
- shell: "echo 'r ^/EFI/centos/grub.cfg-(.*) /tftpboot/pxelinux.cfg/\\1' | sudo tee --append /tftpboot/map-file"
+ - shell: "echo 'r ^/EFI/centos/grub.cfg /tftpboot/EFI/centos/grub.cfg' | sudo tee --append /tftpboot/map-file"
- systemd:
name: xinetd
state: restarted