Updates to default configs
This commit is contained in:
@@ -2,54 +2,11 @@ nodeprofiles:
|
|||||||
default:
|
default:
|
||||||
comment: "Hello from the default profile"
|
comment: "Hello from the default profile"
|
||||||
vnfs: ""
|
vnfs: ""
|
||||||
kernel version: "blahblah"
|
kernel version: ""
|
||||||
kernel args: crashkernel=no quiet
|
kernel args: crashkernel=no quiet
|
||||||
network devices:
|
|
||||||
eth0:
|
|
||||||
type: ethernet
|
|
||||||
netmask: 255.255.255.0
|
|
||||||
gateway: 192.168.1.1
|
|
||||||
ipaddr: 192.168.1.99
|
|
||||||
test:
|
|
||||||
comment: "Test profile"
|
|
||||||
|
|
||||||
control:
|
|
||||||
localhost:
|
|
||||||
comment: This is the first control system
|
|
||||||
ipaddr: 192.168.1.1
|
|
||||||
services:
|
|
||||||
warewulfd:
|
|
||||||
port: 9873
|
|
||||||
secure: true
|
|
||||||
dhcp:
|
|
||||||
enabled: true
|
|
||||||
range start: 192.168.1.100
|
|
||||||
range end: 192.168.1.250
|
|
||||||
assign static: false
|
|
||||||
config file: /etc/dhcp/dhcpd.conf
|
|
||||||
start command: systemctl start dhcpd
|
|
||||||
restart command: systemctl restart dhcpd
|
|
||||||
enable command: systemctl enable dhcpd
|
|
||||||
tftp:
|
|
||||||
enabled: true
|
|
||||||
tftproot: /var/lib/tftproot
|
|
||||||
start command: service tftp start
|
|
||||||
restart command: service tftp restart
|
|
||||||
enable command: chkconfig tftp on
|
|
||||||
nfs:
|
|
||||||
enabled: true
|
|
||||||
config file: /etc/exports
|
|
||||||
exports:
|
|
||||||
- /var/warewulf 192.168.1.1/255.255.255.0(ro,no_root_squash)
|
|
||||||
- /home 192.168.1.1/255.255.255.0(rw,no_root_squash)
|
|
||||||
start command: service nfs start
|
|
||||||
restart command: service nfs restart
|
|
||||||
enable command: chkconfig nfs on
|
|
||||||
|
|
||||||
nodes:
|
nodes:
|
||||||
n0000.cluster01:
|
n0000.cluster01:
|
||||||
profiles:
|
|
||||||
- default
|
|
||||||
network devices:
|
network devices:
|
||||||
eth0:
|
eth0:
|
||||||
type: ethernet
|
type: ethernet
|
||||||
@@ -62,9 +19,6 @@ nodes:
|
|||||||
ipaddr: 192.168.10.100
|
ipaddr: 192.168.10.100
|
||||||
netmask: 255.255.255.0
|
netmask: 255.255.255.0
|
||||||
n0001.cluster01:
|
n0001.cluster01:
|
||||||
profiles:
|
|
||||||
- default
|
|
||||||
- test
|
|
||||||
network devices:
|
network devices:
|
||||||
eth0:
|
eth0:
|
||||||
hwaddr: aa:bb:cc:dd:ee:b0
|
hwaddr: aa:bb:cc:dd:ee:b0
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
warewulfd ipaddr: 192.168.1.1
|
ipaddr: 192.168.1.1
|
||||||
warewulfd port: 9873
|
netmask: 255.255.255.0
|
||||||
insecure runtime: false
|
warewulf:
|
||||||
debug: false
|
port: 9873
|
||||||
|
secure: true
|
||||||
|
dhcp:
|
||||||
|
enabled: true
|
||||||
|
range start: 192.168.1.150
|
||||||
|
range end: 192.168.1.200
|
||||||
|
template: default
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user