RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Michele Baldessari 608096fb3c Remove some of the excessive rabbitmq bundle logging
By removing the pam-systemd optinal session line we get rid of the
following line:
pam_systemd(su:session): Failed to connect to system bus: No such file or directory

It is useless inside a container anyway since the pam_systemd module
registers user sessions.

By adding a sufficient pam_succeed_if call fo when the user belongs to the
rabbitmq group we get rid of the following spurious log:
Oct 23 13:52:52 overcloud-controller-0 su: pam_unix(su:session): session opened for user rabbitmq by (uid=0)
Oct 23 13:52:54 overcloud-controller-0 su: pam_unix(su:session): session closed for user rabbitmq

We do not need this inside a container anyway. In the future (w/
pam_unix 1.2.0 and onwards we will be able to use the quiet option
instead).

NB: cherry-pick not %100 clean due to slightly changed diff context

Depends-On: Ic0789da4645a4ee186d82ad7d943de78d4d5c443

Change-Id: Icd199ca4ce4848c971488d8ab69e668add86b150
Related-Bug: #1806451
(cherry picked from commit 44985bd42d)
2019-01-07 07:42:30 +00:00
doc Follow the new PTI for document build 2018-02-28 14:42:12 +08:00
files Add support for libvirt VNC TLS with option of a dedicated CA 2018-02-14 10:23:26 +00:00
lib Add support for ODL-OVS IPv6 deployment 2018-10-16 06:22:56 +00:00
manifests Remove some of the excessive rabbitmq bundle logging 2019-01-07 07:42:30 +00:00
releasenotes Ironic Inspector - disjoint ip range(s) for HA 2018-12-14 18:12:55 +01:00
spec Allow user to define a custom tuned profile 2018-12-13 20:56:35 +00:00
templates Copytruncate containerized logrotate configuration 2018-10-08 09:34:31 +02:00
zuul.d Switch scenarios to non-voting 2018-11-29 10:53:24 -07:00
.gitignore Update gitignore not to exclude fixture hieradata 2017-05-17 14:45:35 -06:00
.gitreview Update .gitreview for stable/rocky 2018-08-24 14:42:42 +00:00
.sync.yml Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
Gemfile Update Gemfile for stable/rocky 2018-08-28 14:04:03 +02:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
Puppetfile_extras Pin puppet-snmp 2018-11-01 13:50:18 +00: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 9.3.0 (Rocky RC1) 2018-08-23 22:08:00 -04:00
setup.cfg Fixes license to explicitly be Apache 2.0 2017-10-09 11:06:29 -04:00
setup.py chmod +x setup.py 2017-10-06 12:28:56 -07:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/rocky 2018-08-24 14:42:44 +00:00

README.md

Team and repository tags

Team and repository tags

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Contributing