Removed warewulfd command skeleton and nodes.conf which is now self generating
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
import (
|
|
||||||
"github.com/hpcng/warewulf/internal/app/warewulfd"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
root := warewulfd.GetRootCommand()
|
|
||||||
|
|
||||||
root.Execute()
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
nodeprofiles:
|
|
||||||
default:
|
|
||||||
comment: "This profile is automatically included for each node"
|
|
||||||
container name: ""
|
|
||||||
kernel version: ""
|
|
||||||
kernel args: crashkernel=no quiet
|
|
||||||
|
|
||||||
nodes: {}
|
|
||||||
Reference in New Issue
Block a user