RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Alan Bishop 63111546cd Fix etcd's support for internal TLS
Fixes for etcd's certmonger cert and key generation:
- Do not chown the cert and key files generated on the host. In addition
  to the fact that "etcd" is not a valid user|grep name on the host, an
  ACL must be used to allow other services (such as cinder) to access
  the files. That ACL will be handled at the THT layer.
- New $dnsnames parameter supports adding a list of subject alternative
  name (SAN) to the cert.
- Remove obsolete default $postsave_cmd (see comment in the code), but
  make it a parameter so it can be overridden if necessary.

The cinder-volume service uses etcd when cinder is configured for
active/active mode. When internal TLS is enabled, the backend_url must
include references to etcd's cert and key files.

Partial-Bug: #1869955
Change-Id: Ifa7452ec15b81f48d7e5fb1252f20b5af1dff95c
2020-04-01 09:23:26 -07: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-03-25 17:45:43 +01:00
lib Support for mariadb's ed25519 authentication 2020-03-25 17:45:43 +01:00
manifests Fix etcd's support for internal TLS 2020-04-01 09:23:26 -07:00
releasenotes Merge "Support for PowerMax Volume Config" 2020-03-31 22:43:32 +00:00
spec Fix etcd's support for internal TLS 2020-04-01 09:23:26 -07:00
templates Remove neutron wrappers 2019-11-15 12:22:02 +00:00
zuul.d Add unit test job on CentOS8 2020-03-25 11:10:20 +09:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:08 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:35:27 +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 Pin puppet-collectd 2020-02-08 19:07:34 +09: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 Prepare u-2 release 2020-02-13 12:25:04 -05: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 min tox version to 2.0 2018-10-16 11:40:19 +08:00

README.md

Team and repository tags

Team and repository tags

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Contributing