RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
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
doc Follow the new PTI for document build 2018-02-28 14:42:12 +08:00
files Support for mariadb's ed25519 authentication 2020-04-03 23:33:50 +02:00
lib Support for mariadb's ed25519 authentication 2020-04-03 23:33:50 +02:00
manifests Hardcode openidc_cache_type parameter for keystone federation with OpenIdc 2020-04-18 11:35:52 +02:00
releasenotes Merge "Add Octavia OVN Provider configuration (2 of 2)" into stable/train 2020-04-18 01:01:33 +00:00
spec Merge "Log stdout of HA containers" into stable/train 2020-04-18 04:48:13 +00:00
templates Revert "Remove neutron wrappers" 2020-03-10 22:32:28 +00:00
zuul.d remove tripleo-ci-centos-7-scenario010-multinode-oooq-container 2019-10-02 20:27:50 -06:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:08 +08:00
.gitreview Update .gitreview for stable/train 2019-10-21 14:18:55 +00:00
.sync.yml Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
Gemfile Load puppet-openstack_spec_helper locally during tests 2018-02-12 10:53:40 +08:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
Puppetfile_extras Updating pinned versions 2019-12-10 09:02:09 -07:00
README.md Add release note link in README 2018-06-27 22:47:34 +08:00
Rakefile Composable HA 2017-01-25 19:32:31 +00:00
bindep.txt Add Puppet package to bindep, for module build 2017-10-27 13:50:15 -07:00
metadata.json bump metadata for new train version 2019-12-19 11:03:47 -07:00
setup.cfg Force to use markdown to prevent pypi issue 2019-07-01 20:45:00 +02:00
setup.py chmod +x setup.py 2017-10-06 12:28:56 -07:00
tox.ini Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 2019-10-21 14:19:02 +00:00

README.md

Team and repository tags

Team and repository tags

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Contributing