Re: [Openstack-operators] Healthcheck URLs for services

2016-04-29 Thread Joshua Harlow
This can help u more easily view what the healthcheck middleware can also show (especially in detailed mode); it can show thread stacks and such which can be useful for debugging stuck servers and such (similar in concept to apache mod_status). https://review.openstack.org/#/c/311482/ Run the

Re: [Openstack-operators] VPNaaS and FWaaS

2016-04-29 Thread Kosnik, Lubosz
Complete priority list is available on OSIC.org website and currently there is no info about VPNaaS or FWaaS. There are mails added to people responsible for roadmap and when you will have a complete list of people which need this feature you can contact them and discuss about t

Re: [Openstack-operators] [openstack-dev] [Fuel][MySQL][DLM][Oslo][DB][Trove][Galera][operators] Multi-master writes look OK, OCF RA and more things

2016-04-29 Thread Roman Podoliaka
Hi Bogdan, Thank you for sharing this! I'll need to familiarize myself with this Jepsen thing, but overall it looks interesting. As it turns out, we already run Galera in multi-writer mode in Fuel unintentionally in the case, when the active MySQL node goes down, HAProxy starts opening connection

Re: [Openstack-operators] [horizon] Can_set_password don't work

2016-04-29 Thread Matthias Runge
On 28/04/16 02:39, Kenny Ji-work wrote: > Hi all, > > I have configured the mitaka horizon to enable injecting password and > restart httpd. But I boot VM in the dashboard, there's no region to > input root password, how can I solve it? > > p.s. OPENSTACK_HYPERVISOR_FEATURES = { > 'can_set_mo

[Openstack-operators] Multi-region openstack liberty setup

2016-04-29 Thread kiran vemuri UH
Hello All, I am trying to deploy multi-region liberty OpenStack setup and I am following http://docs.openstack.org/liberty/install-guide-ubuntu/ to bring up each node. I was able to bring up region one successfully. Now while bringing up region2, when I try to create keystone service while expor

Re: [Openstack-operators] Anyone else use vendordata_driver in nova.conf?

2016-04-29 Thread Michael Still
So, after a series of hallway track chats this week, I wrote this: https://review.openstack.org/#/c/310904/ Which is a proposal for how to implement vendordata in a way which would (probably) be acceptable to nova, whilst also meeting the needs of operators. I should reinforce that because th

Re: [Openstack-operators] Healthcheck URLs for services

2016-04-29 Thread Kris G. Lindgren
We have been using this since juno for Glance to do healthchecks against glance from haproxy. Its worked pretty well for the most part. ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy From: Andy Botting mailto:a...@andybott

Re: [Openstack-operators] Healthcheck URLs for services

2016-04-29 Thread Joshua Harlow
Yup, that healthcheck middleware was made more advanced by me, If u need to do anything special with it, let me know and I can help make that possible (or at least instruct what might need changed to do that). Simon Pasquier wrote: Hi, On Thu, Apr 28, 2016 at 5:13 AM, Andy Botting mailto:a.

Re: [Openstack-operators] Healthcheck URLs for services

2016-04-29 Thread Andy Botting
Hi Simon, > There's a healthcheck oslo.middleware plugin [1] available. So you could > possibly configure the service pipeline to include this except it won't > exercise the db connection, RabbitMQ connection, and so on. But it would > help if you want to kick out a service instance from the load

[Openstack-operators] ETHERPAD for today's Ops Session

2016-04-29 Thread David Medberry
Subject: ETHERPAD for today's Ops Session https://etherpad.openstack.org/p/AUS-ops-informal-meetup Room is kind of full but we'll let anyone in including lots of interior floor space. Add your name at the bottom of the pad ___ OpenStack-operators mailin

Re: [Openstack-operators] VPNaaS and FWaaS

2016-04-29 Thread Melvin Hillsman
Thank you Matt for the update and call to action. > On Apr 29, 2016, at 9:16 AM, Matt Jarvis > wrote: > > Yes the problem is exactly that there is a lack of developer resource on > VPNaaS and FWaaS specifically, and probably because these aren't functions > many vendors need. We'd like to exp

Re: [Openstack-operators] VPNaaS and FWaaS

2016-04-29 Thread Matt Jarvis
Yes the problem is exactly that there is a lack of developer resource on VPNaaS and FWaaS specifically, and probably because these aren't functions many vendors need. We'd like to explore what mechanisms there could be for funding resource, but the most important thing right now is for all those op

Re: [Openstack-operators] VPNaaS and FWaaS

2016-04-29 Thread Melvin Hillsman
Thanks for the feedback Lubosz. Is OSIC as well to be a resource for in demand (enterprise) features that the community does not have available resources (developers) to work on? Are there existing alternatives to these two (Octavia) which will pick up where these are being left and therefore th

Re: [Openstack-operators] VPNaaS and FWaaS

2016-04-29 Thread Kosnik, Lubosz
The idea of OSIC clusters is to give people access to multi node environments to test software in scale. There are a lot of thing which brakes in big scale. If I'm right the problem is that there is not so many developers which are working on this *asS but please tell if I'm wrong. Lubosz "diltr

Re: [Openstack-operators] VPNaaS and FWaaS

2016-04-29 Thread Melvin Hillsman
Please take a moment to reach out to the Neutron team and visit the following. Could this resource be of use to address their concern? https://osic.org/clusters > On Apr 29, 2016, at 8:01 AM, Matt Jarvis > wrote: > > As some of you on this list may already know, there are issues in the Neutron

[Openstack-operators] VPNaaS and FWaaS

2016-04-29 Thread Matt Jarvis
As some of you on this list may already know, there are issues in the Neutron team with development resources on VPNaas and FWaaS, and there have been discussions in Austin about deprecating the code from the main Neutron codebase. The decision is currently that the code will remain for another 6 m

[Openstack-operators] neutron operators please check this bug: Check if namespace exists before exec commands

2016-04-29 Thread Saverio Proto
Hello operators, I am running Kilo and I found this bug: https://bugs.launchpad.net/neutron/+bug/1573073 because neutron is trying to do operations over and over again on namespaces that do not exist anymore, this kills the CPU of our network node. I wrote a patch for kilo that fixes the problem

Re: [Openstack-operators] [horizon] Can_set_password don't work

2016-04-29 Thread Marcin Iwinski
Hi Kenny, have a look here:  https://kimizhang.wordpress.com/2014/03/18/how-to-inject-filemetassh-keyroot-passworduserdataconfig-drive-to-a-vm-during-nova-boot/ BR Marcin --  Marcin Iwinski Sent with Airmail On 28 Apr 2016 at 09:46:12, Kenny Ji-work (jenkins-...@qq.com) wrote: Hi all, I have c