X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=metadata.json;h=1c5688e9956108033e3cdcc0425142c3d62c3518;hb=HEAD;hp=9c4132a090568076e7094c7ed907898b99e181ad;hpb=06e8ecf91f1446aec22329c4151556970f49b125;p=integration%2Fpackaging%2Fpuppet-opendaylight.git diff --git a/metadata.json b/metadata.json index 9c4132a..1c5688e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,16 +1,56 @@ { - "name": "dfarrell07-opendaylight", - "version": "0.0.1", - "author": "Daniel Farrell", - "summary": "Puppet module to deploy OpenDaylight SDN controller", - "license": "BSD-2-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", - "dependencies": [ - { - "name": "puppetlabs-stdlib", - "version_requirement": ">= 1.0.0" - } - ] + "name": "opendaylight-opendaylight", + "version": "8.6.0", + "author": "Daniel Farrell", + "summary": "Puppet module that installs and configures the OpenDaylight SDN controller", + "license": "BSD-2-Clause", + "source": "https://git.opendaylight.org/gerrit/p/integration/packaging/puppet-opendaylight.git", + "project_page": "https://wiki.opendaylight.org/view/Integration/Packaging", + "issues_url": "https://trello.com/b/ACYMpTVD/opendaylight-integration", + "tags": [ + "OpenDaylight", + "ODL", + "SDN", + "networking", + "controller" + ], + "dependencies": [ + { + "name": "puppetlabs-stdlib", + "version_requirement": "4.x" + } + ], + "operatingsystem_support": [ + { + "operatingsystem": "RedHat", + "operatingsystemrelease": [ + "7" + ] + }, + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "7" + ] + }, + { + "operatingsystem": "Fedora", + "operatingsystemrelease": [ + "25", + "26" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "16.04" + ] + } + ], + "requirements": [ + { + "name": "puppet", + "version_requirement": ">=4.0.0 <5.0.0" + } + ] }