Gregory Kurtzer
a833022c5b
Consolidated container recipes and added DockerFile for OHPC
2021-08-24 22:43:19 -07:00
Gregory Kurtzer
ccb2c45ff5
Merge branch 'main' of github.com:hpcng/warewulf
2021-08-24 21:49:22 -07:00
Gregory M. Kurtzer
26fd9ed0aa
Merge pull request #103 from elguero/configIpmiPort
...
Add IPMI Port Configuration
2021-08-24 21:45:48 -07: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 M. Kurtzer
9835df8e8e
Merge pull request #101 from elguero/ipmiInterfaceDisplay
...
Show IPMI Interface When Listing All Profiles
2021-08-24 07:07:24 -07:00
Michael L. Young
e74ff331ab
Show IPMI Interface When Listing All Profiles
...
We added the ability to configure an IPMI interface. We missed
displaying the configuration when listing all profiles.
2021-08-24 09:07:08 -04:00
Gregory Kurtzer
eac54ad88a
Working on vendor module fixes for go
2021-08-22 21:54:46 -07:00
Gregory M. Kurtzer
c6ee7124ec
Merge pull request #98 from gmkurtzer/cleanups
...
Merging code and UI cleanups
2021-08-22 19:20:28 -07:00
Gregory Kurtzer
3a090a7133
Fixed missing package after move of ready
2021-08-22 19:17:41 -07:00
Gregory Kurtzer
371767daed
Merge branch 'main' of github.com:hpcng/warewulf into cleanups
2021-08-22 19:10:09 -07:00
Gregory M. Kurtzer
31233d98f1
Merge pull request #99 from gmkurtzer/discoverable-fix
...
Merging
2021-08-22 19:08:49 -07:00
Gregory Kurtzer
64fa482c64
Moved ready command to node ready
2021-08-22 08:47:51 -07:00
Gregory Kurtzer
2d1bd17d93
Add dependencies to RPM SPEC
2021-08-22 07:28:49 -07:00
Gregory Kurtzer
7bbe942a32
Fixed bug found with regards to boolean Alt/Profile values
2021-08-21 08:50:37 -07:00
Gregory Kurtzer
3136398e94
Discoverable is only for node configs (not profiles)
2021-08-21 08:50:14 -07:00
Gregory Kurtzer
341f9f37c0
Remove execute bit from config files
2021-08-21 08:25:21 -07:00
Gregory Kurtzer
fb7d81d6d1
Include unpackaged files in the RPM SPEC
2021-08-21 08:23:04 -07:00
Gregory Kurtzer
e6009bcd0c
Don't run systemctl when doing a make install (RPM fixes)
2021-08-21 08:14:41 -07:00
Gregory Kurtzer
a82e1b0ea5
Fixed formatting across entire project
2021-08-21 08:04:47 -07:00
Gregory M. Kurtzer
c7d799918b
Merge pull request #97 from gmkurtzer/container-bind
...
Container bind
2021-08-20 19:48:14 -07:00
Gregory M. Kurtzer
7ad47f13c2
Merge pull request #96 from gmkurtzer/fixups
...
Various fixups
2021-08-20 19:47:30 -07:00
Gregory Kurtzer
4d37c87c7b
Add a note on help output of how to unset configs
2021-08-20 19:44:44 -07:00
Gregory Kurtzer
73ed7d1891
Another method to "unset" a configuration
2021-08-20 19:40:24 -07:00
Gregory Kurtzer
c88e062a62
Match kernel list output header for node count
2021-08-20 19:39:02 -07:00
Gregory Kurtzer
2fef9bfd77
Cleanup for ready command
2021-08-20 19:34:29 -07:00
Gregory Kurtzer
d9289f9f26
VNFS is current isn't an error
2021-08-20 18:43:14 -07:00
Gregory Kurtzer
cf45e5b8f6
Removing another debug Println()
2021-08-20 18:21:26 -07:00
Gregory Kurtzer
b3027e44ba
Missed a debug Println()
2021-08-20 18:19:37 -07:00
Gregory Kurtzer
7826f69656
Support binds in container exec command
...
This addresses issue #88 .
2021-08-20 14:16:16 -07:00
Gregory Kurtzer
82696410ed
Minor fix of print argument count
2021-08-20 11:53:57 -07:00
Gregory Kurtzer
781f610e9c
Minor fix on man page compression order in Makefile
2021-08-20 08:25:10 -07:00
Gregory Kurtzer
1e637ecb97
Merge branch 'fixups' of github.com:gmkurtzer/warewulf into main
2021-08-20 08:19:11 -07:00
Gregory Kurtzer
1269d8a91b
Merge branch 'main' of https://www.github.com/hpcng/warewulf into main
2021-08-20 08:11:15 -07:00
Gregory Kurtzer
ed39a994e4
Removed unused controller code
2021-08-20 08:10:10 -07:00
Gregory M. Kurtzer
e523d1d62c
Merge pull request #92 from mslacken/ipmi
...
added configureable ipmiinterface used by ipmitool
2021-08-20 08:07:16 -07:00
Gregory Kurtzer
32a7f042a7
Merge branch 'fixups' of github.com:gmkurtzer/warewulf into main
2021-08-20 07:59:29 -07:00
Gregory Kurtzer
80e58c08ed
Git formatting fixes
2021-08-20 07:58:44 -07:00
Gregory M. Kurtzer
c797c70dd1
Merge pull request #90 from mslacken/wicked
...
Looks good to me, thanks!
2021-08-20 07:53:58 -07:00
Gregory Kurtzer
6225a5947a
Moved completion and man page generation to later
2021-08-19 20:43:49 -07:00
Gregory M. Kurtzer
609a279245
Merge pull request #85 from mslacken/bash_completion
...
This looks and works great. Thanks!
2021-08-19 20:42:08 -07:00
Gregory Kurtzer
0af494caca
Merge branch 'bash_completion' of https://github.com/mslacken/warewulf into mslacken-bash_completion
2021-08-19 20:21:12 -07:00
Gregory M. Kurtzer
1d21755065
Merge pull request #95 from elguero/fixIssue89
...
Great to know, thanks Michael!
2021-08-19 19:56:05 -07:00
Michael L. Young
aae8432870
Use Module Mirror For Downloads
...
- By using the module mirror, we get around the issue of using an older
git client such as that which comes with CentOS 7.
- Using a module mirror helps to speed up module downloads.
Fixes #89
2021-08-19 22:41:10 -04:00
Christian Goll
8d5162f88a
automatic man page generation
2021-08-10 11:15:53 +02:00
Christian Goll
b27951b59f
added binary to create bash completion
...
also do not bail out, when configs can't be read, still the
2021-08-10 11:15:33 +02: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
Christian Goll
49300a513d
added wicked xml configuration
2021-07-29 09:27:37 +02:00
Christian Goll
6d267d38e6
added IpCIDR entry for the nodes
2021-07-29 09:24:58 +02:00
Brian Clemens
0bbfa3060b
Tag 4.1.0
2021-07-29 13:46:27 +09:00
Brian Clemens
66efa1d70d
Add changelog
2021-07-29 13:45:47 +09:00