From cbf997e73771735d9c8536376b7de075bc8256e1 Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Sun, 12 Mar 2017 03:24:35 +0000 Subject: SSHD Service extensions This change implements a MOTD message and provides a hash of sshd config options which are sourced to the puppet-ssh module as a hash. The SSHD puppet service is enabled by default, as it is required for Idb56acd1e1ecb5a5fd4d942969be428cc9cbe293. Also added the service to the CI roles. Change-Id: Ie2e01d93082509b8ede37297067eab03bb1ab06e Depends-On: I1d09530d69e42c0c36311789166554a889e46556 Closes-Bug: #1668543 Co-Authored-By: Oliver Walsh (cherry picked from commit 5e14f95a4a46fcf88293f1b0fa93327566614d43) --- ci/environments/multinode_major_upgrade.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/environments/multinode_major_upgrade.yaml') diff --git a/ci/environments/multinode_major_upgrade.yaml b/ci/environments/multinode_major_upgrade.yaml index 2251cc0c..a0f9b093 100644 --- a/ci/environments/multinode_major_upgrade.yaml +++ b/ci/environments/multinode_major_upgrade.yaml @@ -55,6 +55,7 @@ parameter_defaults: - OS::TripleO::Services::NovaLibvirt - OS::TripleO::Services::Pacemaker - OS::TripleO::Services::Horizon + - OS::TripleO::Services::Sshd ControllerExtraConfig: nova::compute::libvirt::services::libvirt_virt_type: qemu nova::compute::libvirt::libvirt_virt_type: qemu -- cgit 1.2.3-korg