You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
945 B
32 lines
945 B
{
|
|
"name": "openstackinfra-openstack_health",
|
|
"version": "0.0.1",
|
|
"author": "OpenStack Contributors",
|
|
"summary": "Puppet module for OpenStack Health",
|
|
"license": "Apache 2.0",
|
|
"source": "https://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"]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": ["16.04"]
|
|
}
|
|
|
|
],
|
|
"dependencies": [
|
|
{"name":"openstackinfra/vcsrepo","version_requirement":">= 0.0.8"},
|
|
{"name":"saz/memcached","version_requirement":">= 2.8.1"},
|
|
{"name":"puppet/nodejs","version_requirement":">= v2.3.0"}
|
|
]
|
|
}
|