add 3 new persistent instances for jenkins cloud - 2 workers and a master
add config for the above add a common group playbook that handles setting up all of them
This commit is contained in:
parent
88751054b3
commit
f9842d6b47
6 changed files with 356 additions and 0 deletions
11
inventory/host_vars/209.132.184.117
Normal file
11
inventory/host_vars/209.132.184.117
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
instance_type: m1.small
|
||||
image: emi-B8793915
|
||||
keypair: admin
|
||||
security_group: jenkins
|
||||
zone: fedoracloud
|
||||
hostbase: jenkins-master-
|
||||
public_ip: 209.132.184.117
|
||||
root_auth_users: pingou skvidal
|
||||
description: jenkins cloud master
|
||||
volumes: ['-d /dev/vdb vol-5A7639B9']
|
10
inventory/host_vars/209.132.184.118
Normal file
10
inventory/host_vars/209.132.184.118
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
instance_type: m1.large
|
||||
image: emi-B8793915
|
||||
keypair: admin
|
||||
security_group: jenkins
|
||||
zone: fedoracloud
|
||||
hostbase: jenkins-el6
|
||||
public_ip: 209.132.184.118
|
||||
root_auth_users: pingou skvidal
|
||||
description: jenkins el6 worker/slave
|
11
inventory/host_vars/209.132.184.119
Normal file
11
inventory/host_vars/209.132.184.119
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
instance_type: m1.large
|
||||
image: emi-B5BA397D
|
||||
keypair: admin
|
||||
security_group: jenkins
|
||||
zone: fedoracloud
|
||||
hostbase: jenkins-f17
|
||||
public_ip: 209.132.184.118
|
||||
root_auth_users: pingou skvidal
|
||||
description: jenkins f17 worker/slave
|
||||
|
|
@ -330,6 +330,16 @@ virthost-comm01.qa.fedoraproject.org
|
|||
#f17 twisted testbot - ticket 3537
|
||||
209.132.184.112
|
||||
|
||||
[jenkins-slaves]
|
||||
209.132.184.118
|
||||
209.132.184.119
|
||||
|
||||
[jenkins-cloud:children]
|
||||
jenkins-slaves
|
||||
|
||||
[jenkins-cloud]
|
||||
jenkins.cloud.fedoraproject.org
|
||||
|
||||
[osuosl]
|
||||
gallery01.dev.fedoraproject.org
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue