Revert NetDevs.Manual back to NetDevs.OnBoot
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -101,7 +101,7 @@ data from other structures.
|
||||
- Tags:
|
||||
- NetDevs[default]:
|
||||
- Type:
|
||||
- Manual: false
|
||||
- OnBoot: true
|
||||
- Device: wwnet0
|
||||
- Hwaddr: e6:92:39:49:7b:03
|
||||
- Ipaddr: 192.168.3.21
|
||||
@@ -114,7 +114,7 @@ data from other structures.
|
||||
- Tags:
|
||||
- NetDevs[secondary]:
|
||||
- Type:
|
||||
- Manual: false
|
||||
- OnBoot: true
|
||||
- Device: wwnet1
|
||||
- Hwaddr: 9a:77:29:73:14:f1
|
||||
- Ipaddr: 192.168.3.22
|
||||
@@ -212,7 +212,7 @@ data from other structures.
|
||||
- Tags:
|
||||
- NetDevs[default]:
|
||||
- Type:
|
||||
- Manual: false
|
||||
- OnBoot: true
|
||||
- Device: wwnet0
|
||||
- Hwaddr: e6:92:39:49:7b:03
|
||||
- Ipaddr: 192.168.3.21
|
||||
@@ -226,7 +226,7 @@ data from other structures.
|
||||
- Tags:
|
||||
- NetDevs[secondary]:
|
||||
- Type:
|
||||
- Manual: false
|
||||
- OnBoot: true
|
||||
- Device: wwnet1
|
||||
- Hwaddr: 9a:77:29:73:14:f1
|
||||
- Ipaddr: 192.168.3.22
|
||||
@@ -267,7 +267,7 @@ data from other structures.
|
||||
- Tags:
|
||||
- NetDevs[default]:
|
||||
- Type:
|
||||
- Manual: false
|
||||
- OnBoot: true
|
||||
- Device: wwnet0
|
||||
- Hwaddr: e6:92:39:49:7b:04
|
||||
- Ipaddr: 192.168.3.23
|
||||
|
||||
@@ -32,12 +32,14 @@ nodes:
|
||||
network devices:
|
||||
default:
|
||||
device: wwnet0
|
||||
onboot: true
|
||||
hwaddr: e6:92:39:49:7b:03
|
||||
ipaddr: 192.168.3.21
|
||||
netmask: 255.255.255.0
|
||||
gateway: 192.168.3.1
|
||||
secondary:
|
||||
device: wwnet1
|
||||
onboot: true
|
||||
hwaddr: 9a:77:29:73:14:f1
|
||||
ipaddr: 192.168.3.22
|
||||
netmask: 255.255.255.0
|
||||
@@ -75,6 +77,7 @@ nodes:
|
||||
network devices:
|
||||
default:
|
||||
device: wwnet0
|
||||
onboot: true
|
||||
hwaddr: e6:92:39:49:7b:04
|
||||
ipaddr: 192.168.3.23
|
||||
netmask: 255.255.255.0
|
||||
|
||||
@@ -44,7 +44,7 @@ data from other structures.
|
||||
{{- range $index, $netdev := .NetDevs }}
|
||||
- NetDevs[{{ $index }}]:
|
||||
- Type: {{ $netdev.Type }}
|
||||
- Manual: {{ $netdev.Manual }}
|
||||
- OnBoot: {{ $netdev.OnBoot }}
|
||||
- Device: {{ $netdev.Device }}
|
||||
- Hwaddr: {{ $netdev.Hwaddr }}
|
||||
- Ipaddr: {{ $netdev.Ipaddr }}
|
||||
@@ -154,7 +154,7 @@ data from other structures.
|
||||
{{- range $index, $netdev := $node.NetDevs }}
|
||||
- NetDevs[{{ $index }}]:
|
||||
- Type: {{ $netdev.Type }}
|
||||
- Manual: {{ $netdev.Manual }}
|
||||
- OnBoot: {{ $netdev.OnBoot }}
|
||||
- Device: {{ $netdev.Device }}
|
||||
- Hwaddr: {{ $netdev.Hwaddr }}
|
||||
- Ipaddr: {{ $netdev.Ipaddr }}
|
||||
|
||||
Reference in New Issue
Block a user