aarch64-test: move into correct group to get all the nice maintainers having accounts too.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
13208e2975
commit
81232b1d2f
4 changed files with 30 additions and 18 deletions
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=ttyS0
|
||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--autostart --noautoconsole --rng /dev/random
|
||||
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
datacenter: cloud
|
|
@ -7,3 +7,17 @@ dns: 8.8.8.8
|
|||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-29-ext-aarch64
|
||||
ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/29/Server/aarch64/os/
|
||||
volgroup: /dev/rhel
|
||||
|
||||
virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=ttyS0
|
||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--autostart --noautoconsole --rng /dev/random
|
||||
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
datacenter: cloud
|
||||
|
|
|
@ -7,3 +7,17 @@ dns: 8.8.8.8
|
|||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-29-ext-aarch64
|
||||
ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/29/Server/aarch64/os/
|
||||
volgroup: /dev/rhel
|
||||
|
||||
virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=ttyS0
|
||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--autostart --noautoconsole --rng /dev/random
|
||||
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
datacenter: cloud
|
||||
|
|
|
@ -12,10 +12,6 @@ qa-prod01.qa.fedoraproject.org
|
|||
[qa-stg]
|
||||
qa-stg01.qa.fedoraproject.org:222
|
||||
|
||||
[aarch64-test]
|
||||
aarch64-test01.fedorainfracloud.org
|
||||
aarch64-test02.fedorainfracloud.org
|
||||
|
||||
[arm-packager]
|
||||
arm03-packager00.cloud.fedoraproject.org
|
||||
arm03-packager01.cloud.fedoraproject.org
|
||||
|
@ -1182,6 +1178,8 @@ ppc64-test.fedorainfracloud.org
|
|||
ppc64le-test.fedorainfracloud.org
|
||||
el6-test.fedorainfracloud.org
|
||||
el7-test.fedorainfracloud.org
|
||||
aarch64-test01.fedorainfracloud.org
|
||||
aarch64-test02.fedorainfracloud.org
|
||||
|
||||
[osuosl]
|
||||
proxy06.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue