e091e45134
This is a initial version of how to deploy OpenStack-Health. This script provisions openstack-health as it is today. This will be a foundation for future deployments, once the application becomes more mature. Change-Id: Id4ef45bba0db28b95d7fb72799cb86ab4db6343b Co-Authored-By: Bruno Tavares <btavare@thoughtworks.com> Co-Authored-By: Caio Carrara <ccarrara@thoughtworks.com>
25 lines
725 B
JSON
25 lines
725 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"}
|
|
]
|
|
}
|