Allain Legacy 01d8fcac78 Add support for standalone ironic networking
This adds support for testing the new standalone networking
service. If enable_ironic_networking is set to True then the
new service is launched along side the main ironic service,
and the ironic-networking networking driver is configured.
The generated inventory files include port and driver
information so that the new functionality is used.

To test this functionality using bifrost the OVS bridge type
must be used.  local_link_connection information is automatically
provided via static port configuration data, but can be
obtained via inspection if test_vm_use_static_local_link_connection_info
is set to 'false', but requires that a inspection be run
manually prior to deploying nodes otherwise there won't be
any local_link_connection information to identify the switch
ports that need to be configured.  Failing to do so will
silently result in the node being provisioned on the incorrect
vlan.

Related-Bug: 2113769
Change-Id: I6454e60cee8f4bdacf187131ee3e4b0b86dc13f8
Assisted-by: Claude Code/claude-sonnet-4
Signed-off-by: Allain Legacy <alegacy@redhat.com>
2026-03-05 19:55:17 -05:00
2025-01-31 15:15:38 +01:00
2023-11-09 11:16:49 +01:00
2019-04-19 19:42:51 +00:00
2019-12-23 21:44:45 -08:00
2020-03-17 07:48:42 +01:00
2024-05-29 11:37:47 +02:00
2022-10-24 17:50:19 +02:00
2015-04-16 15:58:23 -04:00
2026-01-24 14:51:36 +00:00
2025-10-20 07:51:27 +00:00
2020-04-05 17:46:26 +02:00
2020-12-08 17:09:05 +01:00
2026-01-24 12:58:37 +00:00

Bifrost

image

Bifrost (pronounced bye-frost) is a set of Ansible playbooks that automates the task of deploying a base image onto a set of known hardware using ironic. It provides modular utility for one-off operating system deployment with as few operational requirements as reasonably possible.

The mission of bifrost is to provide an easy path to deploy ironic in a stand-alone fashion, in order to help facilitate the deployment of infrastructure, while also being a configurable project that can consume other OpenStack components to allow users to easily customize the environment to fit their needs, and drive forward the stand-alone perspective.

Use cases include:

  • Installation of ironic in standalone/noauth mode without other OpenStack components.
  • Deployment of an operating system to a known pool of hardware as a batch operation.
  • Testing and development of ironic in the standalone mode.
Bifrost's documentation can be found at:

https://docs.openstack.org/bifrost/latest

Release notes are at:

https://docs.openstack.org/releasenotes/bifrost/

The project source code repository is located at:

https://opendev.org/openstack/bifrost/

Bugs can be filed in launchpad:

https://launchpad.net/bifrost

Description
Ansible roles and playbooks to enable a standalone Ironic install
Readme 32 MiB
Languages
Python 53.5%
Jinja 28.7%
Shell 17.8%