Re: [Openstack] Neutron network node setup

2014-04-07 Thread Md. Maruful Hassan
Sorry .. in my previous email .. replace the IP address appropriately in br-ex bridge definition file -- m@ruf On Mon, Apr 7, 2014 at 4:44 PM, Md. Maruful Hassan wrote: > I think you should have > > On controller node - > > 1. neutron-server running > 2. plugin.ini network_vlan_ranges = physnet

Re: [Openstack] Help with ML2 + Flat Network - Errors on logs while trying it - Instance not created

2014-04-07 Thread Martinx - ジェームズ
Well Tom, I prefer a more "direct" documentation (quick guide) approach, I mean, which can be at least, used as a "cut and paste" guide, in one big page, with all the required steps there and, less theory plus a real world and working example, from the beginning to the end of the guide... * Insta

Re: [Openstack] Help with ML2 + Flat Network - Errors on logs while trying it - Instance not created

2014-04-07 Thread Ashok Kumaran
Hey Martin, I agree with your point that the flat environment has no connection with floating ip's however current dashboard code assumes that you enable L3 extension by default,. I have raised a bug sometime back https://bugs.launchpad.net/horizon/+bug/1292022 as a workaround you might wanna ad

Re: [Openstack] Help with ML2 + Flat Network - Errors on logs while trying it - Instance not created

2014-04-07 Thread Martinx - ジェームズ
Hey Ashok! Thank you for your really fast answer! Now, I'm sure that I'm facing the bug 1292022... I'll take a look into your workaround. Best, Thiago On 7 April 2014 04:02, Ashok Kumaran wrote: > Hey Martin, > > I agree with your point that the flat environment has no connection with > floa

[Openstack] Glance authentication/authorisation error.

2014-04-07 Thread Adam Clark
Hi all, I am slowly putting my OpenStack deployment together and have run into an issue with Glance and Keystone. If I set my paste_deploy flavour to empty glance works perfectly fine. I can upload and list images. Keystone related options in glance-api.conf [keystone_authtoken] auth_host = lo

[Openstack] VLAN configs

2014-04-07 Thread Erich Weiler
Hey Y'all, If I'm using VLAN as network_type for my internal tenant networks, I assume I need to configure the switchports on my switch for the compute nodes and network node as trunk ports yes? Do I need to do any special trunk config to my data interfaces on my compute nodes and network no

Re: [Openstack] VLAN configs

2014-04-07 Thread Diop Samba
Hi, Yes you should setup a trunk port on your physical switch for your compute and network nodes. On network and computes nodes openvswitch will do the trick if well configured. Here is a sample configuration of your /etc/neutron/plugin.ini network~ # ls -l /etc/neutron/plugin.ini lrwxrwxrwx.

[Openstack] [openstack] [diagnostic] Diagnostic and config validation @Atlanta Summit

2014-04-07 Thread Oleg Gelbukh
Greetings, stackers Everyone knows that finding out the root cause of some failure in OpenStack with many projects interacting with each other and external components could be a challenge even for seasoned stacker. I've seen more than one attempt to attack this task since I joined this community (

[Openstack] OpenStack + backend nfs

2014-04-07 Thread Alexandre De Carvalho
Hi, I would like use a nfs storage like backend. So i modified my file cinder.conf and restart openstack-cinder-volume. But i have this error (/var/log/cinder-all.log) : Stderr: 'mount: wrong fs type, bad option, bad superblock on X.X.X.X:/mnt/volume1,\n missing codepage or helper program,

Re: [Openstack] Help with ML2 + Flat Network - Errors on logs while trying it - Instance not created

2014-04-07 Thread Tom Fifield
On 07/04/14 14:56, Martinx - ジェームズ wrote: Well Tom, I prefer a more "direct" documentation (quick guide) approach, I mean, which can be at least, used as a "cut and paste" guide, in one big page, with all the required steps there and, less theory plus a real world and working example, from the b

Re: [Openstack] OpenStack + backend nfs

2014-04-07 Thread Diop Samba
Hello, I don't think that your issue has any relation with openstack. Please remove and reinstall again your nfs client package and dependencies. -- SND From: Alexandre De Carvalho [mailto:[email protected]] Sent: lundi 7 avril 2014 12:00 To: [email protected] Subject:

[Openstack] Create new OpenStack service

2014-04-07 Thread Divya Kk
Hi, I am looking for some guidelines towards creating a new OpenStack service just to try out one. .Are there any around ? Thanks ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected]

Re: [Openstack] Create new OpenStack service

2014-04-07 Thread Debojyoti Dutta
Hi You might want to ask Jay Pipes on IRC ... he had started creating some code a while back more like a reference code stack debo On Mon, Apr 7, 2014 at 3:40 AM, Divya Kk wrote: > Hi, > > I am looking for some guidelines towards creating a new OpenStack service > just to try out one. .Are

[Openstack] [Cinder] Icehouse RC2 available

2014-04-07 Thread Thierry Carrez
Hello everyone, Due to various release-critical issues detected in Cinder icehouse RC1, a new release candidate was just generated. You can find a list of the 10 bugs fixed and a link to the RC2 source tarball at: https://launchpad.net/cinder/icehouse/icehouse-rc2 Unless new release-critical iss

[Openstack] error while creating default Security Group

2014-04-07 Thread Carlos Miranda Molina (Mstaaravin)
Hello, i have a OpenStack Havana installation on my test laboratory, at this moment all works fine except Security Group creation. Over Horizon with debug enabled and cli i get this error root@controller01-opslab:~# nova secgroup-create default 'Default security group' ERROR: The server has eithe

[Openstack] Using GlusterFS as backend for Glance

2014-04-07 Thread Ignacio Bravo
Does anyone has a particular recommendation on what is a best practice for implementing Gluster as the Backend for Glance? The docs allow Glance to be implemented on top of a filesystem, which could be mounted directly to a Gluster mount. That is would be the base case. But I also read some do

Re: [Openstack] VLAN configs

2014-04-07 Thread Erich Weiler
Here is a sample configuration of your /etc/neutron/plugin.ini network~ # ls -l /etc/neutron/plugin.ini lrwxrwxrwx. 1 neutron neutron 42 Feb 10 14:32 /etc/neutron/plugin.ini -> plugins/openvswitch/ovs_neutron_plugin.ini network~ # [OVS] integration_bridge = br-int tenant_network_type = vlan ena

[Openstack] xenserver-core not working with openstack

2014-04-07 Thread Qin Jia
Hi, I installed xenserver-core on centos. It could start and stop instances using xe commands. I tried to install openstack in domU using devstack scripts. But it fails at *[ERROR] /opt/stack/devstack/functions-common:1164 More details about the above errors can be found with screen, with ./rejoin

Re: [Openstack] xenserver-core not working with openstack

2014-04-07 Thread Qin Jia
In addtion, there is an error message when running run.sh in domU. Error: Service n-cpu is not running Thanks, Qin On Mon, Apr 7, 2014 at 3:53 PM, Qin Jia wrote: > Hi, > > I installed xenserver-core on centos. It could start and stop instances > using xe commands. I tried to install openstack

[Openstack] Glance having problems with Keystone Authent/Author

2014-04-07 Thread Adam Clark
Hi all, I am slowly putting together my havana openstack deployment in a home lab, but I seem to have hit an issue with glance with the keystone authentication. I can set my paste_deploy flavor to an empty string and glance stores and lists images just fine. When enabling keystone auth I get t

Re: [Openstack] [Nova] Proposed removal of the PowerVM driver

2014-04-07 Thread Matt Riedemann
On 3/31/2014 12:48 PM, Florian Chazal wrote: Hi Matt, Regarding your answer the driver seems to handle VLAN mode but I still don't see how it can without a specific neutron plugin. From what I see from the code there is no any call for IVM "mkdev -vlan" and "-tagid" parameters. Should I exten

Re: [Openstack] VLAN configs

2014-04-07 Thread Xizhen Du
On Mon, Apr 07, 2014 at 12:40:46PM -0700, Erich Weiler wrote: > >Here is a sample configuration of your /etc/neutron/plugin.ini > >network~ # ls -l /etc/neutron/plugin.ini > >lrwxrwxrwx. 1 neutron neutron 42 Feb 10 14:32 /etc/neutron/plugin.ini -> > >plugins/openvswitch/ovs_neutron_plugin.ini > >