From 03f208b65871edbe310d58dcb49a8bebccedafa8 Mon Sep 17 00:00:00 2001 From: Oliver Walsh Date: Fri, 26 May 2017 16:53:10 +0100 Subject: Add sshd service to containerized compute role This adds the sshd puppet service to the containerized compute role All other roles already include this service from the defaults roles data, it is only missing from the compute role. As the sshd service runs on the docker host, this must remain as a traditional puppet service. NB the sshd puppet service does not enable sshd, it just enables the management of the sshd config via t-h-t/puppet. Closes-bug: #1693837 Change-Id: I86ff749245ac791e870528ad4b410f3c1fd812e0 --- environments/docker.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'environments/docker.yaml') diff --git a/environments/docker.yaml b/environments/docker.yaml index cbd5b687..36e4c391 100644 --- a/environments/docker.yaml +++ b/environments/docker.yaml @@ -63,3 +63,4 @@ parameter_defaults: - OS::TripleO::Services::ComputeNeutronOvsAgent - OS::TripleO::Services::Docker - OS::TripleO::Services::CeilometerAgentCompute + - OS::TripleO::Services::Sshd -- cgit 1.2.3-korg