Re: [Openstack] [OpenStack] [keystone] How to make keystone highly available?

2016-09-29 Thread Turbo Fredriksson
On Sep 21, 2016, at 6:48 AM, Van Leeuwen, Robert wrote: > If I had these constraints I would add a loadbalancer-config on the same > machine that runs the OpenStack apis. Now that I have multiple Neutron instances, how do I make my routers HA? I managed to make the router 'distributed', but the

Re: [Openstack] DHCP Agent debugging problem

2016-09-29 Thread Kevin Benton
If you're looking for dhcp release messages, I believe dnsmasq will log those to syslog for you. On Sep 29, 2016 10:35, "Phani Pawan Padmanabharao" wrote: > Hello All, > > > > Me and my team members are trying to find out the scenarios and the > effects when an agent dies or does not function pr

Re: [Openstack] DHCP Agent debugging problem

2016-09-29 Thread Trinath Somanchi
there exists a q-dhcp-x namespace too. Try checking there. /Trinath From: Phani Pawan Padmanabharao Sent: Thursday, September 29, 2016 7:47:57 PM To: openstack@lists.openstack.org Subject: [Openstack] DHCP Agent debugging problem Hello All, Me and my team

[Openstack] DHCP Agent debugging problem

2016-09-29 Thread Phani Pawan Padmanabharao
Hello All, Me and my team members are trying to find out the scenarios and the effects when an agent dies or does not function properly in OpenStack. We are trying to debug the Dhcp Agent in Neutron. But apart from the console logs (of VMs) and the logs of Agent and Neutron server, is there any

Re: [Openstack] Multiple availability zones

2016-09-29 Thread Turbo Fredriksson
On Sep 29, 2016, at 2:11 PM, Tobias Urdin wrote: > Yes because a availability zone does not "belong" to anything. Well, the comments in the config file(s) seem to differ from that statement: # Default value of availability zone hints. The availability zone # aware schedulers use

Re: [Openstack] Multiple availability zones

2016-09-29 Thread Tobias Urdin
Yes because a availability zone does not "belong" to anything. It's simply a group of resources defined in your nova database to make scheduling decisions. Best regards On 09/29/2016 03:08 PM, Turbo Fredriksson wrote: > On Sep 29, 2016, at 8:52 AM, Tobias Urdin wrote: > >> If I have understood

Re: [Openstack] Multiple availability zones

2016-09-29 Thread Turbo Fredriksson
On Sep 29, 2016, at 8:52 AM, Tobias Urdin wrote: > If I have understood it correctly your primary question is about > availability zones. Technically I guess that's right, but not so much about what it/they are and how they're used, but more like "can a controller manage multiple zones".. And wi

Re: [Openstack] Provisioning VMs in Openstack cluster

2016-09-29 Thread Turbo Fredriksson
On Sep 29, 2016, at 8:57 AM, Tobias Urdin wrote: > To just follow my hunch, have you configured vif_plugging_timeout in > nova.conf or is it the default value of 300? > We have vif_plugging_timeout=5, you should try that. We are live on > Liberty and are slowly upgrading to Mitaka for reference.

Re: [Openstack] Instances do not have access to internet

2016-09-29 Thread Turbo Fredriksson
On Sep 29, 2016, at 11:07 AM, Imran Khakoo wrote: > ubuntu@throwaway:~$ ping 8.8.8.8 > PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. > From 10.10.0.1 icmp_seq=17 Destination Net Unreachable > From 10.10.0.1 icmp_seq=18 Destination Net Unreachable As far as I can tell, your security groups is just

[Openstack] Nova scheduler tries to assign an already-in-use SRIOV QAT VF to a new instance (openstack-mitaka)

2016-09-29 Thread Chinmaya Dwibedy
Hi, Upon trying to create VM instance (Say A) with one QAT VF, it fails with the following error i.e., “Requested operation is not valid: PCI device :88:04.7 is in use by driver QEMU, domain instance-0081”. Please note that, PCI device :88:04.7 is already being assigned to another VM

Re: [Openstack] Instances do not have access to internet

2016-09-29 Thread Artem Plakunov
You are right, the router must have an interface in external network and the external network must have a subnet How exactly did you try to create subnet? I guess using a CLI command? It looks like you didn't specify the network which the new subnet should belong to. Try following this doc ab

Re: [Openstack] Instances do not have access to internet

2016-09-29 Thread Imran Khakoo
Hi there, I deleted all the rules and added them back one by one, seeing if each change suddenly allowed connectivity. No improvement, unfortunately. My current rules: Direction Ether Type IP Protocol Port Range Remote IP Prefix Remote Security Group Actions Ingress IPv4 ICMP Any 0.0.0.0/0 - Delet

Re: [Openstack] Nova-Glance Query

2016-09-29 Thread Amit Uniyal
Hi, I found the Solution, so thought to share with all and Brian one of member here also confirmed, so i believe its correct. So while creating metadata what i was doing wrong is, metadata={key:value}, if my value is integer i was passing it as it is. while i need pass it as string. so, now

Re: [Openstack] Provisioning VMs in Openstack cluster

2016-09-29 Thread Tobias Urdin
Can you post your logs and configs. Please check where you think it's slow, if you for example provision only a volume is it slow there? To just follow my hunch, have you configured vif_plugging_timeout in nova.conf or is it the default value of 300? We have vif_plugging_timeout=5, you should try

Re: [Openstack] Multiple availability zones

2016-09-29 Thread Tobias Urdin
Hello Turbo, If I have understood it correctly your primary question is about availability zones. There is no requirements for running a availability zone, it's simply a way to group compute resources into a zone. After users can select where the resources should be deployed. As compared to havin