iad2: bkernel01 should use the iad resolv.conf, and we shouldn't try and put template conditionals in a file.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-30 18:21:39 -07:00
parent 82c8973364
commit d5b4bef21b
2 changed files with 1 additions and 7 deletions

View file

@ -3,3 +3,4 @@ gw: 10.3.169.254
eth0_ip: 10.3.169.29
datacenter: iad2
resolvconf: "resolv.conf/iad2"

View file

@ -1,11 +1,4 @@
{% if datacenter == 'phx2' %}
search phx2.fedoraproject.org vpn.fedoraproject.org fedoraproject.org
nameserver 10.5.126.21
nameserver 10.5.126.22
options rotate timeout:1
{% elif datacenter == 'iad2' %}
search iad2.fedoraproject.org vpn.fedoraproject.org fedoraproject.org
nameserver 10.3.163.33
nameserver 10.3.163.34
options rotate timeout:1
{% endif %}