Commit Graph

272 Commits

Author SHA1 Message Date
jcsiadal
c9c8a683a7 Updates specfile to match distro guidelines. Suppots modifying client directory path at build time.
- Support relocating client files at build time (required for LSB compliant nodes)
- OS varable added to perform some make choices
- Saving and exporting the Makefile vars now scripted using list of variables
- Updated specfile to match RH and SUSE requirements and guidelines
- Moved /usr/local/var to /var/local; dynamic files shall not use /usr.
- State files use %sharedstatedir for path (std for SLE and RHEL)
- Release value adjusted to meet different DEB and RPM reqs.

Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2022-02-10 19:47:50 +00:00
Gregory Kurtzer
f6fb7fa807 Cleaned up provisioned /etc/issue.ww (less is sometimes more) 2022-02-09 23:05:32 +00:00
Christian Goll
113e65e7d7 moved fstab creation for nodes to template 2022-02-03 11:18:23 +01:00
Christian Goll
23104d4c78 added more values for tempalting .ww files in overlays 2022-02-03 10:20:48 +01:00
Christian Goll
b42322f8f1 fixed type 2022-02-02 17:38:58 +01:00
Christian Goll
d2d00bc705 with CIDR notation 2022-02-02 15:54:26 +01:00
Christian Goll
05f0925910 add some eyecandy 2022-02-02 15:50:27 +01:00
Christian Goll
e1c11a3944 Previous commits set the wrong service Type 2022-01-26 11:31:26 +01:00
Christian Goll
2207ef84d9 removed legacy start of wwclient, added to systemd 2022-01-26 11:30:31 +01:00
Christian Goll
d4eab02b71 added wwclient.service to system overlay 2022-01-26 11:21:17 +01:00
Gregory Kurtzer
2d880aae76 Properly support relative paths to the SYSCONFDIR 2022-01-26 03:46:39 +00:00
Gregory Kurtzer
77c757b5d4 Always boot the default network device 2022-01-26 03:46:03 +00:00
Gregory Kurtzer
dff5567b11 More updates/fixes from testing 2021-12-29 17:30:01 -08:00
Gregory Kurtzer
00d8d42e9d First pass at a rework of the overlay subsystem in Warewulf 2021-12-29 16:11:25 -08:00
Gregory Kurtzer
fcd654af80 Fixups for new network device naming 2021-10-23 08:52:43 -07:00
Gregory Kurtzer
1370932cd3 Introduction of netname functionality for network devices 2021-10-23 07:12:57 -07:00
Rob Jansen
b69f000b8e Fix sh syntax for equal operator
Fixes #150
2021-09-25 12:34:35 -04:00
Gregory Kurtzer
341f9f37c0 Remove execute bit from config files 2021-08-21 08:25:21 -07:00
Christian Goll
49300a513d added wicked xml configuration 2021-07-29 09:27:37 +02:00
Gregory Kurtzer
2e793ebe62 Merged the debian specific overlay into default 2021-04-23 20:31:27 -07:00
Niko Kivel
81e108acf4 wrong path for systemd 2021-03-25 12:51:37 +01:00
Niko Kivel
5858404f27 assign _eth0_ to default network interface 2021-03-25 12:49:13 +01:00
Niko Kivel
cabf665b4b assign _eth0_ to default network interface 2021-03-25 12:45:20 +01:00
Niko Kivel
ace5d9378a vanilla debian Dockerfile 2021-03-23 15:25:01 +01:00
Niko Kivel
1affae5bfa initial debian overlay 2021-03-19 10:24:09 +01:00
Shannon V. Davidson
5eff1826ad Minor IPMI fix during node initialization 2020-12-23 00:37:41 -06:00
Gregory Kurtzer
e5dcb573ad Minor fixups for init 2020-12-21 18:45:29 -08:00
Gregory Kurtzer
54b5d8e4a6 Move all configurations to a separate config that can be sourced as needed 2020-12-20 23:14:55 -08:00
Gregory Kurtzer
f873185858 Fixed minor bug where WWINIT was unset and exec had nothing to call 2020-12-20 23:03:06 -08:00
Gregory Kurtzer
a5714cb15c Make sure IPMI Netmask is also defined 2020-12-20 22:51:26 -08:00
Gregory Kurtzer
d7a6374970 Renamed localhost to loopback 2020-12-20 22:51:08 -08:00
Gregory Kurtzer
5598ec8a65 Moved variables from wwinit into init.ww 2020-12-20 22:49:02 -08:00
Gregory Kurtzer
e5be3d8182 Cleaned init subsystem, Ipmi, SELinux, added Root option, and fixed defaults 2020-12-20 22:41:02 -08:00
Gregory Kurtzer
1161f051f1 fix broken initramfs tmpfs and refactor initramfs init sequence 2020-12-20 11:54:25 -08:00
Gregory Kurtzer
20109cee73 Convert ramfs to tmpfs and jump through the required hoops... 2020-12-20 01:17:37 -08:00
Gregory Kurtzer
4c655e82b2 Fix PAM for broken_shadow so users can log in based on ssh keys only 2020-12-19 21:06:28 -08:00
Gregory Kurtzer
9889bbd92c Configure ssh keys 2020-12-19 00:40:40 -08:00
Gregory Kurtzer
7d20130601 Include default host file template 2020-12-19 00:39:34 -08:00
Gregory Kurtzer
d91673290c Merge branch 'main' of github.com:ctrliq/warewulf into main 2020-12-18 22:51:38 -08:00
Shannon V. Davidson
e177bfdb90 Added parallel batching, IPMI power cycle, sensors, and console 2020-12-18 18:57:03 -06:00
Gregory Kurtzer
9ff2530c0c Minor fixups from the Warewulf community meeting 2020-12-17 20:19:18 -08:00
Shannon V. Davidson
9f00f4cf45 Don't update BMC if IP/USER/PASS has not changed 2020-12-10 22:24:26 -06:00
Shannon V. Davidson
643a69b75b Added IpmiGateway in case of separate BMC and control network 2020-12-10 09:52:22 -06:00
Shannon V. Davidson
56482caea0 Updated IPMI overlay with updated syntax 2020-12-08 20:26:46 -06:00
Shannon V. Davidson
5ec97f6e4c Merge branch 'main' of github.com:ctrl-cmd/warewulf into main 2020-12-07 12:38:10 -06:00
Shannon V. Davidson
18fe980a93 system overlay updates from IPMI and real node boot testing 2020-12-07 12:17:55 -06:00
Gregory Kurtzer
5c995f9d0f Added Init to datastructure, fixups to container interface, and --setdefault to kernel and container build 2020-12-06 22:29:25 -08:00
Gregory Kurtzer
8c11c2b304 Renamed vnfs to container, finished VNFS and kernel refactoring 2020-12-06 00:47:00 -08:00
Gregory Kurtzer
5070c530bd Updates to default overlays 2020-12-03 17:28:45 -08:00
Gregory Kurtzer
eb19627e13 Update templates for IPMI 2020-12-01 18:24:31 -08:00