Re: [openstack-dev] [openstack-ansible] When to purge the DB, and when not to purge the DB?

2016-07-02 Thread Wade Holler
+1 "As part of the normal execution of the service playbooks" w/ user_variable to turn it on/off of course; whether it defaults to on or off is really designers choice. Some production clouds will have the playbooks ran against them frequently, others not so much. On Sat, Jul 2, 2016 at 7:43 A

[openstack-dev] [Openstack-operators] [OpenStack-Ansible] Mitaka Upgrade

2016-04-28 Thread Wade Holler
Hi All, If this is RTFM please point me there and I apologize. If not: We are testing the Liberty to Mitaka transition with OSAD. Could someone please advise if these were the correct general steps. osad multinode (VMs/instances inside a osad cloud) built with latest 12.X liberty osad 1. save

Re: [openstack-dev] [kolla]

2016-02-22 Thread Wade Holler
removed multiple python packages via yum and pip uninstall. that made it past it. now hitting a mariadb error early in the deploy If anyone can help I would really appreciate it. Im on #kolla @ wadeholler http://pastebin.com/83jL0ege On Sat, Feb 20, 2016 at 9:45 AM Wade Holler wrote

Re: [openstack-dev] [kolla]

2016-02-20 Thread Wade Holler
ip and RPM and they are > different versions. If you want help, join us on irc on #freenode, and we > can get you going. Its much faster then debugging over a mailing list. > > Regards > -steve > > > From: Wade Holler > Reply-To: "OpenStack Development Mailing Lis

[openstack-dev] [kolla]

2016-02-20 Thread Wade Holler
Just a little help probably. On CentOS 7.2 I tried to follow the quickstart very closely. [root@cpn00012 kolla]# python --version Python 2.7.5 [root@cpn00012 kolla]# pip --version pip 8.0.2 from /usr/lib/python2.7/site-packages (python 2.7) tools/build.py fails like this: tools/build.py IN

Re: [openstack-dev] [ansible] One or more undefined variables: 'dict object' has no attribute 'bridge'

2015-12-12 Thread Wade Holler
Hi Mark, I haven't reviewed your configs yet but if "bridge" is a valid ansible inventory attribute , then this error is usually caused by trying to reference a host that ansible didn't check in on yet / gather facts on. At least this is what is has been in my brief experience. For example if I w