
All database migration testing in opestack is done through an opportunistic worker model, where if the database is available and correctly configured for testing, i.e. openstack-citest user and access appropriately granted, then the tests will create and test migrations. However, this has been problematic with mysql as of recent, as we have seen a long standing migration issue boil to the surface often with tests. As a result, we're isolating that test down to it's own job so we can limit the blast damage. This also helps us isolate is it all of the tests, or is it just soley isolated down to the mysql test run class, which is an additional data point. By default, we continue to run Postgres migration tests in the main jobs, as they haven't been impacted by this issue. Change-Id: Iefc044c31ef029e400a7dad294504175a4462638
Ironic
Team and repository tags
Overview
Ironic consists of an API and plug-ins for managing and provisioning physical machines in a security-aware and fault-tolerant manner. It can be used with nova as a hypervisor driver, or standalone service using bifrost. By default, it will use PXE and IPMI to interact with bare metal machines. Ironic also supports vendor-specific plug-ins which may implement additional functionality.
Ironic is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.
Project resources
- Documentation: https://docs.openstack.org/ironic/latest
- Source: https://opendev.org/openstack/ironic
- Bugs: https://bugs.launchpad.net/ironic/+bugs
- Wiki: https://wiki.openstack.org/wiki/Ironic
- APIs: https://docs.openstack.org/api-ref/baremetal/index.html
- Release Notes: https://docs.openstack.org/releasenotes/ironic/
- Design Specifications: https://specs.openstack.org/openstack/ironic-specs/
Project status, bugs, and requests for feature enhancements (RFEs) are tracked in StoryBoard: https://storyboard.openstack.org/#!/project/943
For information on how to contribute to ironic, see https://docs.openstack.org/ironic/latest/contributor