maintainer-test: add a f30-test in old cloud and 2 aarch64-test01/02 in new virthosts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fea99e6751
commit
796967c5e6
6 changed files with 44 additions and 1 deletions
9
inventory/host_vars/aarch64-test01.fedorainfracloud.org
Normal file
9
inventory/host_vars/aarch64-test01.fedorainfracloud.org
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
vmhost: virthost-aarch64-os01.fedorainfracloud.org
|
||||
eth0_ip: 38.145.48.50
|
||||
nm: 255.255.254.0
|
||||
gw: 38.145.49.254
|
||||
dns: 8.8.8.8
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-29-ext
|
||||
ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/29/Server/aarch64/os/
|
||||
volgroup: /dev/vg_guests
|
9
inventory/host_vars/aarch64-test02.fedorainfracloud.org
Normal file
9
inventory/host_vars/aarch64-test02.fedorainfracloud.org
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
vmhost: virthost-aarch64-os02.fedorainfracloud.org
|
||||
eth0_ip: 38.145.48.51
|
||||
nm: 255.255.254.0
|
||||
gw: 38.145.49.254
|
||||
dns: 8.8.8.8
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-29-ext
|
||||
ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/29/Server/aarch64/os/
|
||||
volgroup: /dev/vg_guests
|
18
inventory/host_vars/f30-test.fedorainfracloud.org
Normal file
18
inventory/host_vars/f30-test.fedorainfracloud.org
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
image: Fedora-Cloud-Base-30-20190329.n.0.x86_64
|
||||
instance_type: ms1.medium
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-maintainertest,web-80-anywhere-maintainertest,default,web-443-anywhere-maintainertest,all-icmp-maintainertest
|
||||
zone: nova
|
||||
tcp_ports: [22]
|
||||
|
||||
inventory_tenant: maintainertest
|
||||
inventory_instance_name: f30-test
|
||||
hostbase: f30-test
|
||||
public_ip: 209.132.184.157
|
||||
description: f30-test instance
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
cloud_networks:
|
||||
# maintainertest-net
|
||||
- net-id: "a512d096-3fa2-49cc-b989-d43ca687f91d"
|
|
@ -12,6 +12,10 @@ 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
|
||||
|
@ -1173,6 +1177,7 @@ testdays.fedorainfracloud.org
|
|||
f27-test.fedorainfracloud.org
|
||||
f28-test.fedorainfracloud.org
|
||||
f29-test.fedorainfracloud.org
|
||||
f30-test.fedorainfracloud.org
|
||||
rawhide-test.fedorainfracloud.org
|
||||
ppc64-test.fedorainfracloud.org
|
||||
ppc64le-test.fedorainfracloud.org
|
||||
|
|
|
@ -33,9 +33,10 @@
|
|||
|
||||
|
||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=arm-packager"
|
||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=aarch64-test"
|
||||
|
||||
- name: Setup maintainer test hosts
|
||||
hosts: arm-packager:maintainer-test
|
||||
hosts: arm-packager:maintainer-test:aarch64-test
|
||||
gather_facts: True
|
||||
tags:
|
||||
- maintainer-test
|
||||
|
|
|
@ -46,6 +46,7 @@ fedora26_x86_64: Fedora-Cloud-Base-26-1.4.x86_64
|
|||
fedora27_x86_64: Fedora-Cloud-Base-27-1.2.x86_64
|
||||
fedora28_x86_64: Fedora-Cloud-Base-28-1.1.x86_64
|
||||
fedora29_x86_64: Fedora-Cloud-Base-29-1.2.x86_64
|
||||
fedora30_beta_x86_64: Fedora-Cloud-Base-30-20190329.n.0.x86_64
|
||||
centos70_x86_64: CentOS-7-x86_64-GenericCloud-1503
|
||||
centos66_x86_64: CentOS-6-x86_64-GenericCloud-20141129_01
|
||||
rhel70_x86_64: rhel-guest-image-7.0-20140930.0.x86_64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue