puppet-tripleo/manifests/profile
Alexey Stupnikov 97f1d208b9 Hardcode openidc_cache_type parameter for keystone federation with OpenIdc
By default OpenIdc uses shared memory caching mode, which will
not work for multiple controller nodes. puppet-tripleo already
configured to calculate memcached servers for OpenIdc, but for
some reason doesn't set "openidc_cache_type" to "memcache", so
shm is used.

There are a number of options available for "openidc_cache_type",
but memcache is the only one that will currently work for multiple
controllers:

- shm and file are stored locally on every node;
- redis requires mod_auth_openidc to be compiled with redis
  support, but it is not generally the case.

To avoid providing illusion of freedom of choice, it would
be right to hardcode this in puppet-tripleo.

Closes-Bug: #1873239
rhbz: #1824506

Change-Id: I7cbc462b2ff99b7b0d3ff58fda1b52ccf85fc86d
(cherry picked from commit da9b1a3ecb)
2020-04-18 11:35:52 +02:00
..
base Hardcode openidc_cache_type parameter for keystone federation with OpenIdc 2020-04-18 11:35:52 +02:00
pacemaker Log stdout of HA containers 2020-04-17 10:08:34 +02:00