tripleo-heat-templates/releasenotes
Takashi Kajinami e7d9f87188 Allow partial override about SshServerOptions
When operator needs to change any options described in sshd_config,
he/she should use the parameter named SshServerOptions to define
the updated configuration.

However the problem here is that he/she should define the whole content
instead of the actual lines to be overridden, otherwise some of the
lines defined in its default can be missing from configuration. This
makes it difficutlt to properly update the parameter during update or
upgrade, since operators always need to check whetehr any change has
been made about the default of SshServerOptions.

This change introduces a new parameter, SshServerOptionsOverride, which
can be used to override specific line in SshServerOptions. Note that
SshServerOptions should still be used if any of the lines in
SshServerOptions needs to be removed.

Backport Note:
Resolved the conflict caused by sshd-baremetal-ansible.yaml, which
doesn't exist in stable branches.

(to stable/train)
Conflicts:
	deployment/sshd/sshd-baremetal-puppet.yaml

resolved conflict caused by 50367fbe35 .

Change-Id: I8a018c8c7435a753c8ed5b5fa211d91d053f8d67
(cherry picked from commit bfd97da0bf)
(cherry picked from commit 26298a65c2)
2022-05-16 12:54:34 +09:00
..
notes Allow partial override about SshServerOptions 2022-05-16 12:54:34 +09:00
source Update master for stable/stein 2019-04-18 14:59:24 +00:00