[Openstack-operators] [kilo-muktinode] [ubuntu cloud images]

Fox, Kevin M Kevin.Fox at pnnl.gov
Fri Jul 31 15:28:19 UTC 2015


You can find ubuntu images in the app catalog. For example:
http://apps.openstack.org/#tab=glance-images&asset=Ubuntu%20Trusty%2014

Thanks,
Kevin
________________________________
From: Abhishek Talwar [abhishek.talwar at tcs.com]
Sent: Friday, July 31, 2015 4:05 AM
To: openstack-operators
Subject: [Openstack-operators] [kilo-muktinode] [ubuntu cloud images]


Hi,


I have a multinode kilo OpenStack setup with a controller node, network node and 2 compute nodes. I have installed a cirros image with the following steps:

  1.  Create a temporary local directory:

$ mkdir /tmp/images

  1.  Download the source image into it:

$ wget -P /tmp/images http://download.cirros-cloud.net/0.3....<http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img>

  1.  Upload the image to the Image service using the QCOW2 disk format, bare container format, and public visibility so all projects can access it:

$ glance image-create --name "cirros-0.3.4-x86_64" --file /tmp/images/cirros-0.3.4-x86_64-disk.img \ --disk-format qcow2 --container-format bare --visibility public --progress

Now I want to install an Ubuntu image on my setup and boot VM's with it. So what would be the desired steps for that.

I have checked this link "http://docs.openstack.org/image-guide/content/ubuntu-image.html" but couldnt get through.

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20150731/1e2ff11f/attachment.html>


More information about the OpenStack-operators mailing list