From 30aa929a02402ba58221cbc347fb1580dd79fd32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Mon, 13 Sep 2021 15:01:09 +0000 Subject: space_server: add new infraswitch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- roles/space_server/vars/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'roles/space_server/vars/main.yml') 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: -- cgit v1.2.1