astapor
astapor copied to clipboard
Foreman on Openstack
Hello! Here are a couple of small fixes that will make Astapor work with a Red Hat Satellite 6
Hello. In order to be able to build this as an exportable puppet module we need a metadata file. Please consider adding this to the repository. Thanks. Michael.
This patch will enable SSL termination at the load balancer if the file /etc/ssl/horizon.pem exists.
puppet-keystone master has support for this, but not the juno branch
Suggesting this change which works following the example of other manifests like rabbitmq to bind on the management interface only using the local_bind_addr from params.pp: $local_bind_addr = find_ip("$private_network", "$private_iface", "$private_ip")
The current manifests do not offer the user the chance to override the default memcached settings. It always defaults to the localhost. This change updates the manifests to allow the...