[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

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

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 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 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] ssh inside instance

2015-07-31 Thread Salvatore Orlando
Why are you focusing on authentication issues when it seems you have either a sshd config issue or a connectivity problem? Indeed your ssh handshake is stopping quite early - see below: debug1: Connecting to 192.168.1.250 [192.168.1.250] port 22. debug1: Connection established. debug1: Enabling c

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] [os-ansible-deployment] Kilo -> Liberty Upgrade Problems

2015-07-31 Thread Jesse Pretorius
I'm adding openstack-operators too as this is a discussion that I think it would be useful to have their input for. On 30 July 2015 at 19:18, Ian Cordasco wrote: > Hey all, > > As you may have seen elsewhere on openstack-dev, OpenStack is changing the > versioning for the service projects. This

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

2015-07-31 Thread Fox, Kevin M
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.tal...@tcs.com] Sent: Friday, July 31, 2015 4:05 AM To: openstack-operators Subject: [O

Re: [Openstack-operators] Managing security incidents: how to find the guilty VM ?

2015-07-31 Thread Antonio Messina
I've tested briefly ulogd, and it basically works. The only issue is that the "ulogd" daemon needs to run on the qrouter- namespace, therefore neutron should start ulogd daemon on a router namespace whenever is created (and deleted whenever the router is deleted). Alternative solutions: a) in ca

Re: [Openstack-operators] Managing security incidents: how to find the guilty VM ?

2015-07-31 Thread Antonio Messina
It seems I'm currently the only one interested on this topic, but I will update the list anyway :) I was able to implement solution b) quite easily by: * installing ulogd2 on the network nodes * modify rootwrap.d/*.filter, replacing for all "IpFilter" commands "ip" with "/usr/local/sbin/ip_neutro

[Openstack-operators] [app-catalog] App Catalog IRC meeting minutes - 7/30/2015

2015-07-31 Thread Christopher Aedo
This week we had a great meeting, and have had a lot of good conversations flowing on the IRC channel. We're solidifying the next steps on our roadmap, and Kevin Fox has made great progress on creating a Horizon panel to allow users to browse the catalog from Horizon as well as provide a one-click

Re: [Openstack-operators] [os-ansible-deployment][openstack-ansible] Release review/bug list for tomorrow's meeting

2015-07-31 Thread Jesse Pretorius
On 29 July 2015 at 22:04, Jesse Pretorius wrote: > The following reviews are in-flight and are important for the upcoming > releases, and therefore there is a need for more reviews and in some cases > backports once the master patches have landed: > https://review.openstack.org/#/q/starredby:%22J

Re: [Openstack-operators] Managing security incidents: how to find the guilty VM ?

2015-07-31 Thread gustavo panizzo
On Fri, Jul 31, 2015 at 05:48:19 +0200, Antonio Messina wrote: > I've tested briefly ulogd, and it basically works. > > The only issue is that the "ulogd" daemon needs to run on the > qrouter- namespace, therefore neutron should start ulogd daemon > on a router namespace whenever is created (and d