dependabot[bot]
f6a923ac96
Bump github.com/sassoftware/go-rpmutils from 0.2.0 to 0.4.0
...
Bumps [github.com/sassoftware/go-rpmutils](https://github.com/sassoftware/go-rpmutils ) from 0.2.0 to 0.4.0.
- [Release notes](https://github.com/sassoftware/go-rpmutils/releases )
- [Commits](https://github.com/sassoftware/go-rpmutils/compare/v0.2.0...v0.4.0 )
Also updates minimum golang version to 1.21, as required.
---
updated-dependencies:
- dependency-name: github.com/sassoftware/go-rpmutils
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-30 20:44:58 -06:00
Jonathon Anderson
6ff264c046
Merge pull request #1458 from JasonYangShadow/issue/1154
...
Fix issue that NetworkManager marks managed interfaces "unmanaged" if they do not have a device specified
2024-10-30 11:00:16 -06:00
Jonathon Anderson
36d6ea1b7b
NetworkManager manages any known device or mac
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-30 06:04:44 +00:00
xu yang
9f10e90fdb
fix unmanaged issue
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-10-30 06:04:40 +00:00
Jonathon Anderson
5aba2b56b6
Merge pull request #1381 from mslacken/ContainerPlatform
...
add platform parameter for container import
2024-10-29 10:38:16 -06:00
Jonathon Anderson
8b0015bdb6
Update userdocs for wwctl overlay import --platform
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-29 10:35:38 -06:00
Christian Goll
dbdd85fe2b
add platform parameter for container import
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-10-29 10:35:33 -06:00
Jonathon Anderson
2b05ec9da0
Fix warewulf.spec.in to use new overlay path
...
Fixes a bug introduced in #1456
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-28 17:27:30 -06:00
Jonathon Anderson
fd821495ce
Merge pull request #1436 from JasonYangShadow/issue/1435
...
Return non-zero exit code on profile sub-commands
2024-10-28 16:07:24 -06:00
xu yang
139b9880a0
Return non-zero exit code on profile sub-commands
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-10-28 16:04:25 -06:00
Jonathon Anderson
3178e338a7
Merge pull request #1438 from JasonYangShadow/issue/1437
...
wwctl should return non-zero exit code on wwctl kernel sub-commands
2024-10-28 15:57:48 -06:00
xu yang
9daaab2983
wwctl should return non-zero exit code on wwctl kernel sub-commands
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-10-28 15:54:41 -06:00
Jonathon Anderson
6964a292bb
Merge pull request #1456 from upsj/main-root-permissions
...
Apply #1454 to main: Set restrictive permissions on /root/.ssh in generic overlay
2024-10-28 15:47:55 -06:00
Jonathon Anderson
ec357578bc
Add CHANGELOG entry for #1456
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-28 15:45:14 -06:00
Tobias Ribizel
bb2b6291b5
Set restrictive permissions on /root/.ssh in generic overlay
...
The permissions get used to overwrite the ones in the node filesystem.
Signed-off-by: Tobias Ribizel <mail@ribizel.de >
2024-10-28 15:45:14 -06:00
Jonathon Anderson
4441d291d7
Merge pull request #1459 from mslacken/ChangeOCIDir
...
Make cache directory configureable and add clean command
2024-10-28 15:23:37 -06:00
Jonathon Anderson
fbd5ca9895
Recommended refactors
...
- make sure spec sets new cache dir
- move clean out of api
- capture warewulfconf.Paths.Cachedir+"/warewulf" in once place
- split Clean() into multiple functions
- remove WriteFileAbs
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-28 15:20:41 -06:00
Christian Goll
ff84974506
added wwctl clean to remove cache/dead overlays
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-10-28 15:20:41 -06:00
Christian Goll
511938ac5c
add Cachedir and point OCIBlobCache to it
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-10-28 15:20:41 -06:00
Jonathon Anderson
1e70f6c327
Fix an href in userdocs
...
Was using markdown syntax rather than rst syntax.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-28 15:13:11 -06:00
Christian Goll
2627818f76
Merge pull request #1466 from anderbubble/remove-semicolon-suffix
...
Remove an erroneous colon suffix from a log message
2024-10-28 09:01:52 +01:00
Jonathon Anderson
49e78e5b0d
Add testsuite to the PR reviewer checklist
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-25 18:07:36 -06:00
Jonathon Anderson
eea777e8e5
Merge pull request #1467 from nap23carc/patch-2
...
Update CONTRIBUTORS.md
2024-10-25 15:27:39 -06:00
Nicholas Porter
2f6867118c
Update CONTRIBUTORS.md
...
Adding name to list at J. Anderson's suggestion after previous pull request for package name change.
2024-10-25 15:09:15 -06:00
Jonathon Anderson
ccb096104a
Remove an erroneous colon suffix from a log message
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-25 14:58:03 -06:00
Jonathon Anderson
4026ef2164
Merge pull request #1462 from mslacken/RemoveYamlV2
...
Removed rest of direct yaml.v2 deps
2024-10-25 14:40:10 -06:00
Christian Goll
cb9e6e8be0
Removed rest of direct yaml.v2 deps
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-10-25 14:33:57 -06:00
Jonathon Anderson
17c0bdba58
Merge pull request #1465 from nap23carc/patch-1
...
Update boot-management.rst
2024-10-25 14:19:22 -06:00
Nicholas Porter
0a2c7864f2
Update boot-management.rst
...
Corrected needed package name.
2024-10-25 10:31:57 -06:00
Christian Goll
1ca2dd1d21
Merge pull request #1201 from anderbubble/purge
...
Spring cleaning - removing dead code and other source tree care
2024-10-19 13:54:07 +02:00
Jonathon Anderson
df92a270c7
Add deadcode to Makefile
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-18 15:09:09 -06:00
Jonathon Anderson
f3eb70b82d
Update LICENSE_DEPENDENCIES.md
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-18 15:09:09 -06:00
Jonathon Anderson
62a58c500e
Move API docs into api path
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-18 15:09:09 -06:00
Jonathon Anderson
b331fd12af
Remove dead code
...
Verified with
```
deadcode -test ./...
```
Followed-up with a lint check.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-18 15:09:01 -06:00
Jonathon Anderson
1780736905
Merge pull request #1446 from mslacken/RemoveNodeInfoSplitOverlays
...
Removed NodeInfo
2024-10-17 22:37:12 -06:00
Jonathon Anderson
4b4234994c
Misc whitespace handling fixes
...
Also fixes handling of mtu value in Debian networking.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-18 00:31:19 -04:00
Jonathon Anderson
d3cd31fdc0
Restore a commented-out test
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-18 00:06:22 -04:00
Jonathon Anderson
30ac144044
Restored profile list tests and resolved exposed bugs
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 23:58:37 -04:00
Jonathon Anderson
0be1e8464a
End-line whitespace cleanup
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 23:11:33 -04:00
Jonathon Anderson
bb5d1d17ed
Revert NetDevs.Manual back to NetDevs.OnBoot
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 23:00:57 -04:00
Jonathon Anderson
adb54a870d
Remove vestigial default.conf components
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 23:00:57 -04:00
Jonathon Anderson
df37018f79
Fix wwctl node edit
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 23:00:52 -04:00
Jonathon Anderson
805704ce08
Minimize nodes.conf for overlay tests
...
Also updated issue to show both configured and detected address.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 16:43:31 -04:00
Jonathon Anderson
d91d273ac7
Use ProfileConf rather than NodeConf for profile commands
...
This removes node-only attributes, like a profile list, from profile commands.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 15:39:59 -04:00
Jonathon Anderson
6460ca827a
Remove debug output from a test
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 15:39:59 -04:00
Jonathon Anderson
5fbeaa1873
Remove an extraneous tab
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 15:39:59 -04:00
Jonathon Anderson
322a47033a
Remove commented-out code
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 15:39:59 -04:00
Jonathon Anderson
f7f8dfcf5c
Fix a regression in passing metadata to grub.cfg.ww
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 15:39:59 -04:00
Jonathon Anderson
02b4cc1572
Remove profiles from the default profile
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 15:39:59 -04:00
Jonathon Anderson
b6fa127f31
Update default profile with split overlays
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-10-17 15:39:59 -04:00