Christian Goll
edc7c04bc2
PrintB returns string
2022-04-14 11:43:02 +02:00
Christian Goll
f9848455c7
output ipmi write status
2022-04-14 11:29:24 +02:00
Christian Goll
95050a44ce
add user defined keys for networks/netdev
...
Every network in the profile and for the nodes can have induvidual keys values
pairs, called Tags, which are propergated to the templates. So they can be used
for things like MTU size like
`wwct node set node01 --nettag mtu=9000`
and in in ifcfg.xml.ww
```
{{ if $netdev.Tags.mtu -}}
<mtu> {{ $netdev.Tags.mtu }} </mtu>
{{ end -}}
```
2022-04-06 21:36:17 +02:00
jcsiadal
bfde70cf8a
Error free lint
...
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com >
2022-04-04 17:01:11 +00:00
Christian Goll
c0f7ecf357
store the ovelats as yaml list
2022-03-24 19:45:51 +01:00
Christian Goll
4fc56e2cd0
fixed lint
2022-03-15 16:03:53 +01:00
Christian Goll
55bf1695de
initial commit of simple ipv6 support
...
As soon as in warewulf.conf a value for ipaddr6 is defined
all nodes will get a derived ipv6 address if not the ipv6
is not explicitly set.
2022-03-15 15:57:35 +01:00
Christian Goll
88631a98d3
fixed linting
2022-03-02 21:24:15 +01:00
Christian Goll
5ac75661c9
Only write to IPMI if this is explictly wanted
2022-03-02 21:24:05 +01:00
Gregory Kurtzer
1203186194
Support kernel overrides from the host or other containers
2022-02-17 07:37:04 +00:00
Gregory Kurtzer
104bc7527d
Restored deleted kernel components for overrides
2022-02-17 06:21:40 +00:00
Gregory Kurtzer
5a0c13225e
Utilize containerized kernel and remove kernel Support
2022-02-15 06:49:24 +00:00
Gregory M. Kurtzer
d38d023782
Merge pull request #297 from gmkurtzer/discoverable-fix
...
Discoverable and network fixes
2022-02-11 19:23:46 -08:00
Gregory Kurtzer
1a48bc6ee5
Fixed default network device logic
2022-02-12 03:21:31 +00:00
Gregory Kurtzer
e6a3810d20
Fixing oddball network configuration parameters
2022-02-12 03:08:33 +00:00
Gregory Kurtzer
30994fd60d
Setting sane defaults for node and profile selection
2022-02-12 01:27:58 +00:00
Gregory Kurtzer
ffaf794a42
Changed "key" paramaters to tags and cleaned up interface
2022-02-11 05:52:46 +00:00
Gregory Kurtzer
7381efb0fc
Fix the help output for set -N ...
2022-02-11 04:55:04 +00:00
Gregory Kurtzer
c5cbd3d6e3
Simplified default network device configuration
2022-02-10 16:35:46 +00:00
Gregory Kurtzer
f3854e2ab4
Give a 5 second buffer for all updates to come in.
2022-02-09 20:53:47 +00:00
Gregory Kurtzer
9e943101ec
Always use lowercase for hw addresses
2022-01-26 04:02:30 +00:00
Gregory Kurtzer
d9c13c3f36
Initial commit of asset key tag security check
2022-01-24 00:32:02 +00:00
Gregory Kurtzer
8da7dd415a
Extend and optimize relocatable build config infrastructure
2022-01-15 04:00:18 +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
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
4a8542351f
Merge branch 'main' into node_status_monitor
2022-01-05 16:40:53 -08:00
Gregory Kurtzer
6afb3f3e25
Added filter and sort options for last, check-in, reverse, etc.
2022-01-05 05:20:07 +00:00
Gregory Kurtzer
1ccc65a91e
Simple name change on header
2021-12-31 04:53:10 +00:00
Gregory Kurtzer
6313220ca6
Automatically change color based on "UpdateInterval" from config
2021-12-31 03:47:34 +00:00
Gregory Kurtzer
875e37f4de
Support node ranges in wwctl node status
2021-12-31 03:38:12 +00:00
Gregory Kurtzer
fdbca2e07d
Add color to wwctl node status output and time based filter
2021-12-31 03:24:09 +00:00
Gregory Kurtzer
c9c462b180
Don't default "onboot" to yes in options
2021-12-31 02:51:32 +00:00
Gregory Kurtzer
a788db282c
Allow for change of update frequency for watching node status
2021-12-31 02:46:22 +00:00
Gregory Kurtzer
39ec7c0807
A few usability fixes and put full node DB logic into warewulfd
2021-12-31 02:38:48 +00:00
Gregory Kurtzer
525ac1184e
Simplified version of node status monitoring with CLI
2021-12-30 23:26:45 +00:00
Gregory Kurtzer
f0fa6385eb
Add "DEFAULT" to the node and profile list output
2021-12-29 17:50:49 -08:00
Gregory Kurtzer
9f53bca1bf
Various fixes found in testing
2021-12-29 17:16:53 -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
189df61366
Always set onboot to true for default
2021-12-28 16:13:55 -08:00
Gregory Kurtzer
f5a9c0f933
Fixed backwards compatibility with --netdev and cleanups
2021-12-28 16:07:19 -08:00
Gregory Kurtzer
938511e9cd
Merge branch 'main' of github.com:gmkurtzer/warewulf into netdev_refactor
2021-12-28 15:17:21 -08:00
Christian Goll
bda064968a
Merge pull request #226 from elguero/ipmiListCleanup
...
ipmi: Fix log output, set IMPI port on profile and settings for console
2021-12-08 21:32:34 +01:00
Michael L. Young
12ee1061cf
Add some spacing around the IPMI port column
2021-12-07 11:06:37 -05:00
Michael L. Young
3957ffb2c9
ipmi: Fix log output, set IMPI port on profile and settings for console
...
- Fix the logs to reference the correct IPMI setting that is being set.
- Add setting the IPMI port at a profile level.
- Apply all IPMI settings when preparing to us the console.
Closes #225
2021-12-06 16:32:31 -05:00
Christian Goll
f47d2cedb9
add bash completion for node list
2021-12-06 09:54:02 +01:00
jcsiadal
0b93d6c277
Update help
...
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com >
2021-11-08 11:36:21 -08:00
Gregory Kurtzer
6acf272ea7
Merge branch 'main' of github.com:hpcng/warewulf into netdev_refactor
2021-10-23 12:33:52 -07:00
Gregory Kurtzer
498515f7b5
Minor usability fixes in network config
2021-10-23 12:25:51 -07:00
Gregory Kurtzer
1370932cd3
Introduction of netname functionality for network devices
2021-10-23 07:12:57 -07:00
Gregory Kurtzer
b90883ad2d
Properly increment IP addresses on multi-node set
2021-10-22 16:10:12 -07:00