fixing openqa-stg01 to have correct disk sizes etc. for openqa server
This commit is contained in:
parent
1340a585c8
commit
9106d151e5
1 changed files with 5 additions and 3 deletions
|
@ -13,9 +13,10 @@ eth0_ip: 10.5.131.72
|
|||
############################################################
|
||||
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-23
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-23-openqa
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/23/Server/x86_64/os/
|
||||
volgroup: /dev/VirtGuests
|
||||
vmhost: virthost-comm03.qa.fedoraproject.org
|
||||
vmhost: virthost-comm04.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
############################################################
|
||||
|
@ -24,7 +25,7 @@ datacenter: phx2
|
|||
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main,fi-apprentice
|
||||
|
||||
lvm_size: 30720
|
||||
lvm_size: 768000
|
||||
mem_size: 4096
|
||||
num_cpus: 4
|
||||
|
||||
|
@ -36,5 +37,6 @@ virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ me
|
|||
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
||||
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none"
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
||||
net.ifnames=0"
|
||||
--network=bridge=br0,model=virtio --autostart --noautoconsole
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue