and we have variables needed for new boxes
This commit is contained in:
parent
2e986a5b8c
commit
eca1336560
3 changed files with 55 additions and 6 deletions
|
@ -1,17 +1,22 @@
|
|||
---
|
||||
# this box is not mission critical
|
||||
freezes: false
|
||||
|
||||
# this box mounts a large share from the netapp to store combined http
|
||||
# logs from the proxies.
|
||||
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||
|
||||
# general configs
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-23
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/23/Server/x86_64/os/
|
||||
|
||||
eth0_ip: 10.5.126.123
|
||||
eth1_ip: 10.5.127.198
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
vmhost: virthost21.phx2.fedoraproject.org
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
autocloud_specialization: libvirt
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
# this box is not mission critical
|
||||
freezes: false
|
||||
|
||||
# this box mounts a large share from the netapp to store combined http
|
||||
# logs from the proxies.
|
||||
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||
|
||||
# general configs
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.125.254
|
||||
dns: 10.5.126.21
|
||||
|
||||
eth0_ip: 10.5.125.178
|
||||
eth1_ip: 10.5.127.179
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
autocloud_specialization: libvirt
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
# this box is not mission critical
|
||||
freezes: false
|
||||
|
||||
# this box mounts a large share from the netapp to store combined http
|
||||
# logs from the proxies.
|
||||
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||
|
||||
# general configs
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.125.254
|
||||
dns: 10.5.126.21
|
||||
|
||||
eth0_ip: 10.5.125.179
|
||||
eth1_ip: 10.5.127.178
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
autocloud_specialization: virtualbox
|
Loading…
Add table
Add a link
Reference in a new issue