[Openstack] faile scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury
CONFIG_QUANTUM_OVS_BRIDGE_MAPPINGS=default:br-ex Then I created a non-admin user and followed this http://docs.openstack.org/grizzly/openstack-network/admin/content/demo_logical_network_config.html tutorial to create the networks. [arindam@sl-1 ~(keystone_user)]$ quantum net-list

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
/grizzly/openstack-network/admin/content/demo_logical_network_config.html tutorial to create the networks. [arindam@sl-1 ~(keystone_user)]$ quantum net-list +--+-+--+ | id

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: https://launchpad.net

Re: [Openstack] DevStack Question

2013-05-12 Thread arindam
hi, Any prescribed auto installer for grizzly with quantum gre tunneling support? --- Original Message --- From: Matt Joyce matt.jo...@cloudscaling.com Sent: May 12, 2013 11:57 PM To: Arindam Choudhury arin...@live.com Cc: openstack openstack@lists.launchpad.net Subject: Re: [Openstack] DevStack

[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
] quantum-plugin-openvswitch-agent error From: jsbry...@us.ibm.com Date: Mon, 29 Apr 2013 15:28:03 -0500 Arindam, Do you have sudo configured properly? Something like the following? Defaults:quantum !requiretty quantum ALL = (root) NOPASSWD: /usr/bin/quantum-rootwrap Jay S. Bryant

[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
: jsbry...@us.ibm.com Date: Thu, 25 Apr 2013 11:32:18 -0500 Arindam, I realized last night that the iptables command I sent didn't have the right network interface specification for your environment. It should have been: iptables -I INPUT -i interface on control node to the compute nodes -p

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

2013-04-25 Thread Arindam Choudhury
Thanks. To: arin...@live.com CC: openstack@lists.launchpad.net Subject: RE: [Openstack] nova-network no ip for vm From: jsbry...@us.ibm.com Date: Thu, 25 Apr 2013 11:59:10 -0500 Arindam, You need to make sure that nova-network is not started and that quantum is started on your control node

[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
: razique.mahr...@gmail.com Date: Wed, 24 Apr 2013 11:37:15 +0200 CC: openstack@lists.launchpad.net To: arin...@live.com Hi Arindam, looks like the port you are trying to bind the process to is already used, can you run : $ netstat -tanpu | grep LISTENand paste the output?thanks! Razique Mahroua

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
in controller or in compute nodes also. To: arin...@live.com Subject: Re: [Openstack] problem with metadata and ping From: jsbry...@us.ibm.com Date: Wed, 24 Apr 2013 10:17:41 -0500 Arindam, I saw a similar problem with quantum. If you have iptables running on the hosting system you may need to update

[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
...@live.com CC: openstack@lists.launchpad.net Subject: RE: [Openstack] problem with metadata and ping From: jsbry...@us.ibm.com Date: Wed, 24 Apr 2013 10:55:12 -0500 Arindam, Ooops, I had a typo. The command should have been: iptables -I input -i tap+ -p udp -dport 67:68 --sport 67:68 -j ACCEPT

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
install openstack-quantum -y# yum install openstack-quantum-openvswitch -y # source /home/arindam/keystonerc_admin [(keystone_admin)]# openstack-config --set /etc/quantum/quantum.conf DEFAULT rpc_backend quantum.openstack.common.rpc.impl_qpid[(keystone_admin)]# openstack-config --set /etc

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
/quantum/server.log: [arindam@aopcach ~]$ cat /var/log/quantum/server.log 2013-04-11 17:45:23 INFO [quantum.common.config] Logging enabled! 2013-04-11 17:45:23 INFO [quantum.common.config] Config paste file: /etc/quantum/api-paste.ini 2013-04-11 17:45:23 INFO [quantum.manager] Loading

[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

Re: [Openstack] error when trying to start glance api

2013-04-03 Thread arindam
(GMT+01:00) To: Arindam Choudhury arin...@live.com Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] error when trying to start glance api Arindam, This looks like a file permissions issue. What user are you when  you try to start the service, what are the permissions and ownership

[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
Hi, I just followed the online document for installing Openstack folsom in fedora 18. Sent from Samsung Mobile Original message From: Sandro CAZZANIGA cazzaniga.san...@gmail.com Date: To: Arindam Choudhury arin...@live.com Cc: openstack@lists.launchpad.net Subject: Re

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