Skip to content

Commit

Permalink
Merge pull request #1870 from cgoveas/devel
Browse files Browse the repository at this point in the history
Updating changes to the main branch
  • Loading branch information
sujit-jadhav committed Mar 10, 2023
2 parents 0ea4543 + 6be8d42 commit 78aaa35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- ALL-CONTRIBUTORS-BADGE:END -->


![GitHub](https://img.shields.io/github/license/dellhpc/omnia) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/dellhpc/omnia?include_prereleases) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dellhpc/omnia/devel) ![GitHub commits since tagged version](https://img.shields.io/github/commits-since/dellhpc/omnia/v1.4/devel)
![GitHub](https://img.shields.io/github/license/dellhpc/omnia) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/dellhpc/omnia?include_prereleases) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dellhpc/omnia/main) ![GitHub commits since tagged version](https://img.shields.io/github/commits-since/dellhpc/omnia/v1.4/main)

![All contributors](https://img.shields.io/github/all-contributors/dellhpc/omnia) ![GitHub forks](https://img.shields.io/github/forks/dellhpc/omnia) ![GitHub Repo stars](https://img.shields.io/github/stars/dellhpc/omnia) ![GitHub all releases](https://img.shields.io/github/downloads/dellhpc/omnia/total)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ For automatic provisioning of servers and discovery, the BMC method can be used.

- The control plane NIC connected to remote servers (through the switch) should be configured with two IPs in a shared LOM set up. This NIC is configured by Omnia with the IP xx.yy.255.254, aa.bb.255.254 (where xx.yy are taken from ``bmc_nic_subnet`` and aa.bb are taken from ``admin_nic_subnet``) when ``discovery_mechanism`` is set to ``bmc``.

.. image:: ../../../images/ControlPlaneNic.png
.. image:: ../../../../images/ControlPlaneNic.png

- IP ranges (``bmc_static_start_range``, ``bmc_static_start_range``) provided to Omnia for BMC discovery should be within the same subnet.

.. note:: To create a meaningful range of discovery, ensure that the last two octets of ``bmc_static_end_range`` are equal to or greater than the last two octets of the ``bmc_static_start_range``. That is, for the range a.b.c.d - a.b.e.f, e and f should be greater than or equal to c and d. *Ex: 172.20.0.50 - 172.20.1.101 is a valid range however, 172.20.0.101 - 172.20.1.50 is not.*
.. note:: To create a meaningful range of discovery, ensure that the last two octets of ``bmc_static_end_range`` are equal to or greater than the last two octets of the ``bmc_static_start_range``. That is, for the range a.b.c.d - a.b.e.f, e and f should be greater than or equal to c and d. *Ex: 172.20.0.50 - 172.20.1.101 is a valid range however, 172.20.0.101 - 172.20.1.50 is not.*

- All iDRACs should be reachable from the ``admin_nic``.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ For a better understanding of what Omnia does, check out our `docs <https://omni

.. |Omnia version| image:: https://img.shields.io/github/v/release/dellhpc/omnia?include_prereleases
.. |Downloads| image:: https://img.shields.io/github/downloads/dellhpc/omnia/total
.. |Last Commit| image:: https://img.shields.io/github/last-commit/dellhpc/omnia/devel
.. |Commits Since 1.4| image:: https://img.shields.io/github/commits-since/dellhpc/omnia/v1.4/devel
.. |Last Commit| image:: https://img.shields.io/github/last-commit/dellhpc/omnia/main
.. |Commits Since 1.4| image:: https://img.shields.io/github/commits-since/dellhpc/omnia/v1.4/main
.. |Contributors| image:: https://img.shields.io/github/all-contributors/dellhpc/omnia
:target: docs/CONTRIBUTORS.md
:alt: Contributors
Expand Down

0 comments on commit 78aaa35

Please sign in to comment.