RETIRED, OpenStack Virtual Baremetal (OVB)
Go to file
Harald Jensås fa2c425843 Handle bmc-none in build_nodes_json.py
When there are less bmc_ports, compared to bm_ports filter
away bm_ports without a match bmc_port and set up the
baremetal to bmc pairs in bmc_bm_port_pairs.

All bm_ports are returned, and used with the new separate
function to build network_details. The new bmc_bm_port_pairs
is used with the _build_nodes method to create the a "nodes"
section containing only the bm nodes with a bmc port peer.

This is useful when using multiple roles, where one role
is hosting extra nodes that is not intended as virtual
baremetal nodes.

Change-Id: Ifc36d15b72c7421d7e0ec810d1ead17f4232b3ab
2021-06-29 17:07:45 +02:00
bin Switch from openstackcli to openstacksdk 2020-08-24 15:22:14 +00:00
doc Add doc/requirements 2021-01-07 16:07:40 +01:00
environments Revert extra node BMC mappings 2021-05-31 17:29:09 +05:30
ipxe Change ipxe-boot image to try all interfaces 2020-05-05 10:25:48 +02:00
openstack_virtual_baremetal Handle bmc-none in build_nodes_json.py 2021-06-29 17:07:45 +02:00
overcloud-templates Correct indentation in nic-configs 2019-01-11 15:47:45 -06:00
patches/nova Add new Nova patch file for Pike 2017-06-08 15:38:57 -05:00
sample-env-generator Revert extra node BMC mappings 2021-05-31 17:29:09 +05:30
templates Fix the config_drive property in virtual_baremetal_server.yaml 2021-05-28 09:09:17 +05:30
.gitignore Stop using setup.py [test|testr|build_sphinx] 2019-01-16 13:21:28 -06:00
.gitmodules Don't use diskimage-builder to build IPXE image 2019-09-25 17:15:30 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:05 +00:00
.stestr.conf Stop using setup.py [test|testr|build_sphinx] 2019-01-16 13:21:28 -06:00
.zuul.yaml Drop py27 support 2020-04-22 14:39:21 -06:00
README.rst Reference ReadTheDocs documentation from readme 2017-01-16 11:28:56 -06:00
requirements.txt Re-enable uefi support with glanceclient 2017-04-26 12:55:22 -05:00
setup.cfg Drop py27 support 2020-04-22 14:39:21 -06:00
setup.py Drop py27 support 2020-04-22 14:39:21 -06:00
test-requirements.txt Add doc/requirements 2021-01-07 16:07:40 +01:00
tox.ini Add doc/requirements 2021-01-07 16:07:40 +01:00

README.rst

OpenStack Virtual Baremetal

OpenStack Virtual Baremetal is a way to use OpenStack instances to do simulated baremetal deployments. For more details, see the full documentation.