Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
reference-repository
Commits
548d1b13
Commit
548d1b13
authored
15 years ago
by
Pascal Morillon
Committed by
g5kadmin user
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[sophia] Add emails for contacts and set compilation_server attribute to true
parent
02cfc966
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/grid5000/sites/sophia/sophia.json
+5
-4
5 additions, 4 deletions
data/grid5000/sites/sophia/sophia.json
generators/input/sophia.rb
+6
-5
6 additions, 5 deletions
generators/input/sophia.rb
with
11 additions
and
9 deletions
data/grid5000/sites/sophia/sophia.json
+
5
−
4
View file @
548d1b13
{
{
"compilation_server"
:
true
,
"description"
:
""
,
"description"
:
""
,
"email_contact"
:
null
,
"email_contact"
:
"sophia-staff@lists.grid5000.fr"
,
"latitude"
:
43.6161
,
"latitude"
:
43.6161
,
"location"
:
"Sophia-Antipolis, France"
,
"location"
:
"Sophia-Antipolis, France"
,
"longitude"
:
7.0678
,
"longitude"
:
7.0678
,
"name"
:
"Sophia-Antipolis"
,
"name"
:
"Sophia-Antipolis"
,
"security_contact"
:
null
,
"security_contact"
:
"sophia-staff@lists.grid5000.fr"
,
"sys_admin_contact"
:
null
,
"sys_admin_contact"
:
"sophia-staff@lists.grid5000.fr"
,
"type"
:
"site"
,
"type"
:
"site"
,
"uid"
:
"sophia"
,
"uid"
:
"sophia"
,
"user_support_contact"
:
null
,
"user_support_contact"
:
"sophia-staff@lists.grid5000.fr"
,
"web"
:
null
"web"
:
null
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
generators/input/sophia.rb
+
6
−
5
View file @
548d1b13
...
@@ -5,13 +5,14 @@ site :sophia do |site_uid|
...
@@ -5,13 +5,14 @@ site :sophia do |site_uid|
description
""
description
""
latitude
43.6161
latitude
43.6161
longitude
7.0678
longitude
7.0678
email_contact
email_contact
"sophia-staff@lists.grid5000.fr"
sys_admin_contact
sys_admin_contact
"sophia-staff@lists.grid5000.fr"
security_contact
security_contact
"sophia-staff@lists.grid5000.fr"
user_support_contact
user_support_contact
"sophia-staff@lists.grid5000.fr"
(
%w{sid-x64-base-1.0 sid-x64-base-1.1 sid-x64-nfs-1.0 sid-x64-nfs-1.1 sid-x64-big-1.1}
+
(
%w{sid-x64-base-1.0 sid-x64-base-1.1 sid-x64-nfs-1.0 sid-x64-nfs-1.1 sid-x64-big-1.1}
+
%w{etch-x64-base-1.0 etch-x64-base-1.1 etch-x64-nfs-1.0 etch-x64-nfs-1.1 etch-x64-big-1.0 etch-x64-big-1.1}
+
%w{etch-x64-base-1.0 etch-x64-base-1.1 etch-x64-nfs-1.0 etch-x64-nfs-1.1 etch-x64-big-1.0 etch-x64-big-1.1}
+
%w{lenny-x64-base-0.9 lenny-x64-nfs-0.9 lenny-x64-big-0.9}
).
each
{
|
env_uid
|
environment
env_uid
,
:refer_to
=>
"grid5000/environments/
#{
env_uid
}
"
}
%w{lenny-x64-base-0.9 lenny-x64-nfs-0.9 lenny-x64-big-0.9}
).
each
{
|
env_uid
|
environment
env_uid
,
:refer_to
=>
"grid5000/environments/
#{
env_uid
}
"
}
compilation_server
true
cluster
:azur
do
|
cluster_uid
|
cluster
:azur
do
|
cluster_uid
|
model
"IBM eServer 325"
model
"IBM eServer 325"
...
@@ -154,4 +155,4 @@ site :sophia do |site_uid|
...
@@ -154,4 +155,4 @@ site :sophia do |site_uid|
end
end
end
end
end
end
end
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment