diff --git a/etc/default_data.json b/etc/default_data.json index 23a1b85..3a86726 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -3410,6 +3410,57 @@ "failure_pattern": "dellemc-*-tempest-dsvm-ironic-idrac \\S+ : FAILURE" } }, + { + "project_id": "openstack/ironic", + "vendor": "Dell EMC", + "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": "openstack-ironic-ci", + "success_pattern": "dellemc-*-tempest-dsvm-ironic-ipmi \\S+ : SUCCESS", + "failure_pattern": "dellemc-*-tempest-dsvm-ironic-ipmi \\S+ : FAILURE" + } + }, + { + "project_id": "openstack/ironic", + "vendor": "Dell EMC", + "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": "openstack-ironic-ci", + "success_pattern": "dellemc-*-tempest-dsvm-ironic-redfish \\S+ : SUCCESS", + "failure_pattern": "dellemc-*-tempest-dsvm-ironic-redfish \\S+ : FAILURE" + } + }, { "project_id": "openstack/ironic", "vendor": "Fujitsu",