fuel-library/deployment/puppet/l23network/metadata.json
Sergey Vasilenko 5300060d16 Refactor spec-tests
and add workarounds for run tests under OSx platform

Also change fixtures for more optimal usage.

Change-Id: Iaac54e16f9a5b2b540f636768635fa5d4ff782eb
Closes-bug: #1544638
Partial-Bug: #1539975
2016-02-16 13:57:00 -06:00

30 lines
1021 B
JSON

{
"name": "xenolog/l23network",
"version": "1.1.0",
"author": "Sergey Vasilenko, Stas Makar, Mirantis FUEL team, L23network community team",
"summary": "Puppet module for configure network features",
"license": "Apache-2.0",
"source": "git://github.com/xenolog/l23network.git",
"project_page": "https://github.com/xenolog/l23network",
"issues_url": "https://github.com/xenolog/l23network/issues",
"requirements": [
{ "name": "pe","version_requirement": "3.x" },
{ "name": "puppet","version_requirement": "3.x" }
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["6.5", "7.0", "7.1"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
}
],
"description": "Configure network features for 2nd and 3d network level.",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "adrien/filemapper", "version_requirement": ">=1.1.3" }
]
}