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-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