From 05b1ff1dbd36518c3ed93468049a43c85c9efdbb Mon Sep 17 00:00:00 2001 From: cgoveas Date: Fri, 3 Mar 2023 12:49:33 +0530 Subject: [PATCH 1/2] Updating documentation Signed-off-by: cgoveas --- .../InstallingProvisionTool/DiscoveryMechanisms/bmc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/InstallationGuides/InstallingProvisionTool/DiscoveryMechanisms/bmc.rst b/docs/source/InstallationGuides/InstallingProvisionTool/DiscoveryMechanisms/bmc.rst index 1f4191194..d3d7cb88f 100644 --- a/docs/source/InstallationGuides/InstallingProvisionTool/DiscoveryMechanisms/bmc.rst +++ b/docs/source/InstallationGuides/InstallingProvisionTool/DiscoveryMechanisms/bmc.rst @@ -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``. From 761f0be9a730c63e04707a4323f6557ba642615b Mon Sep 17 00:00:00 2001 From: cgoveas Date: Fri, 10 Mar 2023 12:51:58 +0530 Subject: [PATCH 2/2] Updating documentation Signed-off-by: cgoveas --- README.md | 2 +- docs/source/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2f124dad..e591bb9cb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -![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) diff --git a/docs/source/index.rst b/docs/source/index.rst index c32de5378..12e3e1e7a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -61,8 +61,8 @@ For a better understanding of what Omnia does, check out our `docs