From 47a3d168fa197b299f6201a5cdb1ffe7e4294b54 Mon Sep 17 00:00:00 2001 From: esberglu Date: Mon, 25 Sep 2017 13:21:54 -0500 Subject: [PATCH] Add PowerVM Compute Driver This adds an entry for the PowerVM compute driver. Change-Id: I87fb7827dc7c453b45a9592228962d0b9d7f24c1 --- etc/default_data.json | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/etc/default_data.json b/etc/default_data.json index 4b48c92..d215646 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -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",