fuel-library/deployment/puppet/vmware/metadata.json
Aleksandra Fedorova 545e1ea150 Update paths due to stackforge migration.
fuel-library repository has been moved from stackforge/ to openstack/ namespace.

fuel-tasklib repository got deprecated during migration, but it appears it is
still used in fuel-library CI. We add temporary workaround to run CI job
using fuel-tasklib package from fixed commit. The problem will be properly resolved
via related bug #1507208.

Change-Id: I8e2342c869a27fa1bb104fd46138ad27270f2d73
Related-Bug: #1507208
2015-10-18 00:07:01 +03:00

24 lines
595 B
JSON

{
"name": "fuel-vmware",
"version": "1.0.0",
"author": "Mirantis",
"summary": "Puppet module for nova-compute (VCDriver) support for Fuel",
"license": "Apache License, Version 2.0",
"source": "https://github.com/openstack/fuel-library/",
"issues_url": null,
"project_page": null,
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04"
]
}
],
"dependencies": [
{ "name": "puppetlabs-stdlib", "version_requirement": ">= 1.0.0" },
{ "name": "nova", "version_requirement": ">= 5.0.0" }
]
}