Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 99eef878 authored by Jérémie Gaidamour's avatar Jérémie Gaidamour
Browse files

[all] Added frontend ip

parent e74ae8fc
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ storage5k: false
# - default
# - admin
production: true
frontend_ip: 172.16.31.101
g5ksubnet:
network: 10.132.0.0/14
......
......@@ -14,6 +14,7 @@ virt_ip_range: 10.136.0.0/14
renater_ip: 192.168.4.18
storage5k: false
production: true
frontend_ip: 172.16.47.106
g5ksubnet:
network: 10.136.0.0/14
......
......@@ -18,6 +18,7 @@ production: true
#queues:
# - default
# - admin
frontend_ip: 172.16.191.109
g5ksubnet:
network: 10.172.0.0/14
......
......@@ -15,6 +15,7 @@ virt_ip_range: 10.140.0.0/14
renater_ip: 192.168.4.13
storage5k: true
production: true
frontend_ip: 172.16.63.101
#queues:
# - default
# - admin
......
......@@ -16,6 +16,7 @@ virt_ip_range: 10.144.0.0/14
renater_ip: 192.168.4.14
storage5k: true
production: true
frontend_ip: 172.16.79.101
# Admin laptops
laptops:
......
......@@ -18,6 +18,7 @@ production: true
#queues:
# - default
# - admin
frontend_ip: 172.16.207.100
g5ksubnet:
network: 10.176.0.0/14
......
......@@ -13,6 +13,7 @@ kavlan_ip_range: 10.36.0.0/14
virt_ip_range: 10.168.0.0/14
storage5k: false
production: true
frontend_ip: 172.16.175.100
g5ksubnet:
network: 10.168.0.0/14
......
......@@ -14,6 +14,7 @@ virt_ip_range: 10.156.0.0/14
renater_ip: 192.168.4.19
storage5k: true
production: true
frontend_ip: 172.16.111.106
# needed by puppet generators
servers:
......
......@@ -14,6 +14,7 @@ virt_ip_range: 10.164.0.0/14
renater_ip: 192.168.4.12
storage5k: true
production: true
frontend_ip: 172.16.143.106
g5ksubnet:
network: 10.164.0.0/14
......
......@@ -8,5 +8,5 @@ $TTL 3h
@ IN NS dns.grid5000.fr.<%
if output_file == "#{site_uid}.db" %>
@ IN A <%= '172.16.79.101' %><% end %>
@ IN A <%= site['frontend_ip'] %><% end %>
@ MX 10 mail.nancy.grid5000.fr.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment