and make the changes
This commit is contained in:
parent
d01b71c81e
commit
3a1076d7e4
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ gw: 10.5.124.254
|
|||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/VirtGuests
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.124.144
|
||||
eth0_nm: 255.255.255.128
|
||||
vmhost: virthost-comm01.qa.fedoraproject.org
|
||||
|
@ -41,8 +41,8 @@ mariadb_root_password: "{{ dbqa01_mysql_root_password }}"
|
|||
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
mem_size: 8192
|
||||
num_cpus: 2
|
||||
mem_size: 16384
|
||||
num_cpus: 6
|
||||
tcp_ports: [ 5432, 443, 3306 ]
|
||||
fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue