so let us see why it says vmhost is undefined if we use the same file def as infinote
This commit is contained in:
parent
ed6ff61a6f
commit
e1b6b1535a
2 changed files with 19 additions and 14 deletions
|
@ -12,9 +12,9 @@ volgroup: /dev/vg_guests
|
||||||
vmhost: virthost-cc-rdu02.fedoraproject.org
|
vmhost: virthost-cc-rdu02.fedoraproject.org
|
||||||
datacenter: rdu-cc
|
datacenter: rdu-cc
|
||||||
|
|
||||||
# has_ipv6: no
|
has_ipv6: yes
|
||||||
# eth0_ipv6: "2605:bc80:3010:600:dead:beef:cafe:fed4"
|
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed4"
|
||||||
# eth0_ipv6_gw: "2605:bc80:3010:600::1"
|
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
||||||
|
|
||||||
postfix_group: vpn
|
postfix_group: vpn
|
||||||
vpn: true
|
vpn: true
|
||||||
|
|
|
@ -1,21 +1,26 @@
|
||||||
---
|
---
|
||||||
nm: 255.255.255.0
|
nrpe_procs_warn: 900
|
||||||
gw: 8.43.85.254
|
nrpe_procs_crit: 1000
|
||||||
dns: 8.8.8.8
|
|
||||||
|
|
||||||
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
|
||||||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
|
||||||
|
|
||||||
eth0_ip: 8.43.85.72
|
eth0_ip: 8.43.85.72
|
||||||
eth0_nm: 255.255.255.0
|
eth0_nm: 255.255.255.0
|
||||||
|
gw: 8.43.85.254
|
||||||
|
nm: 255.255.255.0
|
||||||
|
dns: 8.8.8.8
|
||||||
|
deployment_type: prod
|
||||||
|
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
vmhost: virthost-cc-rdu02.fedoraproject.org
|
||||||
|
datacenter: rdu-cc
|
||||||
|
|
||||||
has_ipv6: yes
|
has_ipv6: yes
|
||||||
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed2"
|
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed2"
|
||||||
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
||||||
|
|
||||||
vmhost: virthost-cc-rdu02.fedoraproject.org
|
|
||||||
volgroup: /dev/vg_guests
|
|
||||||
|
|
||||||
datacenter: rdu-cc
|
|
||||||
postfix_group: vpn
|
postfix_group: vpn
|
||||||
vpn: true
|
vpn: true
|
||||||
|
|
||||||
|
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
||||||
|
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue