Skip to content

Commit

Permalink
(node/lsstcam-dc03.cp) add network config
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapiacl committed May 29, 2024
1 parent 3d72115 commit be466ea
Showing 1 changed file with 96 additions and 19 deletions.
115 changes: 96 additions & 19 deletions hieradata/node/lsstcam-dc03.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,99 @@
---
nm::connections:
ens1f0np0:
content: |
[connection]
id=ens1f0np0
uuid=89343895-a60e-4b07-91a0-0638487f6868
type=ethernet
interface-name=ens1f0np0
[ethernet]
[ipv4]
address1=139.229.175.67/26,139.229.175.126
dns=139.229.160.53;139.229.160.54;139.229.160.55;
dns-search=cp.lsst.org;
method=manual
[ipv6]
method=ignore
[proxy]
content:
connection:
id: "ens1f0np0"
uuid: "03da7500-2101-c722-2438-d0d006c28c73"
type: "ethernet"
interface-name: "ens1f0np0"
ethernet: {}
ipv4:
address1: "139.229.175.67/26,139.229.175.126"
dns: "139.229.160.53;139.229.160.54;139.229.160.55;"
dns-search: "cp.lsst.org;"
method: "manual"
ipv6:
method: "disabled"
proxy: {}
ens1f1np1:
content:
connection:
id: "ens1f1np1"
uuid: "de9904c8-9577-1a17-36b1-34b94132f06a"
type: "ethernet"
autoconnect: "false"
interface-name: "ens1f1np1"
ethernet: {}
ipv4:
method: "disabled"
ipv6:
method: "disabled"
eno1:
content:
connection:
id: "eno1"
uuid: "de9904c8-9577-1a17-36b1-34b94132f06a"
type: "ethernet"
autoconnect: "false"
interface-name: "eno1"
ethernet: {}
ipv4:
method: "disabled"
ipv6:
method: "disabled"
eno2:
content:
connection:
id: "eno2"
uuid: "de9904c8-9577-1a17-36b1-34b94132f06a"
type: "ethernet"
autoconnect: "false"
interface-name: "eno2"
ethernet: {}
ipv4:
method: "disabled"
ipv6:
method: "disabled"
ens3f0np0: # lsst-daq interface
content:
connection:
id: "ens3f0np0"
uuid: "d5642f16-53c6-6053-7d4d-8c6ef5ae8a38"
type: "ethernet"
interface-name: "ens3f0np0"
master: "lsst-daq"
slave-type: "bridge"
ethernet: {}
ethtool:
ring-rx: "4096"
ring-tx: "4096"
bridge-port: {}
ens3f1np1:
content:
connection:
id: "ens3f1np1"
uuid: "de9904c8-9577-1a17-36b1-34b94132f06a"
type: "ethernet"
autoconnect: "false"
interface-name: "ens3f1np1"
ethernet: {}
ipv4:
method: "disabled"
ipv6:
method: "disabled"
lsst-daq:
content:
connection:
id: "lsst-daq"
uuid: "d5642f16-7bf7-7d4d-de5a-25e7d7c355a4"
type: "bridge"
interface-name: "lsst-daq"
ethernet: {}
bridge:
stp: "false"
ipv4:
method: "auto"
ipv6:
method: "disabled"
proxy: {}

0 comments on commit be466ea

Please sign in to comment.