summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE.rst4
-rw-r--r--docs/installation-instructions/baremetal.rst6
2 files changed, 5 insertions, 5 deletions
diff --git a/LICENSE.rst b/LICENSE.rst
index 3f2da312..1b941f2d 100644
--- a/LICENSE.rst
+++ b/LICENSE.rst
@@ -27,7 +27,7 @@ See the License for the specific language governing permissions and
limitations under the License.
Other applicable upstream project Licenses
-==================================================================
+==========================================
You may not use the content of this software bundle except in compliance with the
Licenses as listed below:
@@ -66,7 +66,7 @@ Licenses as listed below:
+----------------+-----------------------------------------------------+
Other applicable upstream project Licenses used by Foreman ISO
-==================================================================
+==============================================================
You may not use the content of this software bundle except in compliance with the
Licenses as listed below:
diff --git a/docs/installation-instructions/baremetal.rst b/docs/installation-instructions/baremetal.rst
index 72d84143..a4a05094 100644
--- a/docs/installation-instructions/baremetal.rst
+++ b/docs/installation-instructions/baremetal.rst
@@ -136,7 +136,7 @@ needs to be added to the ``inventory.yaml`` file.
- ``ipmi_ip``: IPMI IP Address
- ``ipmi_user``: IPMI username
- ``ipmi_password``: IPMI password
- - ``ipmi_type``: Power Management driver to use for the node
+ - ``pm_type``: Power Management driver to use for the node
- ``cpus``: (Introspected*) CPU cores available
- ``memory``: (Introspected*) Memory available in Mib
- ``disk``: (Introspected*) Disk space available in Gb
@@ -150,7 +150,7 @@ leave default values and Apex will get the correct values when it runs introspec
in a non-deterministic fashion.
Creating the Settings Files
------------------------------------
+---------------------------
Edit the 2 settings files in /etc/opnfv-apex/. These files have comments to help you customize them.
@@ -170,7 +170,7 @@ You are now ready to deploy OPNFV using Apex!
Follow the steps below to execute:
1. Execute opnfv-deploy
- ``sudo opnfv-deploy [ --flat | -n network_setttings.yaml ] -i inventory.yaml -d deploy_settings.yaml``
+ ``sudo opnfv-deploy [ --flat | -n network_settings.yaml ] -i inventory.yaml -d deploy_settings.yaml``
If you need more information about the options that can be passed to opnfv-deploy use ``opnfv-deploy --help``
--flat will collapse all networks onto a single nic, -n network_settings.yaml allows you to customize your
networking topology.