Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
e98c76f1
Commit
e98c76f1
authored
Mar 10, 2020
by
LOUP David
Browse files
[pyxis] Add ipv6 to pyxis
parent
a27e637f
Pipeline
#126820
passed with stages
in 4 minutes and 5 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.json
View file @
e98c76f1
...
...
@@ -52,6 +52,7 @@
"firmware_version"
:
"mfw 8.35.24.0 storm 8.37.2.0"
,
"interface"
:
"Ethernet"
,
"ip"
:
"172.16.54.1"
,
"ip6"
:
"2001:660:4406:400:7::1"
,
"kavlan"
:
true
,
"mac"
:
"b4:2e:99:3d:1f:40"
,
"management"
:
false
,
...
...
data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.json
View file @
e98c76f1
...
...
@@ -52,6 +52,7 @@
"firmware_version"
:
"mfw 8.35.24.0 storm 8.37.2.0"
,
"interface"
:
"Ethernet"
,
"ip"
:
"172.16.54.2"
,
"ip6"
:
"2001:660:4406:400:7::2"
,
"kavlan"
:
true
,
"mac"
:
"b4:2e:99:3d:1f:3c"
,
"management"
:
false
,
...
...
data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.json
View file @
e98c76f1
...
...
@@ -52,6 +52,7 @@
"firmware_version"
:
"mfw 8.35.24.0 storm 8.37.2.0"
,
"interface"
:
"Ethernet"
,
"ip"
:
"172.16.54.3"
,
"ip6"
:
"2001:660:4406:400:7::3"
,
"kavlan"
:
true
,
"mac"
:
"b4:2e:99:3d:1e:d0"
,
"management"
:
false
,
...
...
data/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.json
View file @
e98c76f1
...
...
@@ -52,6 +52,7 @@
"firmware_version"
:
"mfw 8.35.24.0 storm 8.37.2.0"
,
"interface"
:
"Ethernet"
,
"ip"
:
"172.16.54.4"
,
"ip6"
:
"2001:660:4406:400:7::4"
,
"kavlan"
:
true
,
"mac"
:
"b4:2e:99:3d:1e:dc"
,
"management"
:
false
,
...
...
input/grid5000/sites/lyon/clusters/pyxis/pyxis_ipv6.yaml.erb
0 → 100644
View file @
e98c76f1
nodes:
<%
(
1
..
4
).
each
do
|
index
|
%>
pyxis-
<%=
index
%>
:
network_adapters:
eth0:
ip6: 2001:660:4406:400:7::
<%=
index
.
to_s
(
16
)
%>
<%
end
%>
Write
Preview
Markdown
is supported
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