diff options
author | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2021-09-13 15:01:09 +0000 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2021-09-14 21:56:08 +0200 |
commit | 11d0118f8b05d2bd53513a61b7f442183af506e4 (patch) | |
tree | 34932004cf3093ba15a8e35fc56cafdd84b78c82 /roles/space_server/vars | |
parent | bbadfe484a834980ef82049f9a3e26f2710625a4 (diff) | |
download | labitat-ansible-11d0118f8b05d2bd53513a61b7f442183af506e4.tar.gz labitat-ansible-11d0118f8b05d2bd53513a61b7f442183af506e4.tar.xz labitat-ansible-11d0118f8b05d2bd53513a61b7f442183af506e4.zip |
space_server: vars: add new infraswitch
New* switch for terminating 10 Gbps uplink,
with 3x1G LACP towards the space server,
and 4x1G LACP towards the space switch.
D-Link DGS-1510-28 Ethernet switch
- 24x 10/100/1000 Mbps RJ45 port
- 2x 1 Gbps SFP ports
- 2x 10 Gbps SFP+ ports
*) it was new in 2015, but the firmware was unusable
back then.
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@labitat.dk>
Diffstat (limited to 'roles/space_server/vars')
-rw-r--r-- | roles/space_server/vars/main.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/roles/space_server/vars/main.yml b/roles/space_server/vars/main.yml index d2d677a..a47802e 100644 --- a/roles/space_server/vars/main.yml +++ b/roles/space_server/vars/main.yml @@ -96,7 +96,7 @@ local_hosts: ipv4: - 10.42.0.7 - name: switch - description: Main switch + description: Space switch mdns: false ipv4: - 10.42.0.9 @@ -115,6 +115,11 @@ local_hosts: mdns: false ipv4: - 10.42.0.12 +- name: infraswitch + description: Switch for mediaconverting our 10G + mdns: false + ipv4: + - 10.42.0.13 - name: anna mac: 00:e0:c5:6e:d6:8d ipv4: |