maintainer_test: move the fedora maintainer test instances over to aws.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-18 00:32:31 +00:00 committed by Pierre-Yves Chibon
parent 736362c457
commit 8583206eb1
7 changed files with 14 additions and 54 deletions

View file

@ -4,4 +4,5 @@ freezes: false
sudoers: "{{ private }}/files/sudo/arm-packager-sudoers"
sudoers_main: nopasswd
host_group: cloud
datacenter: aws
ansible_ifcfg_blacklist: true

View file

@ -0,0 +1,7 @@
---
fas_client_groups: packager,upstream-test
freezes: false
sudoers: "{{ private }}/files/sudo/arm-packager-sudoers"
sudoers_main: nopasswd
host_group: cloud
ansible_ifcfg_blacklist: true

View file

@ -1,17 +0,0 @@
---
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
cloud_networks:
# maintainertest-net
- net-id: "a512d096-3fa2-49cc-b989-d43ca687f91d"

View file

@ -1,17 +0,0 @@
---
image: Fedora-Cloud-Base-30-1.2.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: f31-test
hostbase: f31-test
public_ip: 209.132.184.156
description: f31-test instance
cloud_networks:
# maintainertest-net
- net-id: "a512d096-3fa2-49cc-b989-d43ca687f91d"

View file

@ -1,17 +0,0 @@
---
image: "{{ fedora30_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: rawhide-test
hostbase: rawhide-test
public_ip: 209.132.184.212
description: rawhide-test instance
cloud_networks:
# maintainertest-net
- net-id: "a512d096-3fa2-49cc-b989-d43ca687f91d"

View file

@ -1042,7 +1042,10 @@ testdays.fedorainfracloud.org
[maintainer_test]
f30-test.fedorainfracloud.org
f31-test.fedorainfracloud.org
f32-test.fedorainfracloud.org
rawhide-test.fedorainfracloud.org
[maintainer_test_oldcloud]
ppc64le-test.fedorainfracloud.org
el6-test.fedorainfracloud.org
el7-test.fedorainfracloud.org

View file

@ -1,5 +1,5 @@
- name: Spin up maintainertest cloud instances
hosts: maintainer_test
hosts: maintainer_test_oldcloud
gather_facts: False
vars_files:
@ -12,7 +12,7 @@
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
- name: Do some basic cloud setup on them
hosts: maintainer_test
hosts: maintainer_test:maintainer_test_oldcloud
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -36,7 +36,7 @@
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=aarch64_test"
- name: Setup maintainer test hosts
hosts: arm_packager:maintainer_test:aarch64_test
hosts: arm_packager:maintainer_test:aarch64_test:maintainer_test_oldcloud
gather_facts: True
tags:
- maintainer-test