Commit Graph

898 Commits

Author SHA1 Message Date
Christian Goll
d4f180f4b4 wwclient cleanup 2022-01-26 11:21:16 +01:00
Christian Goll
6a5809e7c4 slightly improved error handling for wwclient 2022-01-26 11:15:52 +01:00
Christian Goll
93c337a469 added pidfile option for wwclient 2022-01-26 11:15:48 +01:00
Christian Goll
48fefd31ae renanmed wwclient.go for cobra integration 2022-01-26 11:02:56 +01:00
Christian Goll
7f4ff9861c implemented dealing of SIGHUP for wwclient 2022-01-26 11:02:53 +01:00
Gregory M. Kurtzer
bc24cb65e3 Merge pull request #252 from gmkurtzer/asset_key_security
Initial commit of asset key tag security check
2022-01-25 20:05:36 -08:00
Gregory Kurtzer
9e943101ec Always use lowercase for hw addresses 2022-01-26 04:02:30 +00:00
Gregory M. Kurtzer
ef30ebfb8a Merge pull request #257 from gmkurtzer/various_relocation_fixes
Various relocation fixes
2022-01-25 19:59:32 -08:00
Gregory M. Kurtzer
861e157de0 Merge pull request #256 from MatthewHink/mhink-dhcp-path
Missing hyphen in dhcp template path. Unit tests.
2022-01-25 19:57:22 -08:00
Gregory Kurtzer
2d880aae76 Properly support relative paths to the SYSCONFDIR 2022-01-26 03:46:39 +00:00
Gregory Kurtzer
af32998c2b Fix some of the install paths 2022-01-26 03:46:22 +00:00
Gregory Kurtzer
77c757b5d4 Always boot the default network device 2022-01-26 03:46:03 +00:00
Gregory Kurtzer
84b618fb7b Fixed booting issues with /bin directory existing in overlay. 2022-01-26 01:59:34 +00:00
MatthewHink
51798e483c Missing hyphen in dhcp template path. Unit tests.
This is a single character bug fix.
Broke this out into a function for testing.
2022-01-25 18:39:42 -05:00
Gregory Kurtzer
f02961d4a2 use ioutil.ReadFile() instead of os.ReadFile() 2022-01-24 01:35:30 +00:00
Gregory Kurtzer
1bc1d7e34f removed unused function 2022-01-24 01:31:27 +00:00
Gregory Kurtzer
b068c187af Update wwclient to send hwaddr and asset/uuid tags 2022-01-24 01:29:05 +00:00
Gregory Kurtzer
5083e929f0 Add asset tag and uuid support to wwclient 2022-01-24 00:44:07 +00:00
Gregory Kurtzer
d9c13c3f36 Initial commit of asset key tag security check 2022-01-24 00:32:02 +00:00
Christian Goll
b038a8817b Merge pull request #245 from hpcng/conigure-ssh-fix
removed leading /etc for key location
2022-01-19 15:20:53 +01:00
Christian Goll
22f56a8665 removed leading /etc for key location
Signed-off-by: Christian Goll <cgoll@suse.de>
2022-01-19 15:14:10 +01:00
Gregory M. Kurtzer
29c628cb79 Merge pull request #243 from gmkurtzer/kernel_path_join_fix
Minor fix of path.Join() usage
2022-01-18 22:18:57 -08:00
Gregory M. Kurtzer
50cba301d9 Merge pull request #239 from mslacken/changelog_update
changelog for netdev and nfs
2022-01-18 22:18:41 -08:00
Gregory Kurtzer
690d6bb4d2 Minor fix of path.Join() usage 2022-01-19 06:15:11 +00:00
Gregory M. Kurtzer
7fbbb92173 Merge pull request #241 from mslacken/fix-kernel-imprt
fixups for kernel import
2022-01-18 22:13:31 -08:00
Gregory M. Kurtzer
8ca65016fa Merge pull request #240 from gmkurtzer/jcsiadal-fhs
Relocatable build infrastructure updates, fixes, and cleanups
2022-01-18 22:08:57 -08:00
Gregory Kurtzer
f04527f45a Full URL to pristine source 2022-01-19 06:05:46 +00:00
Gregory Kurtzer
d35f368b21 Build configs should not be globally writable (thanks Jeremy) 2022-01-19 06:01:33 +00:00
Christian Goll
b426482d82 need valid url or dir to import something 2022-01-18 15:46:01 +01:00
Christian Goll
558f5ef65b fixed kernel import from container 2022-01-18 15:34:29 +01:00
Gregory Kurtzer
ae0455eba1 Allow configuration generation for builds 2022-01-16 01:20:34 +00:00
Gregory Kurtzer
432cc5a413 Minor fix to changelog, config not required for lint anymore 2022-01-15 04:39:11 +00:00
Gregory Kurtzer
b09c9a8b98 Fix so Warewulf can build and lint without make config 2022-01-15 04:34:03 +00:00
Gregory Kurtzer
c0d6a16a6f Remove unused config path options 2022-01-15 04:11:11 +00:00
Gregory Kurtzer
8da7dd415a Extend and optimize relocatable build config infrastructure 2022-01-15 04:00:18 +00:00
Gregory Kurtzer
be41b79261 Don't use init function to load status DB 2022-01-15 02:27:45 +00:00
jcsiadal
3f68bc86db Minor fixes
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2022-01-12 03:10:50 +00:00
jcsiadal
8afe4b1342 Updates to rebase 1/10
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2022-01-11 07:02:41 +00:00
jcsiadal
7cf6b7155c rm WWROOT from NFS export defaults
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2022-01-11 05:56:32 +00:00
jcsiadal
05e31203b3 Updated spec with changes
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2022-01-11 05:56:32 +00:00
jcsiadal
5df101cd37 Relocate default to /var/lib; fix default const
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2022-01-11 05:56:32 +00:00
jcsiadal
b515442872 Fix oci dir & some formatting
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2022-01-11 05:55:24 +00:00
Christian Goll
048fd48eca Updated .gitignore for etc/warewulf.conf/warewulf.spec 2022-01-11 05:55:24 +00:00
jcsiadal
35755002ec Fixes needed for successful validation
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2022-01-11 05:55:20 +00:00
jcsiadal
8e626e9a62 Add config option for shared state dir
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>

Changes default share to /srv/warewulf
Update specfile
Some changes to match Golang standards
2022-01-11 05:52:58 +00:00
Gregory M. Kurtzer
72290a3a3d Merge pull request #237 from gmkurtzer/node_status_monitor
Simplified version of node status monitoring with CLI
2022-01-05 16:45:02 -08:00
Gregory M. Kurtzer
4a8542351f Merge branch 'main' into node_status_monitor 2022-01-05 16:40:53 -08:00
Gregory M. Kurtzer
8ea38b295c Merge pull request #232 from gmkurtzer/overlay_refactor
First pass at a rework of the overlay subsystem in Warewulf
2022-01-05 16:40:03 -08:00
Gregory Kurtzer
e3d76f01e2 Merge branch 'main' of github.com:hpcng/warewulf into overlay_refactor 2022-01-06 00:37:17 +00:00
Gregory M. Kurtzer
b50fdbd923 Merge pull request #238 from gmkurtzer/network_refactor_backwardscompat_fix
Backwards compatibility fix for network config
2022-01-05 16:25:43 -08:00