From c44b2b20983eb846139d7588c906c595fdb1ec01 Mon Sep 17 00:00:00 2001 From: Richard Pioso Date: Sat, 18 May 2019 16:43:43 -0400 Subject: [PATCH] Add openstack/ironic ipmi and redfish drivers Change-Id: I79802a5c4ccb00b531599f12ab59831472beea37 --- etc/default_data.json | 51 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/etc/default_data.json b/etc/default_data.json index dadb820..ad2732f 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -3724,6 +3724,32 @@ "failure_pattern": "Build Failed" } }, + { + "project_id": "openstack/ironic", + "vendor": "OpenStack Community", + "name": "ipmi", + "description": "The ipmi hardware type manages nodes by using IPMI (Intelligent Platform Management Interface) protocol versions 2.0 or 1.5. It uses the IPMItool utility, which is an open-source command-line interface (CLI) for controlling IPMI-enabled devices.", + "maintainers": [ + { + "name": "OpenStack Ironic Team", + "email": "openstack-discuss@lists.openstack.org", + "irc": "#openstack-ironic" + } + ], + "wiki": "https://docs.openstack.org/ironic/latest/admin/drivers/ipmitool.html", + "releases": [ + "Ocata", + "Pike", + "Queens", + "Rocky", + "Stein" + ], + "ci": { + "id": "zuul", + "success_pattern": "Build succeeded", + "failure_pattern": "Build failed" + } + }, { "project_id": "openstack/ironic", "vendor": "OpenStack Community", @@ -3820,6 +3846,31 @@ "failure_pattern": "Build Failed" } }, + { + "project_id": "openstack/ironic", + "vendor": "OpenStack Community", + "name": "redfish", + "description": "The redfish driver enables managing servers compliant with the Redfish protocol.", + "maintainers": [ + { + "name": "OpenStack Ironic Team", + "email": "openstack-discuss@lists.openstack.org", + "irc": "#openstack-ironic" + } + ], + "wiki": "https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html", + "releases": [ + "Pike", + "Queens", + "Rocky", + "Stein" + ], + "ci": { + "id": "zuul", + "success_pattern": "Build succeeded", + "failure_pattern": "Build failed" + } + }, { "project_id": "openstack/manila", "vendor": "Cloudbase",