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
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
1370932cd3
Introduction of netname functionality for network devices
2021-10-23 07:12:57 -07:00
Gregory Kurtzer
51c15f3c39
Update CLI to all use the new expand bracket capability
2021-10-15 21:37:47 -07:00
Gregory Kurtzer
20031c2cfb
More nomenclature cleanups
2021-09-12 14:25:43 -07:00
Gregory Kurtzer
859bbcc316
Be more consistent with UI nomenclature with kernel and container
2021-09-12 13:35:49 -07:00
Michael L. Young
e171eae858
Clean up typos from copy and paste
2021-08-25 07:59:35 -04:00
Michael L. Young
13ad67e56e
Add IPMI Port Configuration
...
This commit adds the ability to configure the default IPMI port for a
profile or per node. If the port is not set, we default to 623.
Updated some areas to default to 'lan' for IPMI interface if it has not
been set.
2021-08-24 19:11:39 -04:00
Gregory Kurtzer
82696410ed
Minor fix of print argument count
2021-08-20 11:53:57 -07:00
Christian Goll
c6b2fc5795
added configureable ipmiinterface used by ipmitool
...
ipmitool is now searched from $PATH, so that self
compiled ipmitool can be used
2021-08-06 09:22:31 +02:00
Niko Kivel
df1f0bed2f
prefix in list-command to identify keys more easily
2021-05-11 08:49:37 +02:00
Niko Kivel
17f26e8bf1
Params-->Keys
2021-05-11 08:45:09 +02:00
Niko Kivel
54b2164c4e
custom paramters
2021-05-10 00:12:13 +02:00
Niko Kivel
dd4c075f50
paramters in node
2021-05-08 19:04:37 +02:00
Gregory Kurtzer
4bc523a052
Optimized sorting methods across nodes and profiles
2021-04-25 15:43:35 -07:00
Gregory Kurtzer
a336259ea2
Add a bar separator for wwctl node list
2021-04-25 13:55:52 -07:00
Gregory Kurtzer
5e53ff1b7d
Remove useless "Disable" (ref #40 )
2021-04-25 13:41:21 -07:00
Gregory Kurtzer
b4a6e45b35
Fixed bug reported by John Linford on wwctl node list -n output
2021-02-28 21:02:13 -08:00
Ian Kaneshiro
846b45524c
Tidy up
...
- Ran goimports to format code and imports
- Removed unused module from go.mod
- Added .editorconfig to keep formatting standard across contributors
2021-02-16 11:54:12 -08:00
Gregory Kurtzer
72b1d8c9d8
UI Updates with a few minor fixups scattered here and there
2021-01-14 20:23:42 -08:00
Gregory Kurtzer
8a419f648b
Properly configure a network device to be default
2020-12-22 21:51:05 -08:00
Gregory Kurtzer
780fb4faa8
Move the sort to the constructors.
2020-12-22 21:18:15 -08:00
Gregory Kurtzer
e5be3d8182
Cleaned init subsystem, Ipmi, SELinux, added Root option, and fixed defaults
2020-12-20 22:41:02 -08:00
Shannon V. Davidson
cb8336be8c
Merge branch 'main' of github.com:ctrliq/warewulf into main
2020-12-14 09:14:19 -06:00
Gregory Kurtzer
5c23ef9f94
Fininshed with node discovery and service refactoring
2020-12-13 20:20:03 -08:00
Shannon V. Davidson
643a69b75b
Added IpmiGateway in case of separate BMC and control network
2020-12-10 09:52:22 -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
e80878b240
Changed DomainName to ClusterName
2020-12-03 19:37:52 -08:00
Gregory Kurtzer
84bf9fbb43
profile and node commands and DB all working as expected now
2020-12-03 13:49:49 -08:00
Gregory Kurtzer
eaf6bb1196
This is a work in progress API shift as the data structure has changed and I'm cleaning the interface.
2020-12-03 07:34:26 -08:00
Gregory Kurtzer
931a3cce05
Sort node output
2020-12-02 11:22:50 -08:00
Gregory Kurtzer
43ad7e570c
API updates and fixes to CLI
2020-12-01 23:34:24 -08:00
Gregory Kurtzer
581bc929e0
Add IpmiNetmask configuration
2020-12-01 18:03:22 -08:00
Gregory Kurtzer
4d752a67db
Added controllers, services, and lots of various optimizations and fixes
2020-11-30 23:07:42 -08:00
Gregory Kurtzer
d8ce0157c1
Cleaned node list output
2020-11-27 17:10:07 -08:00
Gregory Kurtzer
7c3d727fbe
Updates to node and group list commands
2020-11-27 16:38:38 -08:00
Gregory Kurtzer
2812a70fd0
Fixup for node command
2020-11-26 20:36:56 -08:00
Gregory Kurtzer
a4d2e3a0c8
This is a work in progress, some of which will be reverted like overlay handling.
2020-11-25 23:58:38 -08:00
Gregory Kurtzer
e5e23b5868
Changed backend node API to account for default and overrides for UI
2020-11-23 23:11:20 -08:00
Gregory Kurtzer
5cd1dc901e
Lots of updates with the node management CLI tools
2020-11-22 20:35:13 -08:00
Gregory Kurtzer
5181940952
Working through node and group configuration via CLI
2020-11-21 21:51:14 -08:00
Gregory Kurtzer
221e71b384
A bunch of changes including reworking the assets -> node API
2020-11-20 17:59:06 -08:00