Add PowerVM Compute Driver

This adds an entry for the PowerVM compute driver.

Change-Id: I87fb7827dc7c453b45a9592228962d0b9d7f24c1
This commit is contained in:
esberglu 2017-09-25 13:21:54 -05:00 committed by Eric Berglund
parent c557266956
commit 47a3d168fa
1 changed files with 42 additions and 1 deletions

View File

@ -2354,7 +2354,7 @@
"repo": "carone1/fuel-xtremio",
"vendor": "Dell EMC",
"name": "XtremIO plugin for Fuel",
"description": "The Dell EMC XtremIO plugin for Fuel adds support for Dell EMC XtremIO arrays in Cinder using iSCSI protocol",
"description": "The Dell EMC XtremIO plugin for Fuel adds support for Dell EMC XtremIO arrays in Cinder using iSCSI protocol",
"maintainers": [
{
"name": "Eric Caron",
@ -5265,6 +5265,47 @@
"failure_pattern": "FAILURE"
}
},
{
"project_id": "openstack/nova",
"vendor": "IBM",
"name": "PowerVM",
"description": "The PowerVM compute driver provides native integration of OpenStack on PowerVM systems. This enables support of Linux, AIX and IBM i for PowerVM systems.",
"maintainers": [
{
"name": "Drew Thorstensen",
"email": "thorst@us.ibm.com",
"irc": "thorst",
"launchpad_id": "thorst"
},
{
"name": "Eric Berglund",
"email": "esberglu@us.ibm.com",
"irc": "esberglu",
"launchpad_id": "esberglu"
},
{
"name": "Eric Fried",
"email": "efried@us.ibm.com",
"irc": "efried",
"launchpad_id": "efried"
},
{
"name": "Matthew Edmonds",
"email": "edmondsw@us.ibm.com",
"irc": "edmondsw",
"launchpad_id": "edmondsw"
}
],
"wiki": "https://wiki.openstack.org/wiki/PowerVM",
"releases": [
"Pike"
],
"ci": {
"id": "powervmci",
"success_pattern": "Build failed.",
"failure_pattern": "Build succeeded."
}
},
{
"project_id": "openstack/nova",
"vendor": "OpenStack Community",