puppet-openstack_health/metadata.json
Matthew Treinish 814b6585e5
Add memcached to api server
This commit adds installing and configuring memcached to the api
server. It then configures the api server to use memcached for it's
local response cache. This is needed to enable the async worker from
openstack-health change I0fd29839c72ca2fdfb4c4724bb3da7e283e3d27d.

Change-Id: I3057e7f9f920550a12c12c1bfeb643a713c5f696
2016-05-25 22:14:09 -04:00

26 lines
788 B
JSON

{
"name": "openstackinfra-openstack_health",
"version": "0.0.1",
"author": "OpenStack Contributors",
"summary": "Puppet module for OpenStack Health",
"license": "Apache 2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-openstack-health.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "",
"description": "Installs and configures OpenStack Health",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["8"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
}
],
"dependencies": [
{"name":"openstackinfra/vcsrepo","version_requirement":">= 0.0.8"},
{"name":"saz/memcached","version_requirement":">= 2.8.1"}
]
}