remove old entries from the host_vars

change elections over for openstack
This commit is contained in:
Seth Vidal 2013-03-28 20:27:47 +00:00
parent 591fd26cd0
commit 7226d4fc8d
7 changed files with 15 additions and 47 deletions

View file

@ -1,11 +0,0 @@
---
instance_type: m1.xlarge
image: emi-68D638BF
keypair: admin
security_group: webserver
zone: fedoracloud
hostbase: copr-be-
public_ip: 209.132.184.100
root_auth_users: skvidal bkabrda
description: copr dispatcher and repo server
volumes: ['-d /dev/vdb vol-BCA33FCD', '-d /dev/vdc vol-DC833F48']

View file

@ -1,11 +0,0 @@
---
instance_type: m1.small
image: emi-68D638BF
keypair: admin
security_group: webserver
zone: fedoracloud
hostbase: artboard-
public_ip: 209.132.184.115
root_auth_users: skvidal duffy
description: artboard cloud instance for the fedora art group
volumes: ['-d /dev/vdb vol-CB9744B8']

View file

@ -1,11 +0,0 @@
---
instance_type: m1.large
image: emi-68D638BF
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
volumes: []

View file

@ -1,12 +0,0 @@
---
instance_type: m1.large
image: emi-B5BA397D
keypair: admin
security_group: jenkins
zone: fedoracloud
hostbase: jenkins-f17
public_ip: 209.132.184.119
root_auth_users: pingou skvidal
description: jenkins f17 worker/slave
volumes: []

View file

@ -0,0 +1,11 @@
---
instance_type: m1.small
image: ${el6_qcow_id}
keypair: fedora-admin
security_group: webserver
zone: nova
hostbase: elections-dev-
public_ip: 209.132.184.162
root_auth_users: toshio fchiulli
description: cloud instance for developing the next version of the elections app
volumes: ['-d /dev/vdb vol-0000000e']

View file

@ -328,6 +328,8 @@ virthost-comm01.qa.fedoraproject.org
# lists-dev.cloud.fedoraproject.org on openstack
209.132.184.145
gitlab-dev.cloud.fedoraproject.org
#elections-dev
209.132.184.162
[jenkins-slaves]
209.132.184.165

View file

@ -1,5 +1,5 @@
- name: check/create instance
hosts: 209.132.184.116
hosts: 209.132.184.162
user: root
gather_facts: False
@ -11,7 +11,7 @@
- include: $tasks/persistent_cloud.yml
- name: provision instance
hosts: 209.132.184.116
hosts: 209.132.184.162
user: root
gather_facts: True