Removal of SSH Components

This change removes all SSH-related components, their configuration
options, and tests.

SSH is such a low-level service (from the perspective of any operator
deploying a cloud), that it is reasonable to assume that (or provide
direction that) SSH must be installed and configured prior to usage of
the puppet-swift module.

Without this change, there is a significant liklihood of confusion
occurring in the likely case of SSH being managed elsewhere.

Change-Id: I0f695788b2784669a3fb285e4bedf0159c4cb89a
Closes-Bug: 1447259
This commit is contained in:
Richard Raseley
2015-04-22 11:37:31 -07:00
committed by Javier Pena
parent 35b386479d
commit 00d10f1c3e
12 changed files with 11 additions and 30 deletions

View File

@@ -11,7 +11,6 @@ describe 'swift::proxy::ceilometer' do
let :pre_condition do
'class { "concat::setup": }
concat { "/etc/swift/proxy-server.conf": }
class { "ssh::server::install": }
class { "swift":
swift_hash_suffix => "dummy"
}'