Skip to content

Commit 252a3a2

Browse files
committed
Add integrations page to ironicbaremetal.org
There are numerous places where ironic is used or can be used by an infrastucture operator. This page is intended to help reveal some of these cases so people can recognize the ecosystem is larger than just one project.
1 parent 7c1d6c5 commit 252a3a2

File tree

3 files changed

+50
-4
lines changed

3 files changed

+50
-4
lines changed

src/content/footer-nav.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"productName": "Ironic",
33
"pages": [
4+
{
5+
"text": "Integrations",
6+
"link": "/integrations/"
7+
},
48
{
59
"text": "Code",
610
"link": "https://opendev.org/openstack/ironic"

src/content/navbar.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"logo": "/img/Ironic_horizontal-white.svg",
33
"nav": [
4-
{
5-
"text": "Home",
6-
"link": "/"
7-
},
84
{
95
"text": "Blog",
106
"link": "/blog/"
117
},
8+
{
9+
"text": "Integrations",
10+
"link": "/integrations/"
11+
},
1212
{
1313
"text": "Code",
1414
"link": "https://opendev.org/openstack/ironic"

src/pages/pages/integrations.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
templateKey: default-page
3+
seo:
4+
description: "Integrations for Ironic Bare Metal"
5+
title: Ironic Bare Metal Integrations
6+
twitterUsername: "@openstack"
7+
url: "https://ironicbaremetal.org/"
8+
title: Integrations
9+
subTitle: "Ironic project Integrations and Tools"
10+
---
11+
12+
The Ironic project has a long history of being driven by Cloud and Infrastruture operators seeking to solve their problems. This has resulted in a diverse set of capabilities, integrations, and ways to leverage ironic.
13+
14+
<br>
15+
16+
## Community Projects with Integration
17+
18+
This is a list of community projects which feature or leverage Ironic in order to deploy Bare Metal to meet the needs of infrastucture operators and ultimately end users. Some of these projects have commercial versions or offerings from vendors, however this list is restricted to "Community" only.
19+
20+
- **Bifrost:** <https://docs.openstack.org/bifrost/latest/install/index.html> - An Ansible based toolkit to setup Ironic, and orchestrate Bare Metal provisioning with Playbooks!
21+
- **TripleO:** <https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/> - A toolkit and suite of projects which use Ironic to deploy the Bare Metal and offer the ability to deploy Bare Metal as a Service level configurations. Able to be used to deploy an entire OpenStack cluster.
22+
- **Kayobe:** <https://docs.openstack.org/kayobe/latest/> - A toolkit to deploy an OpenStack cluster using physical bare metal which leverages Ironic to perform Bare Metal deployment.
23+
- **Metal³:** <https://metal3.io> - A toolkit to help facilitate bare metal machine deployment from with-in a Kubernetes deployment, leveraging Ironic in an an ephemeral design.
24+
- **Airship:** <https://www.airshipit.org/> - A cloud orchustration toolkit which uses seamlessly integrates OpenStack, Kubernetes, Metal³, and ultimately Ironic.
25+
- **StarlingX:** <https://www.starlingx.io> - A cloud infrastructure sotware stack which supports the deployment of workloads to Bare Metal using Ironic.
26+
- **Nova:** <https://docs.openstack.org/nova/latest/admin/configuration/hypervisor-ironic.html> - The OpenStack Compute service, also known as Nova, supports using Ironic as a hypervisor in order to allow compute resource to request and deploy Bare Metal instances as opposed to virtual machine instances.
27+
28+
<br>
29+
30+
## Tools, & Other Useful Items
31+
32+
- **Metalsmith:** <https://docs.openstack.org/metalsmith/latest/> - A command line tool to schedule and deploy bare metal without additional services like OpenStack Nova or Placement.
33+
- **Ansible Integration:** <https://github.com/openstack/ansible-collections-openstack> - How does Bifrost work?! It uses the *baremetal* and *baremetal_node* modules from the official OpenStack Ansible collection!
34+
- **networking-ansible:** <https://opendev.org/x/networking-ansible> - Control your switches via Neutron ML2 and Ansible, to enable ironic bare metal nodes on specific tenant networks.
35+
- **networking-generic-switch:** <https://opendev.org/openstack/networking-generic-switch> - Community developed [Neutron](https://docs.openstack.org/neutron/latest) ML2 driver for switch integration.
36+
- **sushy:** <https://docs.openstack.org/sushy/latest/> - A lightweight python library for accessing Redfish BMCs, used by Ironic!
37+
38+
<br>
39+
40+
## Are we missing something?
41+
42+
If we're missing your integration, or you think we've forgotten about some awesome tool out there, don't worry. Feel free to propose a change to this document via [Github](https://github.com/OpenStackweb/ironic-website)!

0 commit comments

Comments
 (0)