Move group variables into host in this case.

This commit is contained in:
Kevin Fenzi 2014-01-10 19:01:52 +00:00
parent 8cc4c30647
commit ed25d05c43
2 changed files with 6 additions and 9 deletions

View file

@ -1,9 +0,0 @@
---
# Define resources for this group of hosts here.
lvm_size: 300000
mem_size: 8192
num_cpus: 2
tcp_ports: [ 5432, 443 ]
fas_client_groups: sysadmin-dba,sysadmin-noc

View file

@ -8,3 +8,9 @@ volgroup: /dev/vg_guests00
eth0_ip: 10.5.126.109
vmhost: virthost14.phx2.fedoraproject.org
datacenter: phx2
# These are normally group variables, but in this case db servers are often different
lvm_size: 300000
mem_size: 8192
num_cpus: 2
tcp_ports: [ 5432, 443 ]
fas_client_groups: sysadmin-dba,sysadmin-noc