From 3aa7ea5407fb1540b6a06f6c2ad77c57ba9903ff Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 14 Mar 2013 23:43:07 +0000 Subject: [PATCH] twisted bots now operate self-serve - killing --- inventory/host_vars/209.132.184.111 | 10 --------- inventory/host_vars/209.132.184.112 | 10 --------- inventory/inventory | 6 ----- playbooks/groups/twistedbots.yml | 35 ----------------------------- 4 files changed, 61 deletions(-) delete mode 100644 inventory/host_vars/209.132.184.111 delete mode 100644 inventory/host_vars/209.132.184.112 delete mode 100644 playbooks/groups/twistedbots.yml diff --git a/inventory/host_vars/209.132.184.111 b/inventory/host_vars/209.132.184.111 deleted file mode 100644 index 305cfdff24..0000000000 --- a/inventory/host_vars/209.132.184.111 +++ /dev/null @@ -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 diff --git a/inventory/host_vars/209.132.184.112 b/inventory/host_vars/209.132.184.112 deleted file mode 100644 index a4e231e50a..0000000000 --- a/inventory/host_vars/209.132.184.112 +++ /dev/null @@ -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 diff --git a/inventory/inventory b/inventory/inventory index bb561e2ed3..ca87fc37b7 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -330,12 +330,6 @@ virthost-comm01.qa.fedoraproject.org # lists-dev.cloud.fedoraproject.org on openstack 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] 209.132.184.165 209.132.184.166 diff --git a/playbooks/groups/twistedbots.yml b/playbooks/groups/twistedbots.yml deleted file mode 100644 index 73cadeb02a..0000000000 --- a/playbooks/groups/twistedbots.yml +++ /dev/null @@ -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