diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-26 00:56:01 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-26 00:56:01 +0000 |
commit | 67b4e93e003eeb0784cd8aa9f3b3b6498b595a39 (patch) | |
tree | 4c089368eb66e2931cc1f2db1b096528fc7b4dc1 | |
parent | 3d6627878796b4d9a49ad05fe97928c03c5a1b20 (diff) | |
download | ansible-67b4e93e003eeb0784cd8aa9f3b3b6498b595a39.tar.gz ansible-67b4e93e003eeb0784cd8aa9f3b3b6498b595a39.tar.xz ansible-67b4e93e003eeb0784cd8aa9f3b3b6498b595a39.zip |
Use external ips in cloud, clean up unused file.
-rw-r--r-- | roles/tftp_server/files/highbank | 18 | ||||
-rw-r--r-- | roles/tftp_server/files/highbank.cloud-noc01.cloud.fedoraproject.org | 4 |
2 files changed, 2 insertions, 20 deletions
diff --git a/roles/tftp_server/files/highbank b/roles/tftp_server/files/highbank deleted file mode 100644 index a45747f5b..000000000 --- a/roles/tftp_server/files/highbank +++ /dev/null @@ -1,18 +0,0 @@ -DEFAULT menu -MENU TITLE Fedora Infrastructure arm highbank PXE Boot -PROMPT 0 -TIMEOUT 200 -TOTALTIMEOUT 6000 -ONTIMEOUT Fedora26 - -LABEL Fedora26 - MENU LABEL Fedora26 - KERNEL images/Fedora/26/armv7/vmlinuz - APPEND ks initrd=images/Fedora/26/armv7/initrd.img method=http://10.5.126.23/pub/fedorax/releases/26/Server/armhfp/os ip=dhcp ks=http://10.5.126.23/repo/rhel/ks/armv7hfp-highbank-26.ks net.ifnames=0 ksdevice=eth0 - -LABEL Fedora25 - MENU LABEL Fedora25 - KERNEL images/Fedora/25/armv7/vmlinuz - APPEND ks initrd=images/Fedora/25/armv7/initrd.img method=http://10.5.126.23/pub/fedorax/releases/25/Server/armhfp/os ip=dhcp ks=http://10.5.126.23/repo/rhel/ks/armv7hfp-highbank-25.ks net.ifnames=0 ksdevice=eth0 - -MENU end diff --git a/roles/tftp_server/files/highbank.cloud-noc01.cloud.fedoraproject.org b/roles/tftp_server/files/highbank.cloud-noc01.cloud.fedoraproject.org index bad224be1..5c0aae7f5 100644 --- a/roles/tftp_server/files/highbank.cloud-noc01.cloud.fedoraproject.org +++ b/roles/tftp_server/files/highbank.cloud-noc01.cloud.fedoraproject.org @@ -9,12 +9,12 @@ LABEL Fedora26 MENU LABEL Fedora26 KERNEL images/Fedora/26/armv7/vmlinuz INITRD images/Fedora/26/armv7/initrd.img - APPEND console=ttyAMA0 ip=eth0:dhcp ks=http://10.5.126.23/repo/rhel/ks/armv7hfp-highbank-26.ks rd.shell quiet + APPEND console=ttyAMA0 ip=eth0:dhcp ks=http://209.132.181.6/repo/rhel/ks/armv7hfp-highbank-26-cloud.ks rd.shell quiet LABEL Fedora25 MENU LABEL Fedora25 KERNEL images/Fedora/25/armv7/vmlinuz INITRD images/Fedora/26/armv7/initrd.img - APPEND console=ttyAMA0 ip=eth0:dhcp ks=http://10.5.126.23/repo/rhel/ks/armv7hfp-highbank-25.ks rd.shell quiet + APPEND console=ttyAMA0 ip=eth0:dhcp ks=http://209.132.181.6/repo/rhel/ks/armv7hfp-highbank-25-cloud.ks rd.shell quiet MENU end |