From ae61a031a64663106b7dc8c470a63356bcc63dc1 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 18 Apr 2018 12:32:41 -0700 Subject: [PATCH] undercloud: deploy SSH service For parity with non containerized undercloud, add SSH service on the undercloud. Change-Id: Ia642c7d54acbc89630f79a8e64e7798c1a25d23f --- roles/Undercloud.yaml | 1 + roles_data_undercloud.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/Undercloud.yaml b/roles/Undercloud.yaml index 0bd21ad0cf..8a751e4db2 100644 --- a/roles/Undercloud.yaml +++ b/roles/Undercloud.yaml @@ -52,6 +52,7 @@ - OS::TripleO::Services::RabbitMQ - OS::TripleO::Services::Rhsm - OS::TripleO::Services::MasqueradeNetworks + - OS::TripleO::Services::Sshd - OS::TripleO::Services::SwiftProxy - OS::TripleO::Services::SwiftRingBuilder - OS::TripleO::Services::SwiftStorage diff --git a/roles_data_undercloud.yaml b/roles_data_undercloud.yaml index a8320f0ffa..56d8bbbc1f 100644 --- a/roles_data_undercloud.yaml +++ b/roles_data_undercloud.yaml @@ -55,6 +55,7 @@ - OS::TripleO::Services::RabbitMQ - OS::TripleO::Services::Rhsm - OS::TripleO::Services::MasqueradeNetworks + - OS::TripleO::Services::Sshd - OS::TripleO::Services::SwiftProxy - OS::TripleO::Services::SwiftRingBuilder - OS::TripleO::Services::SwiftStorage