From 98e127b8f2b026355d1438970bbadce2c95898fa Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Fri, 18 Aug 2017 10:53:45 -0400 Subject: Updates and additions to handle aarch64 - move patches from x86 only to common virt-customize - updates to undercloud to configure pxe and external network - initial updates to overcloud deploy functions JIRA: APEX-381 Change-Id: I496e196535e63bfd31654d0f501fe3f00fa5ca3f Signed-off-by: Dan Radez --- lib/ansible/playbooks/undercloud_aarch64.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/ansible/playbooks/undercloud_aarch64.yml') 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 -- cgit 1.2.3-korg