[Openstack] faile scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury
hi, I used packstack to make a two node openstack deployment with quantum(vlan) on Scientific linux 6. I configured EPEL using: rpm -Uvh http://mirror.uv.es/mirror/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm I upgraded the dnsmasq using: yum install

Re: [Openstack] VM do not get ip when use quantum

2013-07-11 Thread Arindam Choudhury
Hi, I had the same problem. I found a solution in RDO Openstack forum. link: http://openstack.redhat.com/forum/discussion/comment/561#Comment_561 1) stop quantum services and remove ports from ovs. # ovs-vsctl del-port br-int x # ovs-vsctl del-port br-ext x It's cleaned up as: #

Re: [Openstack] failed scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury
I am getting these errors in compute node: 2013-07-11T23:22:12Z|00301|bridge|INFO|bridge br-int: added interface qvo891434de-33 on port 5 2013-07-11T23:22:12Z|00302|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-ex device failed: Device or resource busy

Re: [Openstack] failed scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury
I am on scientific Linux. I have set veth to true. doing that masked the error from quantum logs but it still can be found in openvswitch logs. --- Original Message --- From: Haitao Jiang jianghai...@gmail.com Sent: July 12, 2013 2:16 AM To: Arindam Choudhury arin...@live.com Cc: openstack

[Openstack] Failed to boot vm in OpenStack Grizzly

2013-07-06 Thread Arindam Choudhury
Hi, I am deploying OpenStack Grizzly with Neutron(Quantum)+GRE using DevStack( Grizzly branch) on Fedora 18(spanish): Whenever I try to instantiate a virtual machine I get the following error: libvir: QEMU Driver error : error interno Proceso finalizado mientras se leía el resultado console

Re: [Openstack] [Grizzly][Quantum] Fail scheduling network

2013-07-01 Thread Arindam Choudhury
Hi, Having the same problem. Any help please. Date: Mon, 24 Jun 2013 10:27:12 -0400 From: swinc...@gmail.com To: openstack@lists.launchpad.net Subject: [Openstack] [Grizzly][Quantum] Fail scheduling network Hi everyone, I am getting this warning (which seems more like an error) when trying

Re: [Openstack] CloudFoundry on Openstack Grizzly Part 1

2013-06-10 Thread Arindam Choudhury
Thanks a lot. Date: Fri, 7 Jun 2013 17:07:22 +0200 From: i...@honeybutcher.de To: openstack@lists.launchpad.net Subject: [Openstack] CloudFoundry on Openstack Grizzly Part 1 Heyho guys, I've written the first part how to deploy cloudfoundry on OpenStack The second will coming soon.

[Openstack] DevStack Question

2013-05-12 Thread Arindam Choudhury
Hi, If the script is updated to use cloud repository instead of source code, it can be used as an automatic installer. Have anybody done it yet? Regards, Arindam ___ Mailing list:

[Openstack] no IP for vm with quantum gre tunneling

2013-05-02 Thread Arindam Choudhury
Hi, I am very new to openstack. I am trying to install grizzly with quantum using gre and tunneling. # nova-manage service list Binary Host Zone Status State Updated_At nova-conductor aopcsos internal

Re: [Openstack] no IP for vm with quantum gre tunneling

2013-05-02 Thread Arindam Choudhury
/default/quantum-server, quantum.conf, quantum dhcp conf? On Thu, May 2, 2013 at 4:15 PM, Arindam Choudhury arin...@live.com wrote: Hi, I am very new to openstack. I am trying to install grizzly with quantum using gre and tunneling. # nova-manage service list Binary Host

[Openstack] quantum-server Fail scheduling network

2013-04-30 Thread Arindam Choudhury
Hi, I am getting this error when I try to launch a VM. dhcp-agent.log : BLANK quantum-server.log: 2013-04-30 12:31:14 WARNING [quantum.api.extensions] Extension port-security not supported by any of loaded plugins 2013-04-30 12:31:14 WARNING [quantum.api.extensions] Extension lbaas not

[Openstack] help needed to configure quantum

2013-04-30 Thread Arindam Choudhury
Hi, I need help. Any help will be highly appreciated. My VM dont get any ip address: Here is all my config files. Giving in links so the mail can be more readable: nova.conf : https://gist.github.com/arindamchoudhury/5489503 nova: api-paste.ini : https://gist.github.com/arindamchoudhury/5489499

[Openstack] quantum-plugin-openvswitch-agent error

2013-04-29 Thread Arindam Choudhury
Hi, I am getting the following error. Any help will be highly appreciated. head /var/log/quantum/ovs-agent.log 2013-04-29 16:59:15ERROR [quantum.agent.linux.ovs_lib] Unable to execute ['ovs-vsctl', '--timeout=2', '--', '--if-exists', 'del-port', 'br-int', 'patch-tun']. Exception:

Re: [Openstack] quantum-plugin-openvswitch-agent error

2013-04-29 Thread Arindam Choudhury
Solved by adding root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf in /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini From: arin...@live.com To: openstack@lists.launchpad.net Date: Mon, 29 Apr 2013 17:36:25 +0200 Subject: [Openstack]

[Openstack] error while spawning vm

2013-04-29 Thread Arindam Choudhury
Hi, My setup is: # nova-manage service list Binary Host Zone Status State Updated_At nova-conductor aopcsos internal enabled :-) 2013-04-29 17:10:58 nova-console aopcsos

Re: [Openstack] error while spawning vm

2013-04-29 Thread Arindam Choudhury
/network/linux_net.py: 'brctl', 'addif', bridge, interface/etc/nova/rootwrap.d/network.filters:brctl: CommandFilter, brctl, root On Mon, Apr 29, 2013 at 10:21 AM, Arindam Choudhury arin...@live.com wrote: Hi, My setup is: # nova-manage service list Binary Host

Re: [Openstack] quantum-plugin-openvswitch-agent error

2013-04-29 Thread Arindam Choudhury
All the world's a stage and most of us are desperately unrehearsed. -- Sean O'Casey From: Arindam Choudhury arin...@live.com To: openstack openstack@lists.launchpad.net, Date

[Openstack] nova-network no ip for vm

2013-04-25 Thread Arindam Choudhury
Hi, I am really stuck, any help will be highly appreciated. I installed a two node openstack deployment on debian wheezy: # nova-manage service list Binary Host Zone Status State Updated_At nova-network aopcach

Re: [Openstack] nova-network no ip for vm

2013-04-25 Thread Arindam Choudhury
-network no ip for vm To: arin...@live.com; openstack@lists.launchpad.net Hi, A place to look for eventually error messages is also /var/log/messages. Look for dnsmasq related message and post them here. Regards,Gabriel From: Arindam Choudhury arin...@live.com To: openstack openstack

Re: [Openstack] nova-network no ip for vm

2013-04-25 Thread Arindam Choudhury
br100 to look for the bootpc packets that the port receives and sends.Also here from your paste of ifconfig -a I don't see the bridge interface... Regards,Gabriel From: Arindam Choudhury arin...@live.com To: Staicu Gabriel gabriel_sta...@yahoo.com; openstack openstack@lists.launchpad.net

[Openstack] nova-network: how to remove

2013-04-25 Thread Arindam Choudhury
Hi, I mistakenly installed nova-network in a compute node and its became the default one. Though I can start the nova-network in the controller, it does not start the dnsmasq. How to disable the nova-network from the compute node and enable the one in the controller?

Re: [Openstack] nova-network no ip for vm

2013-04-25 Thread Arindam Choudhury
. -- Sean O'Casey From: Arindam Choudhury arin...@live.com To: Staicu Gabriel gabriel_sta...@yahoo.com, openstack openstack@lists.launchpad.net, Date: 04/25/2013 04:19 AM Subject: Re: [Openstack

Re: [Openstack] nova-network no ip for vm

2013-04-25 Thread Arindam Choudhury
From: Arindam Choudhury arin...@live.com To: Jay S Bryant/Rochester/IBM@IBMUS, openstack openstack@lists.launchpad.net, Date: 04/25/2013 11:42 AM Subject: RE: [Openstack] nova-network no ip for vm

[Openstack] error in nova-network start-up

2013-04-24 Thread Arindam Choudhury
Hi, When I try to start the nova-network, I am getting this error: 2013-04-24 11:12:30.926 10327 AUDIT nova.compute.resource_tracker [-] Auditing locally available compute resources 2013-04-24 11:12:31.064 10327 AUDIT nova.compute.resource_tracker [-] Free ram (MB): 7472 2013-04-24

Re: [Openstack] error in nova-network start-up

2013-04-24 Thread Arindam Choudhury
- Nuage Corazique.mahroua@gmail.comTel : +33 9 72 37 94 15 Le 24 avr. 2013 à 11:13, Arindam Choudhury arin...@live.com a écrit :Hi, When I try to start the nova-network, I am getting this error: 2013-04-24 11:12:30.926 10327 AUDIT nova.compute.resource_tracker [-] Auditing locally available

Re: [Openstack] error in nova-network start-up

2013-04-24 Thread Arindam Choudhury
a $ kill 9033 and you should be good! Razique Mahroua - Nuage Corazique.mahroua@gmail.comTel : +33 9 72 37 94 15 Le 24 avr. 2013 à 11:52, Arindam Choudhury arin...@live.com a écrit :Hi, Thanks for your reply, Here is the output: netstat -tanpu | grep LISTEN tcp0 0 0.0.0.0:4369

[Openstack] problem with metadata and ping

2013-04-24 Thread Arindam Choudhury
Hi, I having problem with metadata service. I am using nova-network. The console log says: Starting network...udhcpc (v1.18.5) startedSending discover...Sending discover...Sending discover...No lease, failingWARN: /etc/rc3.d/S40network failedcloudsetup: checking

Re: [Openstack] problem with metadata and ping

2013-04-24 Thread Arindam Choudhury
hi, I was misled by this: [(keystone_user)]$ nova list +--+++---+ | ID | Name | Status | Networks |

Re: [Openstack] problem with metadata and ping

2013-04-24 Thread Arindam Choudhury
From: Arindam Choudhury arin...@live.com To: openstack openstack@lists.launchpad.net, Date: 04/24/2013 10:12 AM Subject: Re: [Openstack] problem with metadata and ping Sent

[Openstack] probelm with nova-network

2013-04-24 Thread Arindam Choudhury
Hi, I having problem with nova-network service. Though [(keystone_user)]$ nova list +--+++---+ | ID | Name | Status | Networks |

Re: [Openstack] problem with metadata and ping

2013-04-24 Thread Arindam Choudhury
From: Arindam Choudhury arin...@live.com To: Jay S Bryant/Rochester/IBM@IBMUS, openstack openstack@lists.launchpad.net, Date: 04/24/2013 10:47 AM Subject: RE: [Openstack] problem with metadata and ping Hi

Re: [Openstack] problem with metadata and ping

2013-04-24 Thread Arindam Choudhury
All the world's a stage and most of us are desperately unrehearsed. -- Sean O'Casey From: Arindam Choudhury arin...@live.com To: Jay S Bryant/Rochester/IBM@IBMUS

[Openstack] [debian] questions?

2013-04-23 Thread Arindam Choudhury
Hi, I am following this tutorial http://docs.openstack.org/trunk/openstack-compute/install/apt/content/installing-the-cloud-controller.html to install grizzly using deb http://archive.gplhost.com/debian grizzly main deb http://archive.gplhost.com/debian grizzly-backports main When I tried

[Openstack] keystone-manage db_sync error

2013-04-17 Thread Arindam Choudhury
Hi, any help will be highly appreciated. I am following http://docs.openstack.org/trunk/openstack-compute/install/apt/content/install-keystone.html. mysql select User,Host from mysql.user; +--+---+ | User | Host |

Re: [Openstack] keystone-manage db_sync error

2013-04-17 Thread Arindam Choudhury
thanks, GRANT ALL ON keystone.* TO 'keystone'@'192.168.122.10' IDENTIFIED BY 'keystone'; fixed the issue. but then: GRANT ALL ON keystone.* TO 'keystone'@'%' IDENTIFIED BY 'keystone'; what it does? From: robert.vanleeu...@spilgames.com To: openstack@lists.launchpad.net Date: Wed, 17 Apr 2013

[Openstack] error installing nova in ubuntu

2013-04-17 Thread Arindam Choudhury
Hi, I am this guide for installation http://docs.openstack.org/trunk/openstack-compute/install/apt/content/compute-create-network.html I am stuck now. Any help will be highly appreciated. [(keystone_admin)]# nova-manage db sync 2013-04-17 16:28:25 22384 DEBUG nova.utils [-] backend module

Re: [Openstack] [folsom][quantum-server][horizon] error in horizon and quantum server

2013-04-15 Thread Arindam Choudhury
On 04/11/2013 07:04 PM, Arindam Choudhury wrote: Hi, I am a openstack newbie and trying to install folsom on fedora 18. I have so far configured. $ openstack-status == Nova services == openstack

[Openstack] error in quantum in folsom

2013-04-12 Thread Arindam Choudhury
Hi, I am new to openstack and I am trying to install openstack folsom on fedora 18. any help will be highly appreciated. while installing quantum I got this error: [(keystone_admin)]$ quantum net-create --tenant-id 112a75ab04224fa3b44109a6c4859c28 net1 [Errno 110] Connection timed out

[Openstack] [quantum][folsom] error with dhcp agent

2013-04-11 Thread Arindam Choudhury
Hi, I am trying to install openstack folsom on fedora 18. while installing quantum I am having this problem: # cat dhcp-agent.log 2013-04-11 12:53:31 INFO [quantum.common.config] Logging enabled! 2013-04-11 12:55:39ERROR [quantum.openstack.common.rpc.impl_qpid] Unable to connect to

Re: [Openstack] [quantum][folsom] error with dhcp agent

2013-04-11 Thread Arindam Choudhury
] error with dhcp agent On 04/11/2013 01:59 PM, Arindam Choudhury wrote: Hi, I am trying to install openstack folsom on fedora 18. while installing quantum I am having this problem: # cat dhcp-agent.log 2013

[Openstack] [folsom][quantum-server][horizon] error in horizon and quantum server

2013-04-11 Thread Arindam Choudhury
Hi, I am a openstack newbie and trying to install folsom on fedora 18. I have so far configured. $ openstack-status == Nova services == openstack-nova-api: active openstack-nova-cert: active openstack-nova-compute: active openstack-nova-network: inactive

[Openstack] [Folsom]Very slow Openstack Dashboard

2013-04-10 Thread Arindam Choudhury
Hi, I am installing OpenStack Folsom on Fedora 18. The openstack dashboard is very slow and its giving the following error message: Error: Unable to retrieve quota information. I have followed this instructions: # yum install openstack-dashboard memcached -ymodify CACHE_BACKEND =

[Openstack] Openstack daemons in Multi node configurations

2013-04-09 Thread Arindam Choudhury
Hi, I am very new and trying to make a small openstack private cloud. I also want to deploy quantum networking. I am overwhelmed by the number of available daemons and want to make sure that I am doing it right. so, controller node daemons are : == Nova services == openstack-nova-api

Re: [Openstack] Openstack daemons in Multi node configurations

2013-04-09 Thread Arindam Choudhury
in compute nodes. - libvirtd should run in the compute node. HTH, --Mouad On Tue, Apr 9, 2013 at 1:24 PM, Arindam Choudhury arin...@live.com wrote: Hi, I am very new and trying to make a small openstack private cloud. I also want to deploy quantum networking. I am overwhelmed

[Openstack] Questions about Openstack deployment

2013-04-08 Thread Arindam Choudhury
Hi, I am new to openstack and I have several questions. I will be grateful if somebody will be kind enough to answer me. I am going to set up a small openstack deployment with 1 controller and 10 compute nodes. Is it possible to have fedora 18 controller and debian wheezy compute nodes? Is

Re: [Openstack] Questions about Openstack deployment

2013-04-08 Thread Arindam Choudhury
Hi, Thanks for your reply. So, Its better to stick to only one distribution. I am trying out folsom as debian wheezy supports this. can you please direct me to some tutorial on how to do that? Date: Mon, 8 Apr 2013 07:35:41 -0600 From: m...@tpsit.com To: arin...@live.com CC:

[Openstack] [Folfsom][Cinder] cinder list ERROR: Malformed request url (HTTP 400)

2013-04-05 Thread Arindam Choudhury
Hi, I am trying to install OpenStack Folsom on Fedora 18. So far I have installed: $ openstack-status == Glance services == openstack-glance-api: active openstack-glance-registry:active == Keystone service == openstack-keystone: active == Cinder services ==

Re: [Openstack] [Folfsom][Cinder] cinder list ERROR: Malformed request url (HTTP 400)

2013-04-05 Thread Arindam Choudhury
[(keystone_user)]$ cinder --debug list connect: (158.109.65.21, 5000) send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 158.109.65.21:5000\r\nContent-Length: 97\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nuser-agent:

Re: [Openstack] [Folfsom][Cinder] cinder list ERROR: Malformed request url (HTTP 400)

2013-04-05 Thread Arindam Choudhury
://192.168.122.215:8776/v1/%(tenant_id)s -Dolph On Fri, Apr 5, 2013 at 7:58 AM, Arindam Choudhury arin...@live.com wrote: [(keystone_user)]$ cinder --debug list connect: (158.109.65.21, 5000) send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 158.109.65.21:5000\r\nContent-Length: 97\r

Re: [Openstack] error while restarting glance-api

2013-04-03 Thread Arindam Choudhury
Hi, It resolved. The command needed to be issued is: service openstack-glance-api restart Date: Tue, 2 Apr 2013 18:52:22 +0200 From: cazzaniga.san...@gmail.com To: openstack@lists.launchpad.net Subject: Re: [Openstack] error while restarting glance-api Le 02/04/2013 18:48, Arindam Choudhury

[Openstack] error when trying to start glance api

2013-04-03 Thread Arindam Choudhury
Hi, I am trying to install openstack folsom on fedora 18 using openstack install guide. i changed the /etc/glance/glance-api.conf as mentioned. Then I did: systemctl enable /usr/lib/systemd/system/openstack-glance-api.service and when I try to start the service: service openstack-glance-api

[Openstack] error configuring keystone

2013-04-02 Thread Arindam Choudhury
Hi, I am new to OpenStack. I am trying to install OpenStack Folsom on Fedora 18. I am following the online documentation. I am getting this error while configuring keystone: [root@XX ~]# keystone --os-username=admin --os-password=admin --os-auth-url=http://XX:35357/v2.0 token-get WARNING:

Re: [Openstack] error configuring keystone

2013-04-02 Thread Arindam Choudhury
the credentials you're providing on the command line -- I'm not a fan of this behavior myself :( unset the endpoint token from env, and token-get should behave as expected. -Dolph On Tue, Apr 2, 2013 at 10:24 AM, Arindam Choudhury arin...@live.com wrote: Hi, I am new to OpenStack. I am trying

Re: [Openstack] error configuring keystone

2013-04-02 Thread Arindam Choudhury
over the credentials you're providing on the command line -- I'm not a fan of this behavior myself :( unset the endpoint token from env, and token-get should behave as expected. -Dolph On Tue, Apr 2, 2013 at 10:24 AM, Arindam Choudhury arin...@live.com wrote: Hi, I am new to OpenStack. I

[Openstack] error while restarting glance-api

2013-04-02 Thread Arindam Choudhury
Hi, I am installing openstack folsom in fedora 18. I am following the online documentation. While configuring glance, i am having this problem: #service glance-api restart Redirecting to /bin/systemctl restart glance-api.service Failed to issue method call: Unit glance-api.service failed to

Re: [Openstack] error while restarting glance-api

2013-04-02 Thread Arindam Choudhury
To: openstack@lists.launchpad.net Subject: Re: [Openstack] error while restarting glance-api Le 02/04/2013 18:48, Arindam Choudhury a écrit : Hi, I am installing openstack folsom in fedora 18. I am following the online documentation. While configuring glance, i am having this problem: #service

Re: [Openstack] error while restarting glance-api

2013-04-02 Thread Arindam Choudhury
Hi, I have attached the glance-api.conf Date: Tue, 2 Apr 2013 18:58:25 +0200 From: cazzaniga.san...@gmail.com To: arin...@live.com CC: openstack@lists.launchpad.net Subject: Re: [Openstack] error while restarting glance-api Le 02/04/2013 18:55, Arindam Choudhury a écrit : Hi, I