Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
9ad11f19
Commit
9ad11f19
authored
Mar 31, 2016
by
Pascal Morillon
Browse files
[Rennes] Add networks datas
parent
9a11923b
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/grid5000/sites/rennes/rennes.json
View file @
9ad11f19
...
...
@@ -2,7 +2,54 @@
"compilation_server"
:
false
,
"description"
:
"Grid5000 Rennes site"
,
"email_contact"
:
"support-staff@lists.grid5000.fr"
,
"g5ksubnet"
:
{
"gateway"
:
"10.159.255.254"
,
"network"
:
"10.156.0.0/14"
},
"kavlan_ip_range"
:
"10.24.0.0/14"
,
"kavlans"
:
{
"1"
:
{
"network"
:
"192.168.192.0/20"
},
"16"
:
{
"gateway"
:
"10.27.255.254"
,
"network"
:
"10.27.192.0/18"
},
"2"
:
{
"network"
:
"192.168.208.0/20"
},
"3"
:
{
"network"
:
"192.168.224.0/20"
},
"4"
:
{
"gateway"
:
"10.24.63.254"
,
"network"
:
"10.24.0.0/18"
},
"5"
:
{
"gateway"
:
"10.24.127.254"
,
"network"
:
"10.24.64.0/18"
},
"6"
:
{
"gateway"
:
"10.24.191.254"
,
"network"
:
"10.24.128.0/18"
},
"7"
:
{
"gateway"
:
"10.24.255.254"
,
"network"
:
"10.24.192.0/18"
},
"8"
:
{
"gateway"
:
"10.25.63.254"
,
"network"
:
"10.25.0.0/18"
},
"9"
:
{
"gateway"
:
"10.25.127.254"
,
"network"
:
"10.25.64.0/18"
},
"default"
:
{
"gateway"
:
"172.16.111.254"
,
"network"
:
"172.16.96.0/20"
}
},
"latitude"
:
48.1
,
"location"
:
"Rennes, France"
,
"longitude"
:
-1.6667
,
...
...
generators/input/sites/rennes/rennes.rb
View file @
9ad11f19
...
...
@@ -14,4 +14,54 @@ site :rennes do |site_uid|
virt_ip_range
"10.156.0.0/14"
storage5k
true
production
true
g5ksubnet
({
:network
=>
'10.156.0.0/14'
,
:gateway
=>
'10.159.255.254'
})
kavlans
({
'default'
=>
{
:network
=>
'172.16.96.0/20'
,
:gateway
=>
'172.16.111.254'
},
'1'
=>
{
:network
=>
'192.168.192.0/20'
},
'2'
=>
{
:network
=>
'192.168.208.0/20'
},
'3'
=>
{
:network
=>
'192.168.224.0/20'
},
'4'
=>
{
:network
=>
'10.24.0.0/18'
,
:gateway
=>
'10.24.63.254'
},
'5'
=>
{
:network
=>
'10.24.64.0/18'
,
:gateway
=>
'10.24.127.254'
},
'6'
=>
{
:network
=>
'10.24.128.0/18'
,
:gateway
=>
'10.24.191.254'
},
'7'
=>
{
:network
=>
'10.24.192.0/18'
,
:gateway
=>
'10.24.255.254'
},
'8'
=>
{
:network
=>
'10.25.0.0/18'
,
:gateway
=>
'10.25.63.254'
},
'9'
=>
{
:network
=>
'10.25.64.0/18'
,
:gateway
=>
'10.25.127.254'
},
'16'
=>
{
:network
=>
'10.27.192.0/18'
,
:gateway
=>
'10.27.255.254'
},
})
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment