Commit Graph

67 Commits

Author SHA1 Message Date
Christian Goll
1e13d5025e Merge branch 'development' into gendersTemplate 2023-09-06 14:08:09 +02:00
Arnaud Lecomte
f2392f6e37 Updating documentation & API endpoint for container copy 2023-08-28 08:39:15 +02:00
Nicholas Porter
9a8396adea Update el8.rst 2023-08-22 16:17:50 -06:00
Christian Goll
d060c3d447 Add ignition documentation
Signed-off-by: Christian Goll <cgoll@suse.de>
2023-08-21 16:19:13 -06:00
Christian Goll
0f48516eb7 Merge pull request #890 from anderbubble/makefile-refactor
Makefile refactor
2023-08-15 12:48:27 +02:00
Christian Goll
320c92e55e added example for host specific files
Signed-off-by: Christian Goll <cgoll@suse.com>
2023-08-14 11:38:16 +02:00
Jonathon Anderson
bf3995d6f5 Clean up test targets in Makefile
Most notably, replaces the test-it target with a more simply named test
target.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
2023-08-10 11:43:46 -06:00
Jonathon Anderson
c1d56885ac Refactor Makefile config / Defaults.mk
Makefile has included a Defaults.mk file to store variable configuration
from one run for implicit inclusion in future runs, but the creation of
this file has been automatic and opaque, and the state of it managed by
a series of PHONY targets (e.g., config, genconfig, rm_config). This
commit refactors config to name its files explicitly (so they can be
more properly monitored by make) and makes the generation of Defaults.mk
explicit so that its behavior is more obvious.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
2023-08-10 11:43:46 -06:00
Christian Goll
546007423c Merge pull request #873 from ArnaudDevelopper/development
Addind information related to node status checkup during provisiong p…
2023-06-28 11:39:10 +02:00
Arnaud Lecomte
9934f2a1b1 Addind information related to node status checkup during provisiong process 2023-06-28 11:01:10 +02:00
Arnaud
ba3939345c Fix lsmod wrong spelling 2023-06-26 15:59:45 +02:00
James Cogo
f1e1e8d90a Update el9.rst
No match for argument: gpgpme-devel
Error: Unable to find a match: gpgpme-devel

-Changed gpgpme-devel ==> gpgme-devel
2023-06-22 16:47:19 -07:00
Yoshiaki Senda
2f82e5c964 fix inline code block 2023-06-15 18:37:40 +09:00
Yoshiaki Senda
960062969e minor fix 2023-06-15 18:36:43 +09:00
Yoshiaki Senda
9e07c99df9 reflect feedback 2023-06-15 18:34:04 +09:00
Yoshiaki Senda
835d953c95 fix indentation 2023-06-15 17:39:57 +09:00
Yoshiaki Senda
e5dcffca0f fix indentation error 2023-06-15 16:25:40 +09:00
Yoshiaki Senda
960bdd6cbc fix typo 2023-06-15 15:51:25 +09:00
Yoshiaki Senda
d9fe4b5e63 Add New documentation for development environment (Vagrant) 2023-06-15 15:44:57 +09:00
Yoshiaki Senda
87fd3a5562 Add development-environment-vagrant
Add development-environment-vagrant to index.rst
2023-06-15 14:33:28 +09:00
Christian Goll
9e463c516e Merge pull request #850 from panda1100/patch-3
Add EL9 quickstart guide to index.rst
2023-06-13 11:35:09 +02:00
Yoshiaki Senda
8d674f6105 Merge branch 'development' into patch-2 2023-06-12 22:31:42 +09:00
Yoshiaki Senda
c640b37ca0 Add EL9 quickstart guide to index.rst 2023-06-12 22:28:20 +09:00
Christian Goll
b3ebb6bfd7 Merge pull request #849 from panda1100/panda1100-el9
Quickstart Guide for EL9
2023-06-12 14:49:33 +02:00
Jonathon Anderson
4910bbdfde Merge pull request #795 from anderbubble/userdocs-hostlist
Documentation and tests for hostlist syntax
2023-06-08 15:10:22 -06:00
Yoshiaki Senda
5e30205b63 Quickstart Guide for EL9
Quickstart Guide for EL9
2023-06-09 00:59:37 +09:00
Yoshiaki Senda
d81dcdf65b add genconfig line
* without `genconfig`, warewulfd doesn not read `/etc/warewulf/warewuld.conf`, and read `/usr/local/etc/warewulf/warewulf.conf` instead.
* added `genconfig` line to make our build configuration identical to rpm package one 

This fix #847
2023-06-09 00:39:16 +09:00
Yoshiaki Senda
55778b9d51 fix typo
fix package name to gpgme-devel
2023-06-08 12:24:19 +09:00
Jonathon Anderson
82cdd13987 Documentation and tests for hostlist syntax
Added this to a new top-level page for wwctl

Closes #611

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-06-05 05:06:59 -06:00
Christian Goll
27563db856 added genders examples 2023-05-23 16:48:13 +02:00
Brian Clemens
74df996550 Merge pull request #794 from anderbubble/userdocs-excludes
Document excludes and container_exit.sh
2023-04-22 14:47:08 +09:00
Brian Clemens
dddc82d10f Merge pull request #798 from anderbubble/userdocs-local-container
Document importing local container images
2023-04-22 13:33:46 +09:00
Brian Clemens
6fc507f546 Merge pull request #796 from anderbubble/userdocs-image-size
Add a userdocs section on container sizes and workarounds
2023-04-22 13:33:02 +09:00
Brian Clemens
a361ab3b83 Merge pull request #799 from anderbubble/userdocs-node-discoverable
Document node discovery and order in userdocs
2023-04-22 13:32:27 +09:00
Jonathon Anderson
f1c6cf73e7 Document node discovery and order in userdocs
Closes #487

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-04-21 16:56:07 -06:00
Jonathon Anderson
b0f3a8e4ae Document importing local container images
Closes #492

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-04-21 15:42:30 -06:00
Jonathon Anderson
d0a0feff15 Add a section on container sizes and workarounds
Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-04-21 14:29:39 -06:00
Christian Goll
a4f036ad67 Merge pull request #793 from anderbubble/secure-true
Additional documentation for warewulf.conf:warewulf.secure
2023-04-21 09:43:37 +02:00
Jonathon Anderson
d9782688b1 Fix a hyperlink syntax error in userdocs
Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-04-20 14:42:23 -06:00
Jonathon Anderson
1731636bc2 Document excludes and container_exit.sh
Closes #612

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-04-20 14:22:24 -06:00
Jonathon Anderson
951e10755a Additional documentation for warewulf.conf:warewulf.secure
Closes #615

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-04-20 13:35:11 -06:00
Jonathon Anderson
be9bd9d2bc Update Warewulf logos in userdocs
Closes #788

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-04-19 20:43:34 -06:00
Jonathon Anderson
bd58ac456c Restore .png files corrupted by #587
Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-04-19 20:26:48 -06:00
Christian Goll
321df0ba94 Merge pull request #754 from olafmersmann/fix_el8-pkgs
Add missing packages to build on EL8
2023-03-24 08:24:07 +01:00
Brian Clemens
aa53cf866c Add debugging page to doc index 2023-03-24 10:05:50 +09:00
Olaf Mersmann
b84908b515 Add missing packages to build on EL8
Building on a fresh Rocky Linux 8.7 box gpgme-devel and libassum-devel
in addition to the packages already listed.
2023-03-23 20:26:10 +01:00
Jonathon Anderson
fc362beebc Add a userdocs page for using delve to debug tests
Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-03-23 12:57:26 -06:00
Christian Goll
8f76b81596 Merge branch 'development' into genconf 2023-03-22 12:06:58 +01:00
Christian Goll
a935d5fe77 Merge pull request #727 from hpcng/dnsmasq
added experimental dnsmasq support
2023-03-22 12:06:10 +01:00
Jonathon Anderson
6073354d24 Update documentation to reference ghcr rather than DockerHub
Warewulf sample node images are now built automatically with GitHub CI/CD,
targeting ghcr.io. This updates the documentation to reference that location
rather than DockerHub.

Addresses #732

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-03-20 16:09:05 -06:00