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

2015-08-03 Thread Vedprakash Nimbalkar
It seems you didn't allow traffic for port 22 in your security group rule. Add rule to allow in/out traffic from port 22 On Mon, Aug 3, 2015 at 5:25 PM, Abhishek Talwar wrote: > Hi, > > I have a multinode OpenStack kilo setup with a controller node, network > node and 2 compute nodes. I have ins

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

2015-08-03 Thread Abhishek Talwar
Hi,I have a multinode OpenStack kilo setup with a controller node, network node and 2 compute nodes. I have installed ubuntu cloud image (trusty) in my my /tmp/images directory and created an image from it. I have created an instance of the ubuntu image and now I am trying to log in that but cann

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

2015-07-31 Thread Fox, Kevin M
ject: [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

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

2015-07-31 Thread Marcin Iwinski
Hi Abhishek, You can download the OpenStack/EC2 ready ubuntu 14.04 directly from apps.openstack.org by executing the glance command used here: http://apps.openstack.org/#tab=glance-images&asset=Ubuntu%20Trusty%2014 alternatively, if you don't want to upload directly from the Internet you can dow

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

2015-07-31 Thread stephen leung
You can find ubuntu cloud image at https://cloud-images.ubuntu.com/ Follow the same steps as cirros, except you have to launch ubuntu instances with ssh keypair. > On Jul 31, 2015, at 7:05 PM, Abhishek Talwar > wrote: > > Hi,

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

2015-07-31 Thread stephen leung
You can find ubuntu cloud image at https://cloud-images.ubuntu.com/ Follow the same steps as cirros, except you have to launch ubuntu instances with ssh keypair. > On Jul 31, 2015, at 7:05 PM, Abhishek Talwar wrote: > > Hi, > > > > I have a multinode kilo

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

2015-07-31 Thread Vedprakash Nimbalkar
You can install ubuntu or any of the *nix flavor on outside of openstack (Like VirtualBox). And copy that .qcow2 at "/tmp/images/" and use this command to import it into openstack.. "glance image-create --name "Centos 7.2" --is-public true --disk-format qcow2 --container-format bare --file Centos

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

2015-07-31 Thread Abhishek Talwar
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: Create a temporary local directory: $ mkdir /tmp/images Download the source image into it: $ wget -P /tmp/images http://download.cirros-cl