X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=metadata.json;h=9af142490e21b84c2cc3dc1d1a97af57608259de;hb=refs%2Fchanges%2F63%2F55563%2F1;hp=d71ddc96ed1d39eea323993a208c71056482b0a7;hpb=ca1d6e1fe1c0ab430a56a7fccddbc08fe7d3b6d5;p=integration%2Fpackaging%2Fpuppet-opendaylight.git diff --git a/metadata.json b/metadata.json index d71ddc9..9af1424 100644 --- a/metadata.json +++ b/metadata.json @@ -1,16 +1,64 @@ { "name": "dfarrell07-opendaylight", - "version": "0.0.1", + "version": "1.0.0", "author": "Daniel Farrell", - "summary": "Puppet module to deploy OpenDaylight SDN controller", - "license": "BSD two-clause", - "source": "https://github.com/dfarrell07/dfarrell07-opendaylight", - "project_page": "https://github.com/dfarrell07/dfarrell07-opendaylight", - "issues_url": "https://github.com/dfarrell07/dfarrell07-opendaylight/issues", + "summary": "Puppet module that installs and configures the OpenDaylight SDN controller", + "license": "BSD-2-Clause", + "source": "https://github.com/dfarrell07/puppet-opendaylight", + "project_page": "https://github.com/dfarrell07/puppet-opendaylight", + "issues_url": "https://github.com/dfarrell07/puppet-opendaylight/issues", + "tags": [ + "OpenDaylight", + "ODL", + "SDN", + "networking", + "controller" + ], "dependencies": [ { "name": "puppetlabs-stdlib", - "version_requirement": ">= 1.0.0" + "version_requirement": "4.x" + }, + { + "name": "camptocamp-archive", + "version_requirement": "0.x" + }, + { + "name": "puppetlabs-java", + "version_requirement": "1.x" + } + ], + "operatingsystem_support": [ + { + "operatingsystem": "RedHat", + "operatingsystemrelease": [ + "7" + ] + }, + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "7" + ] + }, + { + "operatingsystem": "Fedora", + "operatingsystemrelease": [ + "20", + "21" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "14.04" + ] + } + ], + "requirements": [ + { + "name": "puppet", + "version_requirement": ">=2.7.0 <4.0.0" } ] }