add 2 more maintainertests
This commit is contained in:
parent
66e8025fba
commit
5f02cf43b9
3 changed files with 36 additions and 0 deletions
17
inventory/host_vars/el6-test.fedorainfracloud.org
Normal file
17
inventory/host_vars/el6-test.fedorainfracloud.org
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
image: CentOS-6-x86_64-GenericCloud-20141129_01
|
||||||
|
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"
|
17
inventory/host_vars/el7-test.fedorainfracloud.org
Normal file
17
inventory/host_vars/el7-test.fedorainfracloud.org
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
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"
|
|
@ -1173,6 +1173,8 @@ f25-test.fedorainfracloud.org
|
||||||
rawhide-test.fedorainfracloud.org
|
rawhide-test.fedorainfracloud.org
|
||||||
ppc64-test.fedorainfracloud.org
|
ppc64-test.fedorainfracloud.org
|
||||||
ppc64le-test.fedorainfracloud.org
|
ppc64le-test.fedorainfracloud.org
|
||||||
|
el6-test.fedorainfracloud.org
|
||||||
|
el7-test.fedorainfracloud.org
|
||||||
|
|
||||||
[jenkins-master]
|
[jenkins-master]
|
||||||
jenkins.fedorainfracloud.org
|
jenkins.fedorainfracloud.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue