Re: [Openstack] Anti-Affinity Based on NUMA Node

2016-07-28 Thread contact
On 27/07/2016 18:41, Chris Friesen wrote: On 07/26/2016 05:33 PM, Brent Troge wrote: Instead of anti-affinity based on compute host, is there a way to filter based on NUMA node ? In my flavor I am using hw_numa_nodes=1 However, for the VMs within the same server group, I would like to ens

[Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Vaidyanath Manogaran
1- Controller node Services - keystone, glance, neutron, nova neutron plugins used - vmware-nsx - https://github.com/openstack/vmware-nsx/ neutron agents - openvswitch agent 2- compute node Services - nova-compute I have all the services up and running. but when i provision the vm the vm is not as

Re: [Openstack] Quota changes don't "take"

2016-07-28 Thread Turbo Fredriksson
On Jul 28, 2016, at 12:49 AM, Kevin Benton wrote: > So if you do a "neutron quota-show" as one of those projects, does it > reflect the security group quotas? Yes. They're all set to '50'. On Jul 28, 2016, at 1:32 AM, Brent Troge wrote: > Whenever I had quota issues I just update the database.

[Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread varun bhatnagar
Hi, I am using OpenStack Mitaka. I am trying to list volumes using openstack client, the command works sometimes but sometimes it fails: openstack volume list Unable to establish connection to http://10.33.237.104:8776/v2/3cbbffce04d9463e8cb8d3ca6480ed92/volumes/detail openstack volume list +---

Re: [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread Steve Martinelli
try running the command with --debug when it fails. normally that error happens when the client can't reach the host, does the IP address and port number look correct? On Thu, Jul 28, 2016 at 8:57 AM, varun bhatnagar wrote: > Hi, > > I am using OpenStack Mitaka. > I am trying to list volumes usi

Re: [Openstack] [openstack-dev] Listing of volume fails while using openstack client

2016-07-28 Thread Duncan Thomas
Looks like either you've got an intermittent network problem or the cinder api service is restarting. Anything enlightening in the cinder-api log? On 28 Jul 2016 16:41, "varun bhatnagar" wrote: Hello Steve, Thanks a lot for such a quick response. Yes the IP is reachable. ping 10.33.237.104 PI

Re: [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread varun bhatnagar
Hello Steve, Thanks a lot for such a quick response. Yes the IP is reachable. ping 10.33.237.104 PING 10.33.237.104 (10.33.237.104) 56(84) bytes of data. 64 bytes from 10.33.237.104: icmp_seq=1 ttl=64 time=0.587 ms 64 bytes from 10.33.237.104: icmp_seq=2 ttl=64 time=0.101 ms 64 bytes from 10.33.

Re: [Openstack] [openstack-dev] Listing of volume fails while using openstack client

2016-07-28 Thread varun bhatnagar
Hello Duncan, I can't see any logs of cinder-api service getting restarted. Although I can see some messages getting continuously logged not sure if that will help. 2016-07-28 16:13:56.934 25399 INFO cinder.api.openstack.wsgi [-] http://192.168.2.25:8776/ returned with HTTP 300 2016-07-28 16:13:

Re: [Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Scott Lowe
Please see my responses inline, prefixed by [SL]. On Jul 28, 2016, at 2:43 AM, Vaidyanath Manogaran wrote: > > 1- Controller node Services - keystone, glance, neutron, nova neutron plugins > used - vmware-nsx - https://github.com/openstack/vmware-nsx/ neutron agents - > openvswitch agent 2-

Re: [Openstack] [openstack-dev] Listing of volume fails while using openstack client

2016-07-28 Thread varun bhatnagar
Hi, Any clue on how to fix network or port issue if that is the case? BR, Varun On Thu, Jul 28, 2016 at 4:15 PM, varun bhatnagar wrote: > Hello Duncan, > > I can't see any logs of cinder-api service getting restarted. Although I > can see some messages getting continuously logged not sure if t

Re: [Openstack] [openstack-dev] Listing of volume fails while using openstack client

2016-07-28 Thread Turbo Fredriksson
On Jul 28, 2016, at 1:57 PM, varun bhatnagar wrote: > I am trying to list volumes using openstack client, the command works > sometimes but sometimes it fails: I get that when my MySQL server "max_connections" is reached. I've bumped it to 5000 to be absolutly sure! SET GLOBAL max_conne

Re: [Openstack] [openstack-dev] Listing of volume fails while using openstack client

2016-07-28 Thread varun bhatnagar
Hi, Thanks for the answer. Just to be clear are you asking me to set the value of max_connections to 5000 in mysql conf? If yes then for me it is set to 8192 alreadyor have I misunderstood your suggestion? BR, Varun On Thu, Jul 28, 2016 at 5:35 PM, Turbo Fredriksson wrote: > On Jul 2

Re: [Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Vaidyanath Manogaran
Hi Scott, Thank you for the reply. my replies inline[MV] On Thu, Jul 28, 2016 at 8:29 PM, Scott Lowe wrote: > Please see my responses inline, prefixed by [SL]. > > > On Jul 28, 2016, at 2:43 AM, Vaidyanath Manogaran > wrote: > > > > 1- Controller node Services - keystone, glance, neutron, nova

Re: [Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Gary Kotton
Hi, Which backend NSX version are you using? Is this NSX|V, NSX|MH or simple DVS? Thanks Gary From: Vaidyanath Manogaran Date: Thursday, July 28, 2016 at 8:04 PM To: Scott Lowe Cc: "openstack@lists.openstack.org" , "commun...@lists.openstack.org" Subject: Re: [Openstack] vm unable to get ip ne

Re: [Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Vaidyanath Manogaran
The DHCP Agent is part of the controller node. The Agent is connected to DVS. what I mean is, when i create a network in neutron the Portgroup is getting created successfully. I just need to make sure how my MAC is getting assigned. Also i see that the vlan tag ID is not getting mapped to the Tap

Re: [Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Vaidyanath Manogaran
its just simple DVS. core_plugin = vmware_nsx.plugin.NsxDvsPlugin On Thu, Jul 28, 2016 at 10:54 PM, Gary Kotton wrote: > Hi, > > Which backend NSX version are you using? Is this NSX|V, NSX|MH or simple > DVS? > > Thanks > > Gary > > > > *From: *Vaidyanath Manogaran > *Date: *Thursday, July 28

Re: [Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Scott Lowe
Please see my responses inline, prefixed by [SL]. > On Jul 28, 2016, at 11:25 AM, Vaidyanath Manogaran > wrote: > > its just simple DVS. > > core_plugin = vmware_nsx.plugin.NsxDvsPlugin [SL] Ah. Gary can confirm, but if I'm not mistaken the DVS plugin only supports the vSphere Distributed

Re: [Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Gary Kotton
Ok, thanks. Where is the DHCP agent running? You need to make sure that the agent is connected to the DVS that you are using in Nova. In addition to this you need to make sure that it can use MAC’s that are allocated by OpenStack. From: Vaidyanath Manogaran Date: Thursday, July 28, 2016 at 8:2

Re: [Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Gary Kotton
Ok, I know the issue – the problem is that the entries in the OVS are not being configured with the VLAN tag. The reason for this is that the plugin does not have an agent that configures them. You can patch the DHCP agent with the following code: In neutron/agent/linux/dhcp.py: def setup(s

Re: [Openstack] [openstack-dev] Listing of volume fails while using openstack client

2016-07-28 Thread Turbo Fredriksson
On Jul 28, 2016, at 4:57 PM, varun bhatnagar wrote: > are you asking me to set the value of max_connections to 5000 in mysql conf? THere was no suggestion. I just told you that I had a similar/same problem as you and how I solved it. -- God gave man both a penis and a brain, but unfortunately not

Re: [Openstack] vm unable to get ip neutron with vmware nsx plugin

2016-07-28 Thread Vaidyanath Manogaran
Thanks Gary for the clarification. But I still dont understand one thing. when you say DHCP agent is configured with OVS agent. you mean if we use this code we dont need ovs agent is what you mean? I have setup the dhcp server with linux dnsmasq which gets triggered by the dhcp agent. here is the

[Openstack] "There are not enough hosts available."

2016-07-28 Thread Ken D'Ambrosio
Trying to orchestrate a bunch of VMs on our ~500 core cloud, and we're getting the "not enough hosts" problem. Only issue is that the dashboard seems to imply we've got the elbow room needed to instantiate. Furthermore, it would be *really handy* if I knew what the bottleneck it thought was:

Re: [Openstack] "There are not enough hosts available."

2016-07-28 Thread Brent Troge
Can you respond with flavor details ? Nova boot arguments ? nova service-list Thanks! On Thu, Jul 28, 2016 at 2:34 PM, Ken D'Ambrosio wrote: > Trying to orchestrate a bunch of VMs on our ~500 core cloud, and we're > getting the "not enough hosts" problem. Only issue is that the dashboard > s

Re: [Openstack] "There are not enough hosts available."

2016-07-28 Thread Turbo Fredriksson
On Jul 28, 2016, at 8:34 PM, Ken D'Ambrosio wrote: > Any suggestions on how to track down exactly what's going wrong? Enable debugging. I've been plagued with this for a couple of weeks now when playing with a "new" Cinder volume driver.. Just before you get that message (if you enable debuggin

Re: [Openstack] "There are not enough hosts available."

2016-07-28 Thread Morales, Victor
Ken, Can you take a look on the logs generated in nova-compute, maybe you’ll find a detail information about the root cause of the problem Victor Morales On 7/28/16, 2:34 PM, "Ken D'Ambrosio" wrote: >Trying to orchestrate a bunch of VMs on our ~500 core cloud, and we're >getting the "not

[Openstack] bash:openstack: command not found.

2016-07-28 Thread Venkatesh Kotipalli
Hi All, OS: RHEL7.1 I'm installed openstack using packstack. after installation successfully launched the dashboard and instance. when i'm run the command line openstack image list or some openstack commands *output is bash:openstack: command not found.* I'm run the above command in keystone_a

Re: [Openstack] "There are not enough hosts available."

2016-07-28 Thread Mikhail Medvedev
On Thu, Jul 28, 2016 at 2:34 PM, Ken D'Ambrosio wrote: > Trying to orchestrate a bunch of VMs on our ~500 core cloud, and we're > getting the "not enough hosts" problem. Only issue is that the dashboard > seems to imply we've got the elbow room needed to instantiate. Furthermore, > it would be *

Re: [Openstack] "There are not enough hosts available."

2016-07-28 Thread Melvin Hillsman
+1 on Mikhail's suggestion. You will want to enable debug logging for the [nova]-scheduler (restart it of course after modifying the config) and then look for errors related to Filter. You can also correlate the req-XXX... ID with logs for nova-compute on your compute node(s) to see if that helps.

Re: [Openstack] Quota changes don't "take"

2016-07-28 Thread Kevin Benton
So if that's not reflected in Horizon maybe you've come across a Horizon bug. On Thu, Jul 28, 2016 at 2:19 AM, Turbo Fredriksson wrote: > On Jul 28, 2016, at 12:49 AM, Kevin Benton wrote: > > > So if you do a "neutron quota-show" as one of those projects, does it > > reflect the security group q

[Openstack] output is bash:openstack: command not found.

2016-07-28 Thread venkat boggarapu
Hi All, OS: RHEL7.1 I'm installed openstack using packstack. after installation successfully launched the dashboard and instance. when i'm run the command line openstack image list or some openstack commands *output is bash:openstack: command not found.* I'm run the above command in keystone_a