X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=metadata.json;h=4655ed6bb18669f2c6f5132bd8b67c096695ba42;hb=ffd4082afd51e734d18684945ef9e549382cff96;hp=d71ddc96ed1d39eea323993a208c71056482b0a7;hpb=ca1d6e1fe1c0ab430a56a7fccddbc08fe7d3b6d5;p=integration%2Fpackaging%2Fpuppet-opendaylight.git diff --git a/metadata.json b/metadata.json index d71ddc9..4655ed6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,16 +1,45 @@ { "name": "dfarrell07-opendaylight", - "version": "0.0.1", + "version": "0.1.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 to deploy 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" ] + } + ], + "requirements": [ + { + "name": "puppet", + "version_requirement": ">=2.7.0 <4.0.0" } ] }