Skip to content

Commit

Permalink
Update main docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 9, 2024
1 parent 8b5dc33 commit b4e5434
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 28 deletions.
14 changes: 0 additions & 14 deletions static/docs/main/_sources/contents/configuration.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,20 +202,6 @@ command.
This also goes for ``warewulf.conf`` as well - any changes made also require ``warewulfd`` to be restarted.
The restart should be done using the following command: ``systemctl restart warewulfd``

defaults.conf
=============

The ``defaults.conf`` file configures default values used when none
are specified in ``nodes.conf``. For example: if a node does not have
a "runtime overlay" specified, the respective value from
``defaultnode`` is used. If a network device does not specify a
"device," the device value of the ``dummy`` device is used.

If ``defaults.conf`` does not exist, compiled-in defaults are used.

There should never be a need to change this file: all site-local
parameters should be specified using either nodes or profiles.

Directories
===========

Expand Down
12 changes: 0 additions & 12 deletions static/docs/main/contents/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#nodes-conf">nodes.conf</a></li>
<li class="toctree-l2"><a class="reference internal" href="#defaults-conf">defaults.conf</a></li>
<li class="toctree-l2"><a class="reference internal" href="#directories">Directories</a></li>
</ul>
</li>
Expand Down Expand Up @@ -294,17 +293,6 @@ <h2>nodes.conf<a class="headerlink" href="#nodes-conf" title="Link to this headi
The restart should be done using the following command: <code class="docutils literal notranslate"><span class="pre">systemctl</span> <span class="pre">restart</span> <span class="pre">warewulfd</span></code></p>
</div>
</section>
<section id="defaults-conf">
<h2>defaults.conf<a class="headerlink" href="#defaults-conf" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">defaults.conf</span></code> file configures default values used when none
are specified in <code class="docutils literal notranslate"><span class="pre">nodes.conf</span></code>. For example: if a node does not have
a “runtime overlay” specified, the respective value from
<code class="docutils literal notranslate"><span class="pre">defaultnode</span></code> is used. If a network device does not specify a
“device,” the device value of the <code class="docutils literal notranslate"><span class="pre">dummy</span></code> device is used.</p>
<p>If <code class="docutils literal notranslate"><span class="pre">defaults.conf</span></code> does not exist, compiled-in defaults are used.</p>
<p>There should never be a need to change this file: all site-local
parameters should be specified using either nodes or profiles.</p>
</section>
<section id="directories">
<h2>Directories<a class="headerlink" href="#directories" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">/etc/warewulf/ipxe/</span></code> directory contains <em>text/templates</em> that
Expand Down
1 change: 0 additions & 1 deletion static/docs/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ <h1>User Guide<a class="headerlink" href="#user-guide" title="Link to this headi
<li class="toctree-l1"><a class="reference internal" href="contents/configuration.html">Warewulf Configuration</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contents/configuration.html#warewulf-conf">warewulf.conf</a></li>
<li class="toctree-l2"><a class="reference internal" href="contents/configuration.html#nodes-conf">nodes.conf</a></li>
<li class="toctree-l2"><a class="reference internal" href="contents/configuration.html#defaults-conf">defaults.conf</a></li>
<li class="toctree-l2"><a class="reference internal" href="contents/configuration.html#directories">Directories</a></li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion static/docs/main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit b4e5434

Please sign in to comment.