0687bb339e
Use v2.3.0 of nodejs. node.js 0.12 is EOL so update to the oldest LTS release which is 6.x. It automaticaly detects the symlink argument so this is not required. Depends-On: Ia7966fb9578d0d79f3a7f9480e3a956555737dc8 Depends-On: I9eb17646bd949c3bd84fa61f92881e9fac015de5 Change-Id: Ib925c87760d75fe22d3239bb2c5833183bc849e1
32 lines
943 B
JSON
32 lines
943 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"]
|
|
},
|
|
{
|
|
"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"}
|
|
]
|
|
}
|