Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Dimitri Maziuk
On 01/15/2014 05:36 PM, Georgios Dimitrakakis wrote: > Thx, for the suggestions! > > So if I use FlatManager how can I create the network correct in order > for the instance to get an IP from a DHCP Server that I am running??? Is > the following correct and sufficient?? > nova network-create vmne

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Georgios Dimitrakakis
Thx, for the suggestions! So if I use FlatManager how can I create the network correct in order for the instance to get an IP from a DHCP Server that I am running??? Is the following correct and sufficient?? CONTROLLER NODE --- nova network-create vmnet --fixed-range-v4=X.X.X.128/

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Dimitri Maziuk
On 01/15/2014 03:18 PM, Georgios Dimitrakakis wrote: > Dear Dimitri and all, > do you define the static IP for br100 somewhere or not??? Yes, in my case it's in /etc/sysconfig/[network-scripts,networking/devices,networking/profiles/default]/ifcfg-br100 (it's the same file hardlinked from 3 places

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Georgios Dimitrakakis
Dear Dimitri and all, do you define the static IP for br100 somewhere or not??? Here is what I have: COMPUTE NODE # cat /etc/sysconfig/network-scripts/ifcfg-br100 DEVICE="br100" BOOTPROTO="static" NM_CONTROLLED="no" ONBOOT="yes" TYPE="Bridge" NAME="System br100" IPADDR=X.X.X.210 NE

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Remo Mattei
t; -Arindam > > > -Original Message- > From: Dimitri Maziuk [mailto:dmaz...@bmrb.wisc.edu] > Sent: Wednesday, January 15, 2014 1:30 PM > To: openstack@lists.openstack.org > Subject: Re: [Openstack] CentOS Network Create problem > > On 01/15/2014 08:23 AM, Geor

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Bhattacharjee, Arindam (Arindam)
from VM. Those would give you some clue to what's going on. -Arindam -Original Message- From: Dimitri Maziuk [mailto:dmaz...@bmrb.wisc.edu] Sent: Wednesday, January 15, 2014 1:30 PM To: openstack@lists.openstack.org Subject: Re: [Openstack] CentOS Network Create problem On 01/15/20

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Remo Mattei
What network (ip address) are you using to ssh into the cirrors box? Just to make sure since you may not have a route to it. Remo On Jan 15, 2014, at 10:29 AM, Dimitri Maziuk wrote: > On 01/15/2014 08:23 AM, Georgios Dimitrakakis wrote: >> Hi again...Long day with OpenStack today... >> >> I

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Dimitri Maziuk
On 01/15/2014 08:23 AM, Georgios Dimitrakakis wrote: > Hi again...Long day with OpenStack today... > > It seems that the problem with the br100 interface has been solved > partially since I can launch an instance but I am not able to ssh nor > ping the machine (although I have configured the secur

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Georgios Dimitrakakis
Floating IPs seems to be very difficult for the moment...so let's forget them!! The good news are that I have managed to boot an instance! The bad news are that I am not able to ssh to the CirrOS instance! What and where should I look?? I am confident that this has to do with the br100 not be

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Georgios Dimitrakakis
Can someone answer me the following question... If I want to have floating IPs should the br100 have static IP (and which? I mean should it be from the floating IP range???) or not?? What should the configuration for the br100 be if I want floating IPs? Best, G. On Mon, 13 Jan 2014 12:52:05

Re: [Openstack] CentOS Network Create problem

2014-01-13 Thread Thanassis Parathyras
Hi George, there a lot of deployment options for OpenStack and Networking services. First i need to clarify that OpenStack can be run in many different ways. That is running OpenStack services in different machines according to someone's needs. This means that controller and compute nodes can h

Re: [Openstack] CentOS Network Create problem

2014-01-12 Thread Georgios Dimitrakakis
No! Just a controller and a compute node! G. On Sun, 12 Jan 2014 15:12:56 -0800, Remo Mattei wrote: Do you have a network node? This is important not sure since I did not read all the emails so sorry if this has been already asked. Remo Inviato da iPhone () Il giorno Jan 12, 2014, alle ore

Re: [Openstack] CentOS Network Create problem

2014-01-12 Thread Remo Mattei
Do you have a network node? This is important not sure since I did not read all the emails so sorry if this has been already asked. Remo Inviato da iPhone () > Il giorno Jan 12, 2014, alle ore 14:54, Georgios Dimitrakakis > ha scritto: > > > Thank you all for your suggestions! > > I was

Re: [Openstack] CentOS Network Create problem

2014-01-12 Thread Georgios Dimitrakakis
Thank you all for your suggestions! I was (and still am) confused since the manual says that the nova-network create command should be run on the controller node. That is obviously failing because no br100 is defined. So do I have to put br100 on the controller as well or should I just create

Re: [Openstack] CentOS Network Create problem

2014-01-09 Thread Dimitri Maziuk
On 1/9/2014 4:11 AM, Georgios Dimitrakakis wrote: Hello again! No the br100 was not created automatically unfortunately! There is also this bug report: https://bugs.launchpad.net/openstack-manuals/+bug/1241331 I'm not 100% sure but I think in my case it did get created automatically when I tr

Re: [Openstack] CentOS Network Create problem

2014-01-09 Thread Thanassis Parathyras
Hi George, in the guide you are using nova-network service is deployed on the compute node, so you need br100 only on it (and every compute node) so forget what i wrote about controller and compute as a guide to setup br100 try this link (http://docs.openstack.org/grizzly/openstack-compute/ins

Re: [Openstack] CentOS Network Create problem

2014-01-09 Thread Georgios Dimitrakakis
Hello again! No the br100 was not created automatically unfortunately! There is also this bug report: https://bugs.launchpad.net/openstack-manuals/+bug/1241331 Since it wasn't created automatically I am asking if it has to be on both nodes (controller + compute) in order for the network to w

Re: [Openstack] CentOS Network Create problem

2014-01-09 Thread Thanassis Parathyras
Hi George, Personally i have not dealt with this setup, but i can follow and assist you further. According to the related bug report (https://bugs.launchpad.net/ubuntu/+bug/1243588) "br100 is automatically set up by nova-network, you do not need to manually create it" is that the case on your

Re: [Openstack] CentOS Network Create problem

2014-01-08 Thread Georgios Dimitrakakis
Dear Thanassi, thank you very much for your interest! First of all let me inform you that you are right and I am going with the first (a) approach (nova-network). The guide I was following and the place on which the specific problem arises is this one: http://docs.openstack.org/havana/install

Re: [Openstack] CentOS Network Create problem

2014-01-07 Thread Thanassis Parathyras
Hi George, It would be a pleasure to help you on this, do you still have problems with the deployment? In OpenStack there are two types of networking that can be used a)nova-network and b)neutron. Given your specified question i assume you are going with option a), then in that case the br100

[Openstack] CentOS Network Create problem

2013-12-27 Thread Georgios Dimitrakakis
Hi people! I am following the exact steps of the "Openstack Installation Guide" for Havana on a CentOS 6.5 The problem is that when I try create the network on the controller node using this : nova --debug network-create vmnet --fixed-range-v4=x.x.x.x/32 --bridge-interface=br100 --multi-ho