Stay consistent with .0 vs .1

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-03 23:09:53 +00:00
parent f140194cfe
commit 5284391da8
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ gw: 209.132.184.254
fas_client_groups: sysadmin-main
dns: 8.8.8.8
eth0_ip: 209.132.184.17
eth1_ip: 172.23.0.1
eth1_ip: 172.23.1.1
freezes: false
resolvconf: "{{ files }}/resolv.conf/cloud-noc01.cloud.fedoraproject.org"

View file

@ -33,17 +33,17 @@ shared-network cloud {
host control01 {
hardware ethernet 40:5C:FD:A5:7F:C4;
fixed-address 172.23.0.5;
fixed-address 172.23.1.5;
option host-name "control01.cloud.fedoraproject.org";
next-server 172.23.0.1;
next-server 172.23.1.1;
filename "pxelinux.0";
}
host control02 {
hardware ethernet aa:aa:aa:aa:aa:aa;
fixed-address 172.23.0.6;
fixed-address 172.23.1.6;
option host-name "control02.cloud.fedoraproject.org";
next-server 172.23.0.1;
next-server 172.23.1.1;
filename "pxelinux.0";
}