Clean up host_vars. Move everything to new ssh key, fix old syntax.

This commit is contained in:
Kevin Fenzi 2014-01-07 19:02:48 +00:00
parent 9dc34181ba
commit ab21a8dc9f
42 changed files with 28 additions and 94 deletions

View file

@ -1,6 +1,6 @@
--- ---
instance_type: m1.xlarge instance_type: m1.xlarge
image: ${f19_qcow_id} image: {{ f19_qcow_id }}
keypair: fedora-admin-20130801 keypair: fedora-admin-20130801
security_group: webserver security_group: webserver
zone: nova zone: nova

View file

@ -1,7 +1,7 @@
--- ---
instance_type: m1.small instance_type: m1.small
image: $el6_qcow_id image: {{ el6_qcow_id }}
keypair: fedora-admin keypair: fedora-admin-20130801
security_group: webserver security_group: webserver
zone: nova zone: nova
hostbase: artboard- hostbase: artboard-

View file

@ -1,6 +1,6 @@
--- ---
instance_type: m1.medium instance_type: m1.medium
image: ${f19_qcow_id} image: {{ f19_qcow_id }}
keypair: fedora-admin-20130801 keypair: fedora-admin-20130801
security_group: webserver security_group: webserver
zone: nova zone: nova

View file

@ -1,6 +1,6 @@
--- ---
instance_type: m1.large instance_type: m1.large
image: $f20_qcow_id image: {{ f20_qcow_id }}
keypair: fedora-admin-20130801 keypair: fedora-admin-20130801
security_group: logstash security_group: logstash
zone: nova zone: nova

View file

@ -1,7 +1,7 @@
--- ---
instance_type: m1.small instance_type: m1.small
image: $f18_qcow_id image: {{ el6_qcow_id }}
keypair: fedora-admin keypair: fedora-admin-20130801
security_group: webserver security_group: webserver
zone: nova zone: nova
hostbase: fedocal-dev- hostbase: fedocal-dev-

View file

@ -1,7 +1,7 @@
--- ---
instance_type: m1.small instance_type: m1.small
image: $el6_qcow_id image: {{ el6_qcow_id }}
keypair: fedora-admin keypair: fedora-admin-20130801
security_group: jenkins security_group: jenkins
zone: nova zone: nova
hostbase: jenkins-master- hostbase: jenkins-master-

View file

@ -1,6 +1,6 @@
--- ---
instance_type: m1.large instance_type: m1.large
image: $f19_qcow_id image: {{ f19_qcow_id }}
keypair: fedora-admin-20130801 keypair: fedora-admin-20130801
security_group: webserver security_group: webserver
zone: nova zone: nova

View file

@ -1,6 +1,6 @@
--- ---
instance_type: m1.xlarge instance_type: m1.xlarge
image: $f19_qcow_id image: {{ f19_qcow_id }}
keypair: fedora-admin-20130801 keypair: fedora-admin-20130801
security_group: jenkins security_group: jenkins
zone: nova zone: nova
@ -8,4 +8,3 @@ hostbase: jenkins-f19
public_ip: 209.132.184.158 public_ip: 209.132.184.158
root_auth_users: pingou root_auth_users: pingou
description: jenkins f19 worker/slave description: jenkins f19 worker/slave

View file

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

View file

@ -1,7 +1,7 @@
--- ---
instance_type: m1.large instance_type: m1.large
image: $el6_qcow_id image: {{ el6_qcow_id }}
keypair: fedora-admin keypair: fedora-admin-20130801
security_group: jenkins security_group: jenkins
zone: nova zone: nova
hostbase: jenkins-el6 hostbase: jenkins-el6

View file

@ -1,11 +1,10 @@
--- ---
instance_type: m1.large instance_type: m1.large
image: $f18_qcow_id image: {{ f18_qcow_id }}
keypair: fedora-admin keypair: fedora-admin-20130801
security_group: jenkins security_group: jenkins
zone: nova zone: nova
hostbase: jenkins-f18 hostbase: jenkins-f18
public_ip: 209.132.184.166 public_ip: 209.132.184.166
root_auth_users: pingou root_auth_users: pingou
description: jenkins f18 worker/slave description: jenkins f18 worker/slave

View file

@ -1,6 +1,6 @@
--- ---
instance_type: m1.xlarge instance_type: m1.xlarge
image: $f20_qcow_id image: {{ f20_qcow_id }}
keypair: fedora-admin-20130801 keypair: fedora-admin-20130801
security_group: jenkins security_group: jenkins
zone: nova zone: nova
@ -8,4 +8,3 @@ hostbase: jenkins-f20
public_ip: 209.132.184.209 public_ip: 209.132.184.209
root_auth_users: pingou root_auth_users: pingou
description: jenkins f20 worker/slave description: jenkins f20 worker/slave

View file

@ -1,6 +1,6 @@
--- ---
instance_type: m1.medium instance_type: m1.medium
image: ${el6_qcow_id} image: {{ el6_qcow_id }}
keypair: fedora-admin keypair: fedora-admin
security_group: webserver security_group: webserver
zone: nova zone: nova

View file

@ -1,7 +1,6 @@
--- ---
vmhost: buildvmhost-10.phx2.fedoraproject.org vmhost: buildvmhost-10.phx2.fedoraproject.org
eth0_ip: 10.5.125.101 eth0_ip: 10.5.125.101
eth1_ip: 10.5.127.161 eth1_ip: 10.5.127.161
mem_size: 10240 mem_size: 10240

View file

@ -1,7 +1,6 @@
--- ---
vmhost: buildvmhost-10.phx2.fedoraproject.org vmhost: buildvmhost-10.phx2.fedoraproject.org
eth0_ip: 10.5.125.102 eth0_ip: 10.5.125.102
eth1_ip: 10.5.127.162 eth1_ip: 10.5.127.162
mem_size: 10240 mem_size: 10240

View file

@ -1,7 +1,6 @@
--- ---
vmhost: buildvmhost-10.phx2.fedoraproject.org vmhost: buildvmhost-10.phx2.fedoraproject.org
eth0_ip: 10.5.125.103 eth0_ip: 10.5.125.103
eth1_ip: 10.5.127.163 eth1_ip: 10.5.127.163
mem_size: 10240 mem_size: 10240

View file

@ -1,9 +1,6 @@
--- ---
vmhost: buildvmhost-10.phx2.fedoraproject.org vmhost: buildvmhost-10.phx2.fedoraproject.org
eth0_ip: 10.5.125.104 eth0_ip: 10.5.125.104
eth1_ip: 10.5.127.164 eth1_ip: 10.5.127.164
mem_size: 10240 mem_size: 10240

View file

@ -1,9 +1,6 @@
--- ---
vmhost: buildvmhost-10.phx2.fedoraproject.org vmhost: buildvmhost-10.phx2.fedoraproject.org
eth0_ip: 10.5.125.105 eth0_ip: 10.5.125.105
eth1_ip: 10.5.127.165 eth1_ip: 10.5.127.165
mem_size: 10240 mem_size: 10240

View file

@ -1,9 +1,6 @@
--- ---
vmhost: buildvmhost-10.phx2.fedoraproject.org vmhost: buildvmhost-10.phx2.fedoraproject.org
eth0_ip: 10.5.125.106 eth0_ip: 10.5.125.106
eth1_ip: 10.5.127.166 eth1_ip: 10.5.127.166
mem_size: 10240 mem_size: 10240

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-04.phx2.fedoraproject.org vmhost: buildvmhost-04.phx2.fedoraproject.org
eth0_ip: 10.5.125.107 eth0_ip: 10.5.125.107
eth1_ip: 10.5.127.167 eth1_ip: 10.5.127.167

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-04.phx2.fedoraproject.org vmhost: buildvmhost-04.phx2.fedoraproject.org
eth0_ip: 10.5.125.108 eth0_ip: 10.5.125.108
eth1_ip: 10.5.127.168 eth1_ip: 10.5.127.168

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-04.phx2.fedoraproject.org vmhost: buildvmhost-04.phx2.fedoraproject.org
eth0_ip: 10.5.125.109 eth0_ip: 10.5.125.109
eth1_ip: 10.5.127.169 eth1_ip: 10.5.127.169

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-05.phx2.fedoraproject.org vmhost: buildvmhost-05.phx2.fedoraproject.org
eth0_ip: 10.5.125.110 eth0_ip: 10.5.125.110
eth1_ip: 10.5.127.170 eth1_ip: 10.5.127.170

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-05.phx2.fedoraproject.org vmhost: buildvmhost-05.phx2.fedoraproject.org
eth0_ip: 10.5.125.111 eth0_ip: 10.5.125.111
eth1_ip: 10.5.127.171 eth1_ip: 10.5.127.171

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-05.phx2.fedoraproject.org vmhost: buildvmhost-05.phx2.fedoraproject.org
eth0_ip: 10.5.125.112 eth0_ip: 10.5.125.112
eth1_ip: 10.5.127.172 eth1_ip: 10.5.127.172

View file

@ -1,9 +1,7 @@
--- ---
vmhost: buildvmhost-06.phx2.fedoraproject.org vmhost: buildvmhost-06.phx2.fedoraproject.org
mem_size: 12288 mem_size: 12288
num_cpus: 3 num_cpus: 3
lvm_size: 130000 lvm_size: 130000
eth0_ip: 10.5.125.113 eth0_ip: 10.5.125.113
eth1_ip: 10.5.127.173 eth1_ip: 10.5.127.173

View file

@ -1,9 +1,7 @@
--- ---
vmhost: buildvmhost-06.phx2.fedoraproject.org vmhost: buildvmhost-06.phx2.fedoraproject.org
mem_size: 8192 mem_size: 8192
num_cpus: 3 num_cpus: 3
lvm_size: 130000 lvm_size: 130000
eth0_ip: 10.5.125.140 eth0_ip: 10.5.125.140
eth1_ip: 10.5.127.174 eth1_ip: 10.5.127.174

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-07.phx2.fedoraproject.org vmhost: buildvmhost-07.phx2.fedoraproject.org
eth0_ip: 10.5.125.141 eth0_ip: 10.5.125.141
eth1_ip: 10.5.127.175 eth1_ip: 10.5.127.175

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-07.phx2.fedoraproject.org vmhost: buildvmhost-07.phx2.fedoraproject.org
eth0_ip: 10.5.125.142 eth0_ip: 10.5.125.142
eth1_ip: 10.5.127.176 eth1_ip: 10.5.127.176

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-07.phx2.fedoraproject.org vmhost: buildvmhost-07.phx2.fedoraproject.org
eth0_ip: 10.5.125.143 eth0_ip: 10.5.125.143
eth1_ip: 10.5.127.177 eth1_ip: 10.5.127.177

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-08.phx2.fedoraproject.org vmhost: buildvmhost-08.phx2.fedoraproject.org
eth0_ip: 10.5.125.144 eth0_ip: 10.5.125.144
eth1_ip: 10.5.127.178 eth1_ip: 10.5.127.178

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-08.phx2.fedoraproject.org vmhost: buildvmhost-08.phx2.fedoraproject.org
eth0_ip: 10.5.125.145 eth0_ip: 10.5.125.145
eth1_ip: 10.5.127.179 eth1_ip: 10.5.127.179

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-08.phx2.fedoraproject.org vmhost: buildvmhost-08.phx2.fedoraproject.org
eth0_ip: 10.5.125.146 eth0_ip: 10.5.125.146
eth1_ip: 10.5.127.180 eth1_ip: 10.5.127.180

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-09.phx2.fedoraproject.org vmhost: buildvmhost-09.phx2.fedoraproject.org
eth0_ip: 10.5.125.147 eth0_ip: 10.5.125.147
eth1_ip: 10.5.127.181 eth1_ip: 10.5.127.181

View file

@ -1,7 +1,5 @@
--- ---
vmhost: buildvmhost-09.phx2.fedoraproject.org vmhost: buildvmhost-09.phx2.fedoraproject.org
eth0_ip: 10.5.125.148 eth0_ip: 10.5.125.148
eth1_ip: 10.5.127.182 eth1_ip: 10.5.127.182

View file

@ -1,7 +1,4 @@
--- ---
vmhost: buildvmhost-09.phx2.fedoraproject.org vmhost: buildvmhost-09.phx2.fedoraproject.org
eth0_ip: 10.5.125.149 eth0_ip: 10.5.125.149
eth1_ip: 10.5.127.183 eth1_ip: 10.5.127.183

View file

@ -1,9 +1,6 @@
--- ---
vmhost: buildvmhost-10.phx2.fedoraproject.org vmhost: buildvmhost-10.phx2.fedoraproject.org
eth0_ip: 10.5.125.150 eth0_ip: 10.5.125.150
eth1_ip: 10.5.127.184 eth1_ip: 10.5.127.184
mem_size: 10240 mem_size: 10240

View file

@ -1,6 +1,6 @@
--- ---
instance_type: m1.xlarge instance_type: m1.xlarge
image: $f19_qcow_id image: {{ f19_qcow_id }}
keypair: fedora-admin-20130801 keypair: fedora-admin-20130801
security_group: webserver security_group: webserver
zone: nova zone: nova

View file

@ -1,6 +1,6 @@
--- ---
instance_type: m1.medium instance_type: m1.medium
image: ${f19_qcow_id} image: {{ f19_qcow_id }}
keypair: fedora-admin-20130801 keypair: fedora-admin-20130801
security_group: webserver security_group: webserver
zone: nova zone: nova

View file

@ -1,7 +1,7 @@
--- ---
instance_type: m1.small instance_type: m1.small
image: $el6_qcow_id image: {{ el6_qcow_id }}
keypair: fedora-admin keypair: fedora-admin-20130801
security_group: webserver security_group: webserver
zone: nova zone: nova
hostbase: hrf- hostbase: hrf-

View file

@ -1,7 +1,7 @@
--- ---
instance_type: m1.small instance_type: m1.small
image: $el6_qcow_id image: {{ el6_qcow_id }}
hkeypair: fedora-admin hkeypair: fedora-admin-20130801
security_group: jenkins security_group: jenkins
zone: nova zone: nova
hostbase: jenkins-master- hostbase: jenkins-master-

View file

@ -1,7 +1,7 @@
--- ---
instance_type: m1.small instance_type: m1.small
image: $f18_qcow_id image: {{ f18_qcow_id }}
keypair: fedora-admin keypair: fedora-admin-20130801
security_group: smtpserver security_group: smtpserver
zone: nova zone: nova
hostbase: lists-dev- hostbase: lists-dev-