Node specific overlay and templating now functioning with other minor fixups
This commit is contained in:
1
overlays/generic/etc/hostname.in
Normal file
1
overlays/generic/etc/hostname.in
Normal file
@@ -0,0 +1 @@
|
||||
@HOSTNAME@
|
||||
@@ -1 +0,0 @@
|
||||
NETWORKING=yes
|
||||
@@ -1,6 +0,0 @@
|
||||
DEVICE=ens33
|
||||
BOOTPROTO=static
|
||||
IPADDR=192.168.1.100
|
||||
NETMASK=255.255.255.0
|
||||
GATEWAY=192.168.1.1
|
||||
ONBOOT=yes
|
||||
@@ -0,0 +1,8 @@
|
||||
DEVICE=@ETH0:NAME@
|
||||
NAME=@ETH0:NAME@
|
||||
IPADDR=@ETH0:IPADDR@
|
||||
NETMASK=@ETH0:NETMASK@
|
||||
GATEWAY=@ETH0:GATEWAY@
|
||||
HWADDR=@ETH0:HWADDR@
|
||||
BOOTPROTO=static
|
||||
ONBOOT=yes
|
||||
2
overlays/generic/etc/sysconfig/network.in
Normal file
2
overlays/generic/etc/sysconfig/network.in
Normal file
@@ -0,0 +1,2 @@
|
||||
NETWORKING=yes
|
||||
HOSTNAME=@FQDN@
|
||||
Reference in New Issue
Block a user