Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
9fd55068
Commit
9fd55068
authored
Jul 08, 2021
by
James T. Lee
Browse files
network: Define ethernet bridge for hawk
parent
a21fef8f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
1 deletion
+15
-1
data/node/hawk.yaml
data/node/hawk.yaml
+2
-0
files/network/10-bridge.netdev
files/network/10-bridge.netdev
+6
-0
files/network/10-ethernet-bridge.network
files/network/10-ethernet-bridge.network
+6
-0
files/network/20-default.network
files/network/20-default.network
+1
-1
No files found.
data/node/hawk.yaml
View file @
9fd55068
...
@@ -13,3 +13,5 @@ nest::dvorak: true
...
@@ -13,3 +13,5 @@ nest::dvorak: true
nest::monitor_layout: ['DP-2', 'DP-1']
nest::monitor_layout: ['DP-2', 'DP-1']
nest::primary_monitor: 'DP-1'
nest::primary_monitor: 'DP-1'
nest::text_scaling_factor:
1.1
nest::text_scaling_factor:
1.1
puppet::environment: 'network'
files/network/10-bridge.netdev
0 → 100644
View file @
9fd55068
[Match]
Host=hawk
[NetDev]
Kind=bridge
Name=br0
files/network/10-ethernet-bridge.network
0 → 100644
View file @
9fd55068
[Match]
Host=hawk
Name=en*
[Network]
Bridge=br0
files/network/20-
etherne
t.network
→
files/network/20-
defaul
t.network
View file @
9fd55068
[Match]
[Match]
Name=en* eth*
Name=
bond* br*
en* eth*
[Network]
[Network]
DHCP=yes
DHCP=yes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment