This commit is contained in:
2023-09-26 10:26:59 -04:00
parent c9ad391873
commit d2f7ac8aef
8 changed files with 451 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#+TITLE: OpenStack: BareMetal
Openstack has a collection of services named "ironic" that helps
manage baremetal servers. The architecture is broken down by levels of
abstraction. The highest abstraction is the API, which makes
controlling different hardware seem the same. Below the API is a basic
driver layer, which calls out to plugins to perform actions specific
to a vendor/hardware type.
ref: https://docs.openstack.org/ironic/2023.1/install/get_started.html