Commit Graph

1616 Commits

Author SHA1 Message Date
Jonathon Anderson
6e553992db Merge pull request #672 from mslacken/Fix624
use always @BINDIR@
2023-02-02 20:53:28 -07:00
Jonathon Anderson
37daa19808 Merge pull request #668 from mslacken/FixConfigPerm
fix permission of config.ww
2023-02-02 18:00:58 -07:00
Jonathon Anderson
81c3192988 Fix a grammatical error in a log message 2023-02-02 17:26:26 -07:00
Jonathon Anderson
8d3959bb8d Merge pull request #561 from mslacken/lint-update
updated linter and fixed deprecated stuff
2023-02-02 14:38:50 -07:00
Jonathon Anderson
e8e9c4f3bd Merge branch 'development' into lint-update 2023-02-02 14:38:33 -07:00
Christian Goll
edce6b8140 refactored profile list command 2023-02-02 12:22:07 +01:00
Christian Goll
78d3244ce5 Update warewulfd.service.in 2023-02-01 14:31:42 +01:00
Christian Goll
e4eabd036e build host overlay only if requested 2023-02-01 11:35:00 +01:00
Christian Goll
b32a0e0201 use always @BINDIR@ 2023-02-01 11:15:46 +01:00
Christian Goll
0a8638698d sort netnames for node list 2023-02-01 11:10:51 +01:00
Christian Goll
b5725513b3 container show will only show valid containers 2023-02-01 09:30:27 +01:00
Christian Goll
e1b8988a4e fix permission of config.ww 2023-02-01 09:25:13 +01:00
Jonathon Anderson
cb1726bd40 Minor spelling fix
Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-01-31 14:57:27 -07:00
Jonathon Anderson
db35d5a5e7 Correct header for overlay list -al
Fixes #485

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-01-31 11:59:40 -07:00
Christian Goll
05237935eb node option also for shell and respect env $SHELL 2023-01-31 18:05:18 +01:00
Christian Goll
317cd5d4e0 add option for node rendering 2023-01-31 17:45:09 +01:00
Christian Goll
5e70a15611 updated Changelog with default bind mounts 2023-01-31 16:04:08 +01:00
Christian Goll
f5b35f7ef8 do not copy resolv.conf, but mount it 2023-01-31 16:04:08 +01:00
Christian Goll
157c3cd923 getting defaults mounts from warewulf.conf 2023-01-31 16:04:08 +01:00
Christian Goll
d82314460f added support for mounts.conf for container exec 2023-01-31 16:04:07 +01:00
Christian Goll
71a3867bbe create temporary dir for overlayfs not in __child 2023-01-31 16:04:07 +01:00
Christian Goll
6d560ac02a create overlayfs for ephermal mount points 2023-01-31 16:04:07 +01:00
Christian Goll
a4202df508 create overlay of missing mount points 2023-01-31 16:04:07 +01:00
Christian Goll
d30d523866 respect read only rootfs for containers 2023-01-31 16:04:07 +01:00
Christian Goll
7ade65c73f cleaned up container exec __child 2023-01-31 16:04:07 +01:00
Christian Goll
5249931ab0 do not call container exec for shell call 2023-01-31 16:04:07 +01:00
Christian Goll
09ad83b02f add TMPDIR 2023-01-31 16:04:07 +01:00
Christian Goll
55f61a7c18 pass log level to container exec 2023-01-31 16:03:57 +01:00
Jonathon Anderson
7e94c265f0 Refactor some variables in syncuser and correct error message
- Rename some internal variables to make the function easier to follow
- Refactor some code to make it simpler
- Remove some commented-out code
- Fix an error message

Closes #650

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-01-24 22:06:19 -06:00
Christian Goll
32ab50f299 make ipxe binary source configureable 2023-01-24 12:11:11 +01:00
Jonathon Anderson
88b740d74d Fixed an incorrect issue association in CHANGELOG 2023-01-18 15:53:21 -07:00
Jonathon Anderson
b5cdfa06fb Fixed typos in CHANGELOG 2023-01-18 14:05:16 -07:00
Christian Goll
afcdb21ed7 Tag 4.4.0 release 2023-01-18 21:33:04 +01:00
Christian Goll
895df98c76 Update CHANGELOG.md 2023-01-18 21:31:19 +01:00
Christian Goll
2cca2a7662 Merge pull request #640 from mslacken/removeSigs
remove signature from OCI image
2023-01-18 21:29:33 +01:00
Christian Goll
66bfa48fcc Merge pull request #645 from mslacken/resolvKernelVers
resolve symlink for kernel version
2023-01-18 21:27:18 +01:00
Christian Goll
ab9c0534f5 Merge pull request #646 from anderbubble/627-remove-redundant-code
Remove redundant code
2023-01-18 21:25:55 +01:00
Christian Goll
52cddcab25 Merge pull request #647 from Prepultrue/development
Set umask to 0000 while overlays are being built. Fixes #584
2023-01-18 21:25:11 +01:00
Christian Goll
a492888d5f Merge pull request #648 from anderbubble/changelog-4.4.0
Update changelog in prep for v4.4.0
2023-01-18 21:20:33 +01:00
Jonathon Anderson
d35fab082a Update changelog in prep for v4.4.0
Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-01-18 12:59:41 -07:00
Christian Goll
df977098c4 Merge pull request #3 from anderbubble/resolvKernelVers
Simpler symlink handling in KernelFind
2023-01-18 09:39:51 +01:00
Jonathon Anderson
42f4f1db34 Simpler symlink handling in KernelFind
Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-01-17 23:43:22 -07:00
David McFarlane
404710dd2d Update CHANGELOG.md 2023-01-18 14:42:40 +11:00
David McFarlane
950099f9dc Set umask to 0000 while overlays are being built. Fixes #584 2023-01-18 14:34:40 +11:00
Jonathon Anderson
3638378eaa Remove redundant code
Pointed out in #627

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-01-16 14:42:06 -07:00
Christian
750358646d resolve symlink for kernel version 2023-01-16 14:34:16 +01:00
Christian Goll
1df6f6229e Merge pull request #630 from mslacken/GetBfromAltvalue
GetB must not ignore altvalue
2023-01-13 16:28:24 +01:00
Christian Goll
29a6ed4115 Merge pull request #641 from anderbubble/issue-templates
Templates for GitHub issues and pull requests
2023-01-13 15:50:51 +01:00
Christian Goll
ae4fb41722 without nested if else 2023-01-12 10:37:19 +01:00
Christian Goll
6b5cebbd62 Merge pull request #641 from anderbubble/issue-templates
Templates for GitHub issues and pull requests
2023-01-12 10:12:43 +01:00