move el6/el7 maintainer test instances

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-25 20:03:24 +00:00 committed by Pierre-Yves Chibon
parent 0bc7d5ffb1
commit 19703e17bb
4 changed files with 2 additions and 39 deletions

View file

@ -1,17 +1,2 @@
---
image: CentOS-6-x86_64-GenericCloud-1907
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: el6-test
hostbase: el6-test
public_ip: 209.132.184.220
description: el6-test instance
cloud_networks:
# maintainertest-net
- net-id: "a512d096-3fa2-49cc-b989-d43ca687f91d"

View file

@ -1,17 +1,2 @@
---
image: CentOS-7-x86_64-GenericCloud-1503
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: el7-test
hostbase: el7-test
public_ip: 209.132.184.221
description: el7-test instance
cloud_networks:
# maintainertest-net
- net-id: "a512d096-3fa2-49cc-b989-d43ca687f91d"

View file

@ -1027,11 +1027,11 @@ f30-test.fedorainfracloud.org
f31-test.fedorainfracloud.org
f32-test.fedorainfracloud.org
rawhide-test.fedorainfracloud.org
el6-test.fedorainfracloud.org
el7-test.fedorainfracloud.org
[maintainer_test_oldcloud]
ppc64le-test.fedorainfracloud.org
el6-test.fedorainfracloud.org
el7-test.fedorainfracloud.org
[aarch64_test]
aarch64-test01.fedorainfracloud.org

View file

@ -24,13 +24,6 @@
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml"
- name: set hostname (required by some services, at least postfix need it)
hostname: name="{{inventory_hostname}}"
- debug: var=FedoraRawhideNumber
- debug: var=FedoraBranchedNumber
- debug: var=FedoraCycleNumber
- debug: var=FedoraPreviousCycleNumber
- debug: var=FedoraPreviousPreviousCycleNumber
- debug: var=Frozen
- import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=arm_packager"