Skip to content

Commit

Permalink
[rennes] Add virtual server es
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Morillon committed Aug 22, 2018
1 parent 99ba357 commit 5fa1b27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/grid5000/sites/rennes/servers/es.json
@@ -0,0 +1,10 @@
{
"kind": "virtual",
"network_adapters": {
"default": {
"ip": "172.16.111.168"
}
},
"type": "server",
"uid": "es"
}
3 changes: 3 additions & 0 deletions input/grid5000/sites/rennes/servers/virtual.yaml
Expand Up @@ -206,3 +206,6 @@ es-oar:
es-phoenix: es-phoenix:
kind: virtual kind: virtual
network_adapters: {default: {ip: 172.16.111.162}} network_adapters: {default: {ip: 172.16.111.162}}
es:
kind: virtual
network_adapters: {default: {ip: 172.16.111.168}}

0 comments on commit 5fa1b27

Please sign in to comment.