~ajkavanagh/openstack-mojo-specs/remove-cinder-from-vrrp-ha

208.1.3 by Ryan Beisner
add stable deploy baremetal specs
1
cirros:
2
  auth_type: password
3
  bootstring: cubswin:)
4
  password: cubswin:)
5
  username: cirros
6
  container_format: bare
7
  disk_format: qcow2
8
  glance_name: cirros
9
  is_public: 'true'
244 by Ryan Beisner
Update cirros URLs
10
  url: http://10.245.161.162:80/swift/v1/images/cirros-0.3.4-x86_64-disk.img
208.1.3 by Ryan Beisner
add stable deploy baremetal specs
11
precise:
12
  auth_type: privkey
13
  bootstring: cloud-init boot finished at
14
  username: ubuntu
15
  container_format: bare
16
  disk_format: qcow2
17
  glance_name: precise
18
  is_public: 'true'
19
  url: http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img
20
trusty:
21
  auth_type: privkey
208.1.10 by Ryan Beisner
fix bootstring values for trusty
22
  bootstring: finished at
208.1.3 by Ryan Beisner
add stable deploy baremetal specs
23
  username: ubuntu
24
  container_format: bare
25
  disk_format: qcow2
26
  glance_name: trusty
27
  is_public: 'true'
28
  url: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
248 by Ryan Beisner
Additional EOL pruning
29
wily:
30
  auth_type: privkey
31
  bootstring: finished at
32
  username: ubuntu
33
  container_format: bare
34
  disk_format: qcow2
35
  glance_name: wily
36
  is_public: 'true'
37
  url: http://cloud-images.ubuntu.com/wily/current/wily-server-cloudimg-amd64-disk1.img
38
xenial:
39
  auth_type: privkey
40
  bootstring: finished at
41
  username: ubuntu
42
  container_format: bare
43
  disk_format: qcow2
44
  glance_name: xenial
45
  is_public: 'true'
46
  url: http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img