Merge "Add stunnel to redis image for tls"
This commit is contained in:
commit
923658a720
@ -39,6 +39,10 @@
|
|||||||
# NOTE (jaosorior): neutron-server with TLS everywhere needs these packages.
|
# NOTE (jaosorior): neutron-server with TLS everywhere needs these packages.
|
||||||
{% set neutron_server_packages_append = ['httpd', 'mod_ssl'] %}
|
{% set neutron_server_packages_append = ['httpd', 'mod_ssl'] %}
|
||||||
|
|
||||||
|
# NOTE (jaosorior): redis with TLS everywhere needs these packages.
|
||||||
|
# redis resource-agent requires pidof
|
||||||
|
{% set redis_packages_append = ['stunnel', 'sysvinit-tools'] %}
|
||||||
|
|
||||||
# Remove packages not present in repos
|
# Remove packages not present in repos
|
||||||
#
|
#
|
||||||
{# 'libtomcrypt', # EPEL, Unknown use
|
{# 'libtomcrypt', # EPEL, Unknown use
|
||||||
@ -68,9 +72,6 @@
|
|||||||
] %}
|
] %}
|
||||||
{% set mariadb_packages_append = ['mariadb-server', 'mariadb-server-galera', 'xinetd'] %}
|
{% set mariadb_packages_append = ['mariadb-server', 'mariadb-server-galera', 'xinetd'] %}
|
||||||
|
|
||||||
# redis resource-agent requires pidof
|
|
||||||
{% set redis_packages_append = ['sysvinit-tools'] %}
|
|
||||||
|
|
||||||
# Required for nova migration
|
# Required for nova migration
|
||||||
{% set nova_compute_packages_append = ['openstack-nova-migration', 'openssh-server'] %}
|
{% set nova_compute_packages_append = ['openstack-nova-migration', 'openssh-server'] %}
|
||||||
{% set nova_libvirt_packages_append = ['openstack-nova-migration'] %}
|
{% set nova_libvirt_packages_append = ['openstack-nova-migration'] %}
|
||||||
|
Loading…
Reference in New Issue
Block a user