Skip to content

Bare metal host provisioning integration for Kubernetes

License

Notifications You must be signed in to change notification settings

NeerajNagure/baremetal-operator

This branch is 625 commits behind metal3-io/baremetal-operator:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 5, 2024
Apr 17, 2024
Sep 27, 2020
Feb 29, 2024
Apr 4, 2024
Apr 14, 2024
Apr 2, 2024
Sep 28, 2021
Apr 12, 2024
Apr 12, 2024
Apr 12, 2024
Apr 6, 2023
Jun 1, 2022
Apr 17, 2024
Mar 28, 2024
Nov 16, 2021
Jan 18, 2024
Feb 9, 2024
Apr 19, 2023
Jan 24, 2024
Jan 24, 2024
Mar 14, 2019
Apr 8, 2024
Jan 23, 2019
Apr 8, 2024
Feb 29, 2024
Apr 4, 2024
Jan 25, 2024
Feb 16, 2023
Jan 30, 2024
Apr 17, 2024
Apr 17, 2024
Apr 4, 2024
Jul 26, 2023
Oct 28, 2020

Repository files navigation

Bare Metal Operator

CLOMonitor OpenSSF Scorecard Ubuntu daily main build status CentOS daily main build status BMO e2e periodic main

The Bare Metal Operator implements a Kubernetes API for managing bare metal hosts. It maintains an inventory of available hosts as instances of the BareMetalHost Custom Resource Definition. The Bare Metal Operator knows how to:

  • Inspect the host’s hardware details and report them on the corresponding BareMetalHost. This includes information about CPUs, RAM, disks, NICs, and more.
  • Provision hosts with a desired image.
  • Clean a host’s disk contents before or after provisioning.

More capabilities are being added regularly. See open issues and pull requests for more information on work in progress.

For more information about Metal³, the Bare Metal Operator, and other related components, see the Metal³ docs.

Resources

Integration tests

Currently a PR in BMO is tested with CAPM3 integration tests. There are two types of CAPM3 integration test, CAPM3 e2e integration tests and ansible integration tests. You will see one of each kind as a required test on a BMO PR. Eventually these tests will be replaced with BMO's own e2e tests. BMO e2e tests are currently under active development. Here are the tests which run on different branches in BMO:

E2E tests:

  • /test metal3-bmo-e2e-test-pull runs required BMO e2e tests on your PR. Works for main and release-0.5 branches.
  • /test metal3-bmo-e2e-test-optional-pull runs optional BMO e2e tests on your PR. These are under active development currently.

For more details on the e2e tests, see test/e2e/README.md.

Main branch:

  • /test-centos-e2e-integration-main runs CAPM3 e2e integration tests with CAPM3 main branch and BMO main branch on Centos
  • /test-ubuntu-integration-main runs ansible integration tests with CAPM3 main branch and BMO main branch on Ubuntu

Release-0.5 branch:

  • /test-centos-e2e-integration-release-1-6 runs CAPM3 e2e integration tests with CAPM3 release-1.6 branch and BMO release-0.5 branch on Centos
  • /test-ubuntu-integration-release-1-6 runs ansible integration tests with CAPM3 release-1.6 branch and BMO release-0.5 branch on Ubuntu

Release-0.4 branch:

  • /test-centos-e2e-integration-release-1-5 runs CAPM3 e2e integration tests with CAPM3 release-1.5 branch and BMO release-0.4 branch on Centos
  • /test-ubuntu-integration-release-1-5 runs ansible integration tests with CAPM3 release-1.5 branch and BMO release-0.4 branch on Ubuntu

Release-0.3 branch:

  • /test-centos-e2e-integration-release-1-4 runs CAPM3 e2e integration tests with CAPM3 release-1.4 branch and BMO release-0.3 branch on Centos
  • /test-ubuntu-integration-release-1-4 runs ansible integration tests with CAPM3 release-1.4 branch and BMO release-0.3 branch on Ubuntu

Important Notes

Whenever there is a change in config/ directory, please remember to run the following command:

make manifests

This will render the config/render/capm3.yaml. Please do not change the content of config/render/capm3.yaml manually.

About

Bare metal host provisioning integration for Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.8%
  • Shell 6.1%
  • Makefile 1.1%
  • Other 1.0%