00d10f1c3e
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
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"name": "stackforge-swift",
|
|
"version": "5.0.0",
|
|
"author": "Puppet Labs and StackForge Contributors",
|
|
"summary": "Puppet module for OpenStack Swift",
|
|
"license": "Apache-2.0",
|
|
"source": "git://github.com/stackforge/puppet-swift.git",
|
|
"project_page": "https://launchpad.net/puppet-swift",
|
|
"issues_url": "https://bugs.launchpad.net/puppet-swift",
|
|
"requirements": [
|
|
{ "name": "pe","version_requirement": "3.x" },
|
|
{ "name": "puppet","version_requirement": "3.x" }
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": ["7"]
|
|
},
|
|
{
|
|
"operatingsystem": "Fedora",
|
|
"operatingsystemrelease": ["20"]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": ["6.5","7"]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": ["12.04","14.04"]
|
|
}
|
|
],
|
|
"description": "Installs and configures OpenStack Swift (Object Storage).",
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
|
|
{ "name": "stackforge/keystone", "version_requirement": ">=5.0.0 <6.0.0" },
|
|
{ "name": "puppetlabs/rsync", "version_requirement": ">=0.2.0 <1.0.0" },
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
|
|
{ "name": "puppetlabs/xinetd", "version_requirement": ">=1.0.1 <2.0.0" },
|
|
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" },
|
|
{ "name": "saz/memcached", "version_requirement": ">=2.0.2 <3.0.0" }
|
|
]
|
|
}
|