Fix grammatical and spelling errors in userdocs/
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -14,7 +14,7 @@ Install the basic services
|
||||
.. note::
|
||||
|
||||
If you get an error message concerning *isc-dhcp-server.service* you
|
||||
probably need to configure the network intarface that isc-dhcp-server
|
||||
probably need to configure the network interface that isc-dhcp-server
|
||||
will listen to. Run ``sudo dpkg-reconfigure isc-dhcp-server`` and enter
|
||||
the name of your cluster's private network interface (e.g. enp2s0). After that, you might also need to run ``sudo systemctl enable isc-dhcp-server``.
|
||||
|
||||
@@ -104,8 +104,8 @@ Configure system services automatically
|
||||
|
||||
There are a number of services and configurations that Warewulf relies
|
||||
on to operate. If you wish to configure all services, you can do so
|
||||
individually (omitting the ``--all``) will print a help and usage
|
||||
instructions.
|
||||
with the following command. Running ``wwctl configure`` individually
|
||||
(omitting the ``--all``) will print help and usage instructions.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Install Warewulf
|
||||
================
|
||||
|
||||
The preferred way to install Warewulf on Enterprise Linux is using the
|
||||
the RPMs published in `GitHub releases`_. For example, to install the
|
||||
RPMs published in `GitHub releases`_. For example, to install the
|
||||
v4.6.5 release on Enterprise Linux 9:
|
||||
|
||||
.. code-block:: bash
|
||||
@@ -153,7 +153,7 @@ configure --all``.
|
||||
|
||||
If you just installed the system fresh and have SELinux enforcing,
|
||||
you may need to run ``restorecon -Rv /var/lib/tftpboot/`` to label
|
||||
files written to q`tftpboot``.
|
||||
files written to ``tftpboot``.
|
||||
|
||||
Add a base node image
|
||||
=====================
|
||||
|
||||
@@ -9,7 +9,7 @@ Cluster network
|
||||
External services
|
||||
The Warewulf server can configure external services to support the
|
||||
provisioning process. For example, the Warewulf server typically deploys and
|
||||
configures a DHCP server (either ISC DHCP or dnsqmasq) and a TFTP server.
|
||||
configures a DHCP server (either ISC DHCP or dnsmasq) and a TFTP server.
|
||||
|
||||
Image
|
||||
The node images that Warewulf manages and provisions. Images may be imported
|
||||
|
||||
@@ -15,7 +15,7 @@ running on the same node image. As of Warewulf v4, the node image can be managed
|
||||
using industry-standard container tooling and/or CI/CD pipelines. This can be as
|
||||
simple as DockerHub or your own private GitLab CI infrastructure. With this
|
||||
architecture, Warewulf combines the best of High Performance Computing (HPC),
|
||||
Cloud, Hyperscale, and Enterprise deployment principals to create and maintain
|
||||
Cloud, Hyperscale, and Enterprise deployment principles to create and maintain
|
||||
large scalable stateless clusters.
|
||||
|
||||
Warewulf is used most prominently in High Performance Computing (HPC) clusters,
|
||||
@@ -46,7 +46,7 @@ flexible provisioning system for all types of clusters.
|
||||
to Dell, Debian, SUSE, Rocky, CentOS, and RHEL, Warewulf can be used in most
|
||||
any environment.
|
||||
|
||||
* **Secure**: Warewulf support SELinux out-of-the-box. Just install SELinux in
|
||||
* **Secure**: Warewulf supports SELinux out-of-the-box. Just install SELinux in
|
||||
your node image and let Warewulf do the rest!
|
||||
|
||||
* **Open Source**: Warewulf is and has always been open source. It can be used
|
||||
|
||||
@@ -63,7 +63,7 @@ the management of ``dhcpd`` and ``tftp``. There are two ways to achieve this:
|
||||
|
||||
The first method is relatively trivial. The second method is described below.
|
||||
|
||||
As first the first step, add the dummy node.
|
||||
As the first step, add the dummy node.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
@@ -87,8 +87,8 @@ Add the delivery networks to this node.
|
||||
--nettagadd network=10.0.30.0,dynstart=10.10.30.10,dynend=10.10.30.50 \
|
||||
deliverynet
|
||||
|
||||
The ip address is used as the network address of host in the delivery network
|
||||
and an additional tags is used for definition of the network itself and the
|
||||
The IP address is used as the network address of the host in the delivery network
|
||||
and an additional tag is used for the definition of the network itself and the
|
||||
dynamic dhcp range. You can check the result with ``wwctl node list``.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
@@ -10,7 +10,7 @@ version and configuration drift, eventually becoming a point of discrete
|
||||
administration and debugging. The larger the cluster, the harder this problem is
|
||||
to solve.
|
||||
|
||||
This is the problem that Warewulf was created solve.
|
||||
This is the problem that Warewulf was created to solve.
|
||||
|
||||
Provisioning Overview
|
||||
=====================
|
||||
@@ -78,7 +78,7 @@ When a cluster node boots from Warewulf, the following process occurs:
|
||||
|
||||
* In a single-stage provisioning configuration, the desired image and
|
||||
overlays are combined and provisioned immediately by the bootloader as the
|
||||
kernel's initial root file system. This is straightfoward, but does not
|
||||
kernel's initial root file system. This is straightforward, but does not
|
||||
work in all environments: some systems have memory layouts that are not
|
||||
handled properly by either iPXE or GRUB for sufficiently large image sizes,
|
||||
leading to strange, unpredictable results.
|
||||
|
||||
@@ -42,7 +42,7 @@ Configure the controller
|
||||
========================
|
||||
|
||||
Edit the file ``/etc/warewulf/warewulf.conf`` and ensure that you've
|
||||
set the appropriate configuration paramaters. Here are some of the
|
||||
set the appropriate configuration parameters. Here are some of the
|
||||
defaults for reference assuming that ``192.168.200.1`` is the IP
|
||||
address of your cluster's private network interface:
|
||||
|
||||
@@ -97,8 +97,8 @@ Configure system services automatically
|
||||
|
||||
There are a number of services and configurations that Warewulf relies
|
||||
on to operate. If you wish to configure all services, you can do so
|
||||
individually (omitting the ``--all``) will print a help and usage
|
||||
instructions.
|
||||
with the following command. Running ``wwctl configure`` individually
|
||||
(omitting the ``--all``) will print help and usage instructions.
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user