diff --git a/data/grid5000/sites/louvain/servers/g5k-gw.json b/data/grid5000/sites/louvain/servers/g5k-gw.json new file mode 100644 index 0000000000000000000000000000000000000000..c8e14c85ec602c91284d239e2a1bbe2185f4d57f --- /dev/null +++ b/data/grid5000/sites/louvain/servers/g5k-gw.json @@ -0,0 +1,12 @@ +{ + "kind": "physical", + "network_adapters": { + "default": { + "ip": "172.17.223.250", + "mac": "d8:eb:97:b3:aa:27" + } + }, + "redfish": false, + "type": "server", + "uid": "g5k-gw" +} \ No newline at end of file diff --git a/input/grid5000/sites/louvain/servers/physical.yaml b/input/grid5000/sites/louvain/servers/physical.yaml index 8ccae9f93c98b99812d9152e5e9c0fd5b6d5b72c..89ecaa18ca221e81afcfaefdf39f4230f4fc53e9 100644 --- a/input/grid5000/sites/louvain/servers/physical.yaml +++ b/input/grid5000/sites/louvain/servers/physical.yaml @@ -39,3 +39,15 @@ srv-data: mac: e8:eb:d3:30:2c:3e adm: ip: 172.17.223.3 + +# This machine is used to access Louvain G5K Site +# through UCL's network, in case of network outage. +# It will be replaced by the network backup when site +# installation is over. +g5k-gw: + kind: physical + redfish: false + network_adapters: + default: + ip: 172.17.223.250 + mac: d8:eb:97:b3:aa:27