Christian Goll
7e1cb014c2
use distribution ipxe binaries
...
exclude .github and .vscode for make dist
honor git tag when generating spec file
Signed-off-by: Christian Goll <cgoll@suse.com >
2023-12-08 22:38:57 -07:00
Christian Goll
8cbeb25c8b
seperate the path for the iPXE binaries
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2023-12-08 22:38:43 -07:00
Jonathon Anderson
691f9875f5
Merge pull request #960 from mslacken/OverlayPaths
...
propagate paths to overlays and use for wwclient
2023-12-08 21:20:44 -07:00
Jonathon Anderson
64d0d54c92
Fix some formatting errors with make fmt
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-12-08 21:18:14 -07:00
Christian Goll
183f8e479c
Propagate paths to overlays and use for wwclient
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2023-12-08 21:09:47 -07:00
Christian Goll
aa75d3856d
Merge pull request #1008 from JasonYangShadow/add_git_tag
...
add git tag to nightly release
2023-12-07 13:11:53 +01:00
jason yang
163b0aa4f4
add git tag to nightly release
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-12-07 11:53:24 +00:00
Christian Goll
8ecaf9ed95
Merge pull request #1007 from JasonYangShadow/hotfix-nightly
...
[hotfix for nightly release]remove update_latest_release
2023-12-07 08:41:38 +01:00
jason yang
618ba74b8b
add workflow_dispatch
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-12-07 03:50:09 +00:00
jason yang
a0cea0f74e
remove update_latest_release tag
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-12-07 02:43:54 +00:00
Christian Goll
9c798bb13d
Merge pull request #1005 from JasonYangShadow/issue/969
...
add nightly release support
2023-12-06 14:18:18 +01:00
jason yang
3fd2899b1f
add nightly release support
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-12-06 13:17:22 +00:00
Christian Goll
2196417b79
Merge pull request #999 from buzh/development
...
Add option to change ipmitool escape char
2023-12-05 08:00:33 +01:00
Andreas Skau
c635fecbc6
Almost missed a :
2023-12-04 22:18:13 +01:00
Andreas Skau
663f2e64ec
Removed deprecated Sets as requested in PR#999
2023-12-04 22:08:06 +01:00
Andreas Skau
b574ac03ac
Went through PR checklist
2023-12-04 16:11:10 +01:00
Andreas Skau
10976a7e5d
Delinted
2023-12-04 15:58:26 +01:00
Andreas Skau
214848c75e
Add IPMI escape char functionality
2023-12-04 15:42:01 +01:00
Christian Goll
dd4c14e2eb
Merge pull request #994 from hpcng/make-variables-consistent-with-specfile
...
Make WWPROVISIONDIR a first class citizen of the local/shared state location.
2023-11-27 09:27:41 +01:00
griznog
a7ec22744e
Make WWPROVISIONDIR a first class citizen of the local/shared state location.
2023-11-26 00:08:31 -07:00
Jonathon Anderson
5f9fa43265
Merge pull request #971 from mslacken/Fix967
...
added test for tag from profile
2023-11-26 00:00:49 -07:00
Jonathon Anderson
c8604bc200
Remove testenv.WriteFileAbs
...
Writing absolute file names in testenv breaks safety that files in the
test environment are written to the designated temporary path. Adjusted
the relevant tests to use testenv.WriteFile.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-11-25 23:54:44 -07:00
Christian Goll
f8805e87a4
merge tags in GetterFrom
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2023-11-25 01:54:02 -07:00
Christian Goll
5d25b3a4a6
added explicit tests for overlay commands
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2023-11-25 01:54:02 -07:00
Christian Goll
7f502c1f8a
added test for tag from profile
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2023-11-25 01:54:02 -07:00
Jonathon Anderson
22dab162a0
Merge pull request #983 from mslacken/ignition-target-fix
...
removed trailing space ww4-disks.target.ww
2023-11-25 01:23:28 -07:00
Christian Goll
48768abb6d
Update Makefile to install symlinks and dirs
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2023-11-25 01:16:48 -07:00
Christian Goll
354fc168ef
Remove trailing space from filename
...
ww4-disks.target.ww was committed with a trailing space in its filename
which is both incorrect and breaks rendering of the template.
Signed-off-by: Christian Goll <cgoll@suse.com >
2023-11-25 01:15:22 -07:00
Christian Goll
35038b0527
Merge pull request #995 from anderbubble/lint-timeout
...
Increase linter timeout to 5 minutes
2023-11-25 08:46:42 +01:00
Christian Goll
1d243ef7f2
Merge pull request #996 from anderbubble/update-development-to-main
...
Replace development with main
2023-11-25 08:45:35 +01:00
Jonathon Anderson
4f41a569dd
Replace development with main
...
The development branch has been replaced with the main branch in GitHub.
Replaces references to development in docs, commands, configuration, and
workflows.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-11-25 00:27:52 -07:00
Jonathon Anderson
f015d85996
Increase linter timeout to 5 minutes
...
Fixes #968
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-11-24 11:47:16 -07:00
Jonathon Anderson
9e0576df24
Merge pull request #990 from anderbubble/main
...
Merge development into main to make main the new default development branch
2023-11-23 11:29:31 -07:00
Jonathon Anderson
d7d9629ce0
Merge remote-tracking branch 'origin/development'
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-11-23 11:26:24 -07:00
Jonathon Anderson
903db95769
Merge pull request #953 from anderbubble/contributing
...
Update CONTRIBUTING with TSC and initial policies
2023-11-23 11:14:49 -07:00
Jonathon Anderson
eaaa1bd7e9
Identify the TSC chair
...
Jonathon was elected TSC chair at the in-person SC23 meeting 13 November
2023, along with the ratification of the contributing and maintenance
policies.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-11-23 11:08:45 -07:00
Jonathon Anderson
efd97d56c1
Update go-licenses to handle Unlicense
...
go-licenses v1.0.0 doesn't support Unlicense, which is used by one of
our indirect dependencies.
See #975
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-11-23 10:11:06 -07:00
Jonathon Anderson
26aa022c59
Split contributing an maintenance policies
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-11-23 10:11:06 -07:00
Jonathon Anderson
03fe1a4434
Update CONTRIBUTING with TSC and initial policies
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-11-23 10:11:06 -07:00
Christian Goll
016db99ecc
Merge pull request #988 from hpcng/fedora-specfile-fixes
...
fedora specfile fixes
2023-11-23 17:52:31 +01:00
griznog
5651861c83
Updating Changelog
2023-11-23 09:12:37 -06:00
griznog
8098d1881e
Minor fixes to enable building rpms for Fedora
2023-11-23 09:10:12 -06:00
Jonathon Anderson
b80be79906
Merge pull request #984 from novosirj/patch-1
...
Typo in setup.rst (then vs. than)
2023-11-20 09:21:02 -07:00
Christian Goll
683ffdf573
Merge pull request #985 from iamtroy412/docs
...
Quickstart doc updates
2023-11-20 00:23:37 -07:00
Troy Caro
9b5f0f2304
Have the add node syntax use long flags and more consistent with all quickstarts
...
Signed-off-by: Troy Caro <troy.caro@pitt.edu >
2023-11-19 19:08:08 -05:00
Troy Caro
7ee74a2fc8
Update warewulf.conf in SUSE quickstart to match copy in development branch
...
Signed-off-by: Troy Caro <troy.caro@pitt.edu >
2023-11-19 18:21:07 -05:00
Troy Caro
b9c60c1ae2
Fix container name in el9 quickstart
...
Signed-off-by: Troy Caro <troy.caro@pitt.edu >
2023-11-19 18:17:15 -05:00
Troy Caro
29047d22b7
Update warewulf.conf in quickstart to match copy in development branch
...
Signed-off-by: Troy Caro <troy.caro@pitt.edu >
2023-11-19 18:15:42 -05:00
Ryan Novosielski
095b3593e4
Typo in setup.rst (then vs. than)
...
Minor typo correction
Signed-off-by: Ryan Novosielski <novosirj@rutgers.edu >
2023-11-18 00:35:22 -05:00
Christian Goll
e60a1bfcba
Merge pull request #982 from Martin-Weiss/patch-1
...
Typo correction SuSE -> SUSE
2023-11-08 08:33:34 +01:00