sync with changes from master

This commit is contained in:
James Slagle 2014-02-11 08:01:00 -05:00
parent c8bc6d17a8
commit b7d4363a0c
3 changed files with 10 additions and 7 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
set -eux
# xinetd controls starting the tftpd daemon so pxelinux.0 can be downloaded.
# This is not needed upstream b/c usually it starts on boot, but we aren't
# booting an undercloud here, we're installing one.
systemctl restart xinetd

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -eux
yum -y erase NetworkManager

View File

@ -18,7 +18,6 @@
"boot-stack",
"nova-baremetal",
"os-collect-config",
"dhcp-all-interfaces",
"neutron-dhcp-agent",
"undercloud-stack-config",
"selinux-permissive"
@ -35,7 +34,8 @@
],
"blacklist": [
"15-fedora-remove-grub",
"51-ironicclient"
"51-ironicclient",
"05-fstab-rootfs-label"
]
}
]