/usr/share/puppet/modules.available/murano/metadata.json is in puppet-module-murano 7.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"name": "openstack-murano",
"version": "7.0.0",
"author": "Red Hat and OpenStack Contributors",
"summary": "Puppet module for OpenStack Murano",
"license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-murano.git",
"project_page": "https://launchpad.net/puppet-murano",
"issues_url": "https://bugs.launchpad.net/puppet-murano",
"requirements": [
{ "name": "pe","version_requirement": "3.x" },
{ "name": "puppet","version_requirement": "3.x" }
],
"operatingsystem_support": [
{
"operatingsystem": "Fedora",
"operatingsystemrelease": ["20"]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["7"]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["8"]
}
],
"description": "Installs and configures OpenStack Murano (Application Catalog).",
"dependencies": [
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "openstack/keystone", "version_requirement": ">=7.0.0 <8.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "openstack/openstacklib", "version_requirement": ">=7.0.0 <8.0.0" }
]
}
|