Re: [Openstack-operators] Ansible-driven management of Dell server BIOS and RAID config

2017-01-10 Thread John Dewey
On a similar note, if you’re looking to test Ansible roles, have a look at molecule. https://molecule.readthedocs.io On January 10, 2017 at 7:42:02 AM, Stig Telfer (stig.openst...@telfer.org) wrote: Hi All - We’ve just published the sources and a detailed writeup for some new tools for

Re: [Openstack-operators] Packaging Virtualenvs

2016-06-23 Thread John Dewey
Not only is it interesting, it’s awesome :) John On June 23, 2016 at 5:53:59 PM, Silence Dogood (m...@nycresistor.com) wrote: I'll check out giftwrap. never heard of it. But interesting. On Thu, Jun 23, 2016 at 7:50 PM, Xav Paice wrote: > Can I suggest that using the

[Openstack-operators] oslo.log syslog configuration

2016-04-06 Thread John Dewey
Does anyone have a good reference on implementing oslo.log into rsyslog? Currently, we have configured the various service to log to syslog, and rsyslog is able to do the appropriate thing.  However, the services still open their respective logfiles, and emit stack traces there vs syslog.  I’m

Re: [Openstack-operators] YAML config

2016-02-01 Thread John Dewey
IMO config files should generally be managed as a template. If the files were YAML, I would still be managing them as a template. I went down the path of managing ini files with Ansible’s ini_file module, and it’s just not worth it. John On February 1, 2016 at 8:59:10 AM, Alexis Lee

Re: [Openstack-operators] [keystone] Removing functionality that was deprecated in Kilo and upcoming deprecated functionality in Mitaka

2015-11-30 Thread John Dewey
100% agree. We should look at uwsgi as the reference architecture.  Nginx/Apache/etc should be interchangeable, and up to the operator which they choose to use.  Hell, with tcp load balancing now in opensource Nginx, I could get rid of Apache and HAProxy by utilizing uwsgi. John On November

Re: [Openstack-operators] Neutron DHCP failover bug

2015-09-29 Thread John Dewey
Why not run neutron dhcp agents on both nodes?  On September 29, 2015 at 7:04:57 PM, Sam Morrison (sorri...@gmail.com) wrote: Hi All, We are running Kilo and have come across this bug  https://bugs.launchpad.net/neutron/+bug/1410067 Pretty easy to replicate, have 2 network nodes, shutdown 1 of

Re: [Openstack-operators] OSAD for RHEL

2015-07-08 Thread John Dewey
On Wednesday, July 8, 2015 at 9:33 PM, Adam Young wrote: On 07/07/2015 05:55 PM, Kris G. Lindgren wrote: +1 on RHEL support. I have some interest in moving away from packages and am interested in the OSAD tooling as well. I would not recommend an approach targetting RHEL that does

Re: [Openstack-operators] OSAD for RHEL

2015-07-08 Thread John Dewey
This would not be acceptable for those running OSP. On Wednesday, July 8, 2015 at 10:12 PM, Kris G. Lindgren wrote: I should be more clear. My current thought is to have a venv packaged inside an rpm - so the rpm includes the needed init scripts, ensures the required system level binaries

Re: [Openstack-operators] What are people using for configuration management? Puppet? Chef? Other?

2015-03-26 Thread John Dewey
anything about devstack here? On Thu, Mar 26, 2015 at 3:30 PM, matt m...@nycresistor.com (mailto:m...@nycresistor.com) wrote: Not sure I'd call devstack configuration management. On Thu, Mar 26, 2015 at 3:13 PM, John Dewey j...@dewey.ws (mailto:j...@dewey.ws) wrote: We

Re: [Openstack-operators] OpenStack services and ca certificate config entries

2015-03-25 Thread John Dewey
I faced this very issue in the past. We solved the problem by adding the CA to the system bundle (as you stated). We also ran into problems where python would still not validate the CA. However, this turned out to be a permissions error with cacerts.txt[1] when httplib2 was installed through

Re: [Openstack-operators] FYI: Rabbit Heartbeat Patch Landed

2015-03-20 Thread John Dewey
Why would anyone want to run rabbit behind haproxy? I get people did it post the ‘rabbit_servers' flag. Allowing the client to detect, handle, and retry is a far better alternative than load balancer health check intervals. On Thursday, March 19, 2015 at 9:42 AM, Kris G. Lindgren wrote: I

Re: [Openstack-operators] [all] SQL Schema Downgrades: A Good Idea?

2015-01-29 Thread John Dewey
On Thursday, January 29, 2015 at 11:40 AM, Fischer, Matt wrote: From: Morgan Fainberg morgan.fainb...@gmail.com (mailto:morgan.fainb...@gmail.com) Date: Thursday, January 29, 2015 at 12:26 PM To: openstack-operators openstack-operators@lists.openstack.org

Re: [openstack-dev] [Openstack-operators] [openstack-operators] [Keystone] flush expired tokens and moves deleted instance

2015-01-27 Thread John Dewey
This is one reason to use the memcached backend. Why replicate these tokens in the first place. On Tuesday, January 27, 2015 at 10:21 AM, Clint Byrum wrote: Excerpts from Tim Bell's message of 2015-01-25 22:10:10 -0800: This is often mentioned as one of those items which catches every

Re: [Openstack-operators] Specifying multiple tenants for aggregate_multitenancy_isolation_filter

2015-01-27 Thread John Dewey
On Tuesday, January 27, 2015 at 2:03 PM, Jesse Keating wrote: On 1/27/15 1:54 PM, Sam Morrison wrote: Hi operators, I have a review up to fix this filter to allow multiple tenants, there are 2 proposed ways in which this can be specified. 1. using a comma e.g.,

Re: [Openstack-operators] HAPROXY 504 errors in HA conf

2015-01-13 Thread John Dewey
Are you using ucarp or keepalived to manage the VIP address? Basically, are you rebooting the load balancer, which everything is configured to use? John On Tuesday, January 13, 2015 at 5:04 AM, Pedro Sousa wrote: Hi all, I have 3 nodes that are loadbalacing some API Openstack Based

[openstack-dev] [oslo] Healthcheck middleware

2014-07-08 Thread John Dewey
I am looking to add health check middleware [1] into Keystone, and eventually other API endpoints. I understand it makes sense to move this into oslo, so other projects can utilize it in their pate pipelines. My question is where in oslo should this go? Thanks - John [1]

Re: [openstack-dev] [Neutron][LBaaS] Load balancing use cases. Data from Operators needed.

2014-04-01 Thread John Dewey
Thanks Eugene John On Tuesday, April 1, 2014 at 3:02 AM, Eugene Nikanorov wrote: Hi folks, On the last meeting we decided to collect usage data so we could prioritize features and see what is demanded most. Here's the blank page to do that (in a free form). I'll structure it once we

Re: [openstack-dev] [nova] nova-compute not re-establishing connectivity after controller switchover

2014-03-24 Thread John Dewey
Jay had responded to a similar issue [1] some time ago (I swear I saw talk of this last week but can’t find the newer thread). Since the posting referenced we also found rabbit 3.2.x with esl erlang helped a ton. tl;dr It is a client issue. See the thread for further details. [1]

Re: [openstack-dev] [Neutron][LBaaS] Neutron LBaaS, Libra and managed services

2014-03-24 Thread John Dewey
I have a similar concern. The underlying driver may support different functionality, but the differentiators need exposed through the top level API. I see the SSL work is well underway, and I am in the process of defining L7 scripting requirements. However, I will definitely need L7 scripting

Re: [openstack-dev] [Neutron][LBaaS] Mini-summit Interest?

2014-03-06 Thread John Dewey
I am interested On Thursday, March 6, 2014 at 7:32 AM, Jorge Miramontes wrote: Hi everyone, I'd like to gauge everyone's interest in a possible mini-summit for Neturon LBaaS. If enough people are interested I'd be happy to try and set something up. The Designate team just had a

Re: [openstack-dev] [nova] RFC - using Gerrit for Nova Blueprint review approval

2014-03-06 Thread John Dewey
On Thursday, March 6, 2014 at 11:09 AM, Russell Bryant wrote: On 03/06/2014 01:05 PM, Sean Dague wrote: One of the issues that the Nova team has definitely hit is Blueprint overload. At some point there were over 150 blueprints. Many of them were a single sentence. The results of this

Re: [openstack-dev] [Neutron][LBaaS] Health monitoring and statistics for complex LB configurations.

2014-03-05 Thread John Dewey
On Wednesday, March 5, 2014 at 12:41 PM, Eugene Nikanorov wrote: Hi community, Another interesting questions were raised during object model discussion about how pool statistics and health monitoring should be used in case of multiple vips sharing one pool. Right now we can query

Re: [openstack-dev] [Openstack-operators] [TripleO] consistency vs packages in TripleO

2014-02-13 Thread John Dewey
On Thursday, February 13, 2014 at 1:27 PM, Robert Collins wrote: So progressing with the 'and folk that want to use packages can' arc, we're running into some friction. I've copied -operators in on this because its very relevant IMO to operators :) So far: - some packages use different

Re: [Openstack] nova-novnc SSL configuration - Havana

2014-02-13 Thread John Dewey
Hi Nagaraj - I ran into this problem long ago when I offloaded SSL on the VNC URL. It is an issue with the javascript, and detailed in bug 1228649 [1]. [1] https://bugs.launchpad.net/ubuntu/raring/+source/nova/+bug/1228649 On Thursday, February 13, 2014 at 2:39 AM, Nagaraj Mandya wrote:

Re: [Openstack] [keystone] memcache token backend performance

2014-01-07 Thread John Dewey
Sounds like: https://bugs.launchpad.net/keystone/+bug/1251123 On Friday, January 3, 2014 at 8:38 PM, Xu (Simon) Chen wrote: Hi folks, I am having trouble with using memcache as the keystone token backend. I have three keystone nodes running active/active. Each is running keystone on

[Openstack] nova list failure when quantum_url points to HTTPS endpoint

2013-07-30 Thread John Dewey
Was curious if anyone else has run into this issue, and could provide some feedback. https://bugs.launchpad.net/nova/+bug/1206330 Thanks - John ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :