update cirros version

- update cirros to recent 0.3.4 as same version as devstack
- README: explain extra_images puppet config

Change-Id: Idc275d19a6e54212500b860bf4a0e476b60d4c69
Signed-off-by: Hiroshi Miura <miurahr@nttdata.co.jp>
This commit is contained in:
Hiroshi Miura 2015-07-21 19:06:52 +09:00
parent f748559f8f
commit 2fb1e4e8ea
2 changed files with 5 additions and 3 deletions

View File

@ -57,8 +57,10 @@ On a 32 GB Ram, 4 core i7 haswell, on an SSD, with Fios, this takes
What you should get
-----------------------------------
A 2 node devstack that includes cirros, fedora 20, and ubuntu 12.04
cloud images populated in glance.
A 2 node devstack that includes cirros mini cloud image populated in glance.
You can get other images population such as fedora 20, ubuntu 12.04,
and ubuntu 14.04, just with a small addtion to ``extra_images`` part
in ``config.yaml.sample``.
Default security group with ssh and ping opened up.

View File

@ -44,7 +44,7 @@ enable_service ceilometer-acompute
# configure images provided on glance (manager)
IMAGE_URLS="http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-uec.tar.gz"
IMAGE_URLS="http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz"
IMAGE_URLS+=",<%= @extra_images %>"
# configure ceilometer (manager)