nuke autocloud-backend-{vbox,libvirt} in favor of the "2" variants
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
ef8b9b7791
commit
4911b16f73
3 changed files with 1 additions and 19 deletions
|
@ -232,11 +232,9 @@ autocloud-backend-libvirt
|
||||||
autocloud-backend-vbox
|
autocloud-backend-vbox
|
||||||
|
|
||||||
[autocloud-backend-libvirt]
|
[autocloud-backend-libvirt]
|
||||||
autocloud-backend-libvirt.phx2.fedoraproject.org
|
|
||||||
autocloud-backend-libvirt2.phx2.fedoraproject.org
|
autocloud-backend-libvirt2.phx2.fedoraproject.org
|
||||||
|
|
||||||
[autocloud-backend-vbox]
|
[autocloud-backend-vbox]
|
||||||
autocloud-backend-vbox.phx2.fedoraproject.org
|
|
||||||
autocloud-backend-vbox2.phx2.fedoraproject.org
|
autocloud-backend-vbox2.phx2.fedoraproject.org
|
||||||
|
|
||||||
[autocloud-backend-stg:children]
|
[autocloud-backend-stg:children]
|
||||||
|
|
|
@ -28,14 +28,6 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
||||||
option host-name "virthost04";
|
option host-name "virthost04";
|
||||||
}
|
}
|
||||||
|
|
||||||
host autocloud-backend-vbox {
|
|
||||||
hardware ethernet e4:1f:13:ba:84:d0;
|
|
||||||
fixed-address 10.5.126.122;
|
|
||||||
next-server 10.5.126.41;
|
|
||||||
option host-name "autocloud-backend-vbox";
|
|
||||||
filename "pxelinux.0";
|
|
||||||
}
|
|
||||||
|
|
||||||
# host virthost05 {
|
# host virthost05 {
|
||||||
# hardware ethernet E4:1F:13:BA:99:28;
|
# hardware ethernet E4:1F:13:BA:99:28;
|
||||||
# fixed-address 10.5.126.145;
|
# fixed-address 10.5.126.145;
|
||||||
|
@ -60,14 +52,6 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
||||||
# filename "pxelinux.0";
|
# filename "pxelinux.0";
|
||||||
# }
|
# }
|
||||||
|
|
||||||
host autocloud-backend-libvirt {
|
|
||||||
hardware ethernet e4:1f:13:ba:e6:f8;
|
|
||||||
fixed-address 10.5.126.123;
|
|
||||||
next-server 10.5.126.41;
|
|
||||||
option host-name "autocloud-backend-libvirt";
|
|
||||||
filename "pxelinux.0";
|
|
||||||
}
|
|
||||||
|
|
||||||
# host virthost09 {
|
# host virthost09 {
|
||||||
# hardware ethernet e4:1f:13:ba:7f:88;
|
# hardware ethernet e4:1f:13:ba:7f:88;
|
||||||
# fixed-address 10.5.126.149;
|
# fixed-address 10.5.126.149;
|
||||||
|
|
|
@ -3,7 +3,7 @@ suffix = 'stg.phx2.fedoraproject.org'
|
||||||
machines = ['autocloud-backend01', 'autocloud-backend02']
|
machines = ['autocloud-backend01', 'autocloud-backend02']
|
||||||
{% else %}
|
{% else %}
|
||||||
suffix = 'phx2.fedoraproject.org'
|
suffix = 'phx2.fedoraproject.org'
|
||||||
machines = ['autocloud-backend-libvirt', 'autocloud-backend-vbox']
|
machines = ['autocloud-backend-libvirt2', 'autocloud-backend-vbox2']
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
endpoints = {}
|
endpoints = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue