fixing virt-install commands for qa-stg01 and qadevel
This commit is contained in:
parent
012d7cb8c5
commit
4234e1ed75
3 changed files with 15 additions and 13 deletions
|
@ -9,15 +9,6 @@ num_cpus: 1
|
||||||
|
|
||||||
fas_client_groups: sysadmin-qa,sysadmin-main,fi-apprentice
|
fas_client_groups: sysadmin-qa,sysadmin-main,fi-apprentice
|
||||||
|
|
||||||
# default virt install command is for a single nic-device
|
|
||||||
# define in another group file for more nics (see buildvm)
|
|
||||||
virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
|
||||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
|
||||||
--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"
|
|
||||||
--network=bridge=br0,model=virtio --autostart --noautoconsole
|
|
||||||
|
|
||||||
# this enables infrastructure-testing repo
|
# this enables infrastructure-testing repo
|
||||||
extra_enablerepos: 'infrastructure-testing'
|
extra_enablerepos: 'infrastructure-testing'
|
||||||
|
|
|
@ -10,6 +10,16 @@ vmhost: virthost-comm04.qa.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
fas_client_groups: sysadmin-qa,sysadmin-main
|
fas_client_groups: sysadmin-qa,sysadmin-main
|
||||||
|
|
||||||
|
# default virt install command is for a single nic-device
|
||||||
|
# define in another group file for more nics (see buildvm)
|
||||||
|
virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||||
|
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||||
|
--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
|
||||||
|
net.ifnames=0"
|
||||||
|
--network=bridge=br0,model=virtio --autostart --noautoconsole
|
||||||
|
|
||||||
mariadb_root_password: "{{ qa_stg_mariadb_root_password }}"
|
mariadb_root_password: "{{ qa_stg_mariadb_root_password }}"
|
||||||
|
|
||||||
|
|
|
@ -16,10 +16,11 @@ fas_client_groups: sysadmin-qa,sysadmin-main
|
||||||
virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||||
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
||||||
"ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}
|
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
||||||
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||||
hostname={{ inventory_hostname }}"
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
||||||
--network=bridge=br0 --autostart --noautoconsole
|
net.ifnames=0"
|
||||||
|
--network=bridge=br0,model=virtio --autostart --noautoconsole
|
||||||
|
|
||||||
mariadb_root_password: "{{ qadevel_mariadb_root_password }}"
|
mariadb_root_password: "{{ qadevel_mariadb_root_password }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue