[Openstack] OpenStack Community Weekly Newsletter (Jan 17 – 24)

2014-01-24 Thread Stefano Maffulli
Icehouse-2 development milestone available The second milestone of the Icehouse development cycle, “icehouse-2″ is now available for Keystone, Glance, Nova, Horizon, Neutron, Cinder, Ceilometer, Heat,

[Openstack] Looking for best practices on setting up least-privilege compute nodes

2014-01-24 Thread Daniel Hiltgen
Are there any docs or guides that describe best practices for setting up compute nodes with least privileges to mitigate the impact if an individual compute node is compromised? For example, I tried using a non-admin service tenant account for the nova.conf->neutron_admin_* settings on my compute

Re: [Openstack] Network interfaces with VMware & Neutron OVS

2014-01-24 Thread Armando M.
The plugin is only being rebranded at the moment. More architectural changes are on the way but we recognize that backward compatibility is paramount therefore we'll strive to maintain it. As far as Havana is concerned everything is still the same. If you are working against master you can track

Re: [Openstack] Havana / nova-network - Multi-Node setup, dnsmasq uses the same IP on multiple nodes

2014-01-24 Thread Patil, Tushar
Hi Sascha, Following URL gives you an easy overview of all configuration options available in OpenStack compute service. http://docs.openstack.org/havana/config-reference/content/list-of-compute-config-options.html Thanks and Best Regards, Tushar Patil. >-Original Message- >From: Sasc

Re: [Openstack] [swift] Is anyone using cloudfuse successfully?

2014-01-24 Thread Pete Zaitcev
On Wed, 22 Jan 2014 22:40:13 -0700 Joel Cooklin wrote: > > Also have you looked the gluster-swift project to see what they are doing? > > I have not. I wasn't aware that they included a client or fusedriver > like this. I'll look into it. Well, theirs is upside-down: the data is in Gluster a

[Openstack] [SWIFT] Memcached timeouts?

2014-01-24 Thread Stephen Wood
I'm seeing a strange error pop up in my swift cluster while it's under load regarding memcached. In the error logs on the proxies I am seeing messages like: Error limiting server 10.xx.xx.xx:11211 And also: Timeout talking to memcached: 10.xx.xx.xx:11211 Memcached is not showing any counters f

Re: [Openstack] [Swift] Problem with SwiftAuth.

2014-01-24 Thread Shrinand Javadekar
These are two different clusters with their own individual auth systems. In fact, one is internal to where I work and another is at a customer site. These should both be using swauth and that let me to believe that both should have the same behavior. I am using the jclouds java library. I am looki

[Openstack] [OPENSTACK][Barbican] Configure Barbican to work with Keystone

2014-01-24 Thread Giuseppe Galeota
Dear all, I would configure Barbican to accept only requests authorized by Keystone. Is the following scenario possible: - configure a VM_1 running the Barbican service and a Keystone service (which works as middleware). Here keystone is installed by means of devstack and configured by running t

[Openstack] Access VM to/from external network

2014-01-24 Thread Gerard, Anne-Claire
Hi all, I have followed the guide "OpenStack Installation Guide for Red Hat Enterprise Linux, CentOS, and Fedora - havana" with 3 nodes, one controller, one networker and one compute. I am using neutron and not nova-network. I have launched instances in a following topology: ext-net | ext

Re: [Openstack] [Ceilometer]Dedicated notification queue infrastructure

2014-01-24 Thread Prashanth Hari
Does anyone have any suggestions to separate only the notifications to a different rabbitmq ? In Glance I am able to do this - # Configuration options if sending notifications via rabbitmq (these are # the defaults) rabbit_host = <> rabbit_port = 5672 rabbit_use_ssl = false rabbit_userid = guest

[Openstack] Openstack docs bug (Re: Havana / Enable migration)

2014-01-24 Thread Dimitri Maziuk
On 1/24/2014 3:25 AM, Sascha Vogt wrote: Hi all, I have a multi node setup and wanted to play with migration. Currently I'm getting strange SSH errors. I followed the http://docs.openstack.org/havana/install-guide/install/apt/content/ guide. The first error was a host key verification error.

Re: [Openstack] Havana / nova-network - Multi-Node setup, dnsmasq uses the same IP on multiple nodes

2014-01-24 Thread David Wittman
Hey Sascha, I usually refer to that same link from my first post, it's a sample configuration with all of the config options for nova.conf. Dave On Fri, Jan 24, 2014 at 8:53 AM, Sascha Vogt wrote: > Hi David, > > thanks alot, that was it :) > > I find it very hard, to get a list of all suppor

Re: [Openstack] Havana / nova-network - Multi-Node setup, dnsmasq uses the same IP on multiple nodes

2014-01-24 Thread Sascha Vogt
Hi David, thanks alot, that was it :) I find it very hard, to get a list of all supported options in nova.conf (and the other confs as well) and what they mean. Is there an easy overview of all of them??? Greetings -Sascha- Am 24.01.2014 15:47, schrieb David Wittman: > It sounds like you may ha

Re: [Openstack] Havana / nova-network - Multi-Node setup, dnsmasq usesthe same IP on multiple nodes

2014-01-24 Thread Sascha Vogt
Hi Ritesh, I was missing the share_dhcp_address=True option in nova.conf, setting that to False solves the issue. The network was specified as multi-host T and the bridge IS created automatically. The issue was the IP which was assigned to the bridge. It was the same on all nodes (which is bad, a

Re: [Openstack] Havana / nova-network - Multi-Node setup, dnsmasq uses the same IP on multiple nodes

2014-01-24 Thread David Wittman
It sounds like you may have `share_dhcp_address` set to True in your nova.conf: https://github.com/openstack/nova/blob/master/etc/nova/nova.conf.sample#L1231-L1235 Dave On Fri, Jan 24, 2014 at 7:22 AM, Sascha Vogt wrote: > Hi all, > > I have a Multi-Node, Single-NIC setup. All machines only h

Re: [Openstack] Havana / nova-network - Multi-Node setup, dnsmasq usesthe same IP on multiple nodes

2014-01-24 Thread Ritesh nanda
Hello Sascha, Its an multi host nova-network setup depicted there, so nova-network will handle network of its compute node. While creating a network specify multi-host T , in that case when a machine is created on a compute node bridge would be automatically created on each compute node. Rega

Re: [Openstack] Network interfaces with VMware & Neutron OVS

2014-01-24 Thread Romain Ziba
Hi, I've just found that Nicira NVP doesn't exist anymore: No more packages neutron-plugin-nicira. It seems that VMware now works on VMware NSX and this is not available by downloading... Am I right? If yes, what are my options? Thanks beforehand. Romain 2014/1/24 Romain Ziba > Hello, > thanks

[Openstack] Havana / nova-network - Multi-Node setup, dnsmasq uses the same IP on multiple nodes

2014-01-24 Thread Sascha Vogt
Hi all, I have a Multi-Node, Single-NIC setup. All machines only have a single NIC. I created a virtual network (using gretap tunnels - aka layer2-over-layer3 tunnel) to connect all machines and have one br-int bridge which all VMs are attached to. nova-network runs on all machines and correctly

Re: [Openstack] How to configure ESX datastore as a cinder backend storage

2014-01-24 Thread Subramanian
Hi Rajshree, The vmware_wsdl_location needs to be set only if you want to over ride the default location it is hosted on vCenter server. Normally you would never need to set this. Regarding reboot of instance. Once the volume is attached it is presented to the VM as a new block device. You would

Re: [Openstack] Network interfaces with VMware & Neutron OVS

2014-01-24 Thread Romain Ziba
Hello, thanks Gary. You've just confirmed my fear... Do you have a link that explains precisely how to setup the NVP plugin? I've found some documentation around the official documentation but it's not very detailed. Thanks & Best regards. Romain. 2014/1/24 Gary Kotton > Hi, > At the moment th

[Openstack] Access to internal network

2014-01-24 Thread Gonzalo Aguilar Delgado
Hi I have a fairly simple topology. When a tenant is created we assign a int-net so they can work out. And we add a new router that conects their int-net to the external network with the router you can see. With amazon you have access to the int-net directly v

Re: [Openstack] Ubuntu 12.04 / Havana / Enable migration

2014-01-24 Thread Sascha Vogt
Hi all, found it myself ;) Stupid me moved /var/lib/nova to /srv/nova and didn't update the user home in /etc/passwd... So authorized_keys was not found. Not sure if related, I also gave the nova user a login shell (bash). Greetings -Sascha- Am 24.01.2014 10:25, schrieb Sascha Vogt: > Hi all, >

Re: [Openstack] How to configure ESX datastore as a cinder backend storage

2014-01-24 Thread Rajshree Thorat
Hi All, The problem is solved by pointing vmware_wsdl_location parameter to right location where VMware SDK placed. Now I could successfully attach cinder volumes to instances. However, I had to reboot the instance to get it to pick up the attached volume. Is there a way to pick up the attach

Re: [Openstack] Network interfaces with VMware & Neutron OVS

2014-01-24 Thread Gary Kotton
Hi, At the moment the only supported Neutron plugin with the VMware drivers is the NVP plugin. The NVP works with hybrid setups. Thanks Gary From: Romain Ziba mailto:romain.z...@gmail.com>> Date: Friday, January 24, 2014 11:24 AM To: "openstack@lists.openstack.org

[Openstack] [Neutron-ML2] Unit testing ML2 Mechanism driver

2014-01-24 Thread trinath.soman...@freescale.com
Hi- While running unit test case for test the ML2 mechanism driver, I have got this error. Command: tox -epy27 -- neutron.tests.unit.ml2.drivers.test_fslsdn_mech.TestFslSdnMechanismDriver.test_create_network_postcommit Error output: ... ... byte-compiling /root/neutron_icehouse/neutron-20

Re: [Openstack] How to configure ESX datastore as a cinder backend storage

2014-01-24 Thread Subramanian
Hi Rajshree, I presume you are using the driver configuration in right cinder config file? The default is /etc/cinder/cinder.conf file. Would you mind sharing the entire conf file contents so that I can look at the scheduler options? The defaults should work for ESX though. >From the log snippet

[Openstack] How to configure ESX datastore as a cinder backend storage

2014-01-24 Thread Rajshree Thorat
Hi All, I'm deploying OpenStack Havana for provisioning VMs using ESXi as a hypervisor. I want to use ESX datastore as a cinder backend storage. However, when I try to create a volume, it gives me the following error. 2014-01-23 06:35:02.960 2862 ERROR cinder.scheduler.filters.capacity_filte

[Openstack] Ubuntu 12.04 / Havana / Enable migration

2014-01-24 Thread Sascha Vogt
Hi all, I have a multi node setup and wanted to play with migration. Currently I'm getting strange SSH errors. I followed the http://docs.openstack.org/havana/install-guide/install/apt/content/ guide. The first error was a host key verification error. After adding an SSH config to /.ssh/config an

[Openstack] Network interfaces with VMware & Neutron OVS

2014-01-24 Thread Romain Ziba
Hello, I've configured a multi-node infrastructure with a controller and two compute nodes. One of the compute node is a basic QEMU and the other one is a VMware compute node using the VMwareESXDriver. On the controller, I have configured Neutron using OpenVSwitch. Everything works fine with a VM