puppet-midonet/metadata.json
Jaume Devesa 675eb25a8c Deprecate MidoNet's puppet-zookeeper
Several changes to deprecate the MidoNet's zookeeper module. Deric's
Zookeeper:

  https://github.com/deric/puppet-zookeeper

Is well mantained and it has much more functionality. So the commit
replaces the dependencies and sets some changes to adapt to the new
module.

I have kept the ::midonet::zookeeper manifest to maintain backwards
compatiblity with tools that use MidoNet 2015.01 version.

So the ::midonet::zookeeper manifest is just a gangway to the actual's
deric one now.

Change-Id: I6e6ebe8c9fea2e3d3195d9890b1c89362bd23d58
2015-07-15 18:23:10 +02:00

31 lines
1.1 KiB
JSON

{
"name": "midonet-midonet",
"version": "2015.3.0",
"author": "MidoNet",
"summary": "Configure and install MidoNet components",
"license": "Apache-2.0",
"source": "https://github.com/midonet/arrakis",
"project_page": "http://github.com/midonet/arrakis/tree/master/modules/midonet-midonet",
"issues_url": "https://midonet.atlassian.net/projects/MDT",
"dependencies": [
{ "name":"ripienaar-module_data","version_requirement":">=0.0.3" },
{ "name":"puppetlabs-inifile", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name":"deric-zookeeper","version_requirement":">=0.3.9" },
{ "name":"midonet-cassandra","version_requirement":">=1.0.0" },
{ "name":"puppetlabs-apt","version_requirement":">=1.7.0 <2.0.0" },
{ "name":"puppetlabs-java","version_requirement":">=1.3.0" },
{ "name":"puppetlabs-tomcat","version_requirement":">=1.2.0" }
],
"tags": ["openstack", "sdn", "midonet"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6.5", "6.6", "7.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12.04", "14.04"]
}
]
}