[openstack-dev] [puppet] puppet-keystone to setup SELinux booleans if running in httpd

2015-07-29 Thread Lukas Bezdicka
Hi, I have review [1] where I turn on SELinux booleans if we are running keystone in httpd. I'm for doing this in puppet as package should not set configuration especially system wide one, where we allow httpd to access databases and to bind to keystone ports. I'd like to hear your opinions on

[openstack-dev] [puppet] Run neutron db sync also for each neutron module

2015-07-15 Thread Lukas Bezdicka
to be declared before ::neutron class? If yes I'll just patch beaker tests and it should be merge-able. Thanks, Lukas Bezdicka [1] - https://review.openstack.org/#/c/200877/ __ OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [packstack] Update packstack core list

2016-03-16 Thread Lukas Bezdicka
On Tue, 2016-03-08 at 06:41 -0500, Javier Pena wrote: > > Hi, > > > > [post originally sent on RDO-list but I've been told I should use > > this > > channel] > > > > I've looked at packstack core-list [1] and I suggest we revisit to > > keep > > only active contributors [2] in the core members

Re: [openstack-dev] [ironic] Question about pxe_ssh drivers

2017-11-21 Thread Lukas Bezdicka
This is issue I hit recently. There are staging drivers [1] and there is virtualbmc [2] to emulate ipmi for virtual machines. I ended up using pxe_wol_isci driver. [1] - http://ironic-staging-drivers.readthedocs.io/en/latest/README.html [2] - https://pypi.python.org/pypi/virtualbmc/1.2.0 On Tue,