twisted bots now operate self-serve - killing
This commit is contained in:
parent
8b94950444
commit
3aa7ea5407
4 changed files with 0 additions and 61 deletions
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
instance_type: m1.small
|
|
||||||
image: emi-68D638BF
|
|
||||||
keypair: admin
|
|
||||||
security_group: twistedbot
|
|
||||||
zone: fedoracloud
|
|
||||||
hostbase: twisted-bot-el6-
|
|
||||||
public_ip: 209.132.184.111
|
|
||||||
root_auth_users: tomprince
|
|
||||||
description: twisted buildbot el7 ticket 3537 for info buildbot@twistedmatrix.com
|
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
instance_type: m1.small
|
|
||||||
image: emi-B5BA397D
|
|
||||||
keypair: admin
|
|
||||||
security_group: twistedbot
|
|
||||||
zone: fedoracloud
|
|
||||||
hostbase: twisted-bot-f17-
|
|
||||||
public_ip: 209.132.184.112
|
|
||||||
root_auth_users: tomprince
|
|
||||||
description: twisted buildbot f17 ticket 3537 for info buildbot@twistedmatrix.com
|
|
|
@ -330,12 +330,6 @@ virthost-comm01.qa.fedoraproject.org
|
||||||
# lists-dev.cloud.fedoraproject.org on openstack
|
# lists-dev.cloud.fedoraproject.org on openstack
|
||||||
209.132.184.145
|
209.132.184.145
|
||||||
|
|
||||||
[twistedbots]
|
|
||||||
#rhel6 twisted testbot - ticket 3537
|
|
||||||
209.132.184.111
|
|
||||||
#f17 twisted testbot - ticket 3537
|
|
||||||
209.132.184.112
|
|
||||||
|
|
||||||
[jenkins-slaves]
|
[jenkins-slaves]
|
||||||
209.132.184.165
|
209.132.184.165
|
||||||
209.132.184.166
|
209.132.184.166
|
||||||
|
|
|
@ -1,35 +0,0 @@
|
||||||
- name: check/create instances for twistedbots
|
|
||||||
hosts: twistedbots
|
|
||||||
user: root
|
|
||||||
gather_facts: False
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
|
||||||
- ${private}/vars.yml
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- include: $tasks/persistent_cloud.yml
|
|
||||||
- include: $tasks/growroot_cloud.yml
|
|
||||||
|
|
||||||
- name: provision instance
|
|
||||||
hosts: twistedbots
|
|
||||||
user: root
|
|
||||||
gather_facts: True
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
|
||||||
- ${private}/vars.yml
|
|
||||||
- ${vars}/${ansible_distribution}.yml
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- include: $tasks/cloud_setup_basic.yml
|
|
||||||
|
|
||||||
# packages needed
|
|
||||||
- name: add packages for them
|
|
||||||
action: yum state=present name=$item
|
|
||||||
with_items:
|
|
||||||
- rsync
|
|
||||||
- openssh-clients
|
|
||||||
|
|
||||||
handlers:
|
|
||||||
- include: $handlers/restart_services.yml
|
|
Loading…
Add table
Add a link
Reference in a new issue