Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
it-puppet-module-dirac
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai
it-puppet-module-dirac
Commits
9a236bc6
Commit
9a236bc6
authored
4 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
diracCertification: remove /DIRAC/VirtualOrganization setting, needed for MultiVO setup
parent
659d61a6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
code/templates/diraccertif.cfg.erb
+1
-1
1 addition, 1 deletion
code/templates/diraccertif.cfg.erb
code/templates/diraccertifinstall.cfg.erb
+1
-1
1 addition, 1 deletion
code/templates/diraccertifinstall.cfg.erb
with
2 additions
and
2 deletions
code/templates/diraccertif.cfg.erb
+
1
−
1
View file @
9a236bc6
...
...
@@ -28,7 +28,7 @@ LocalInstallation
DIRAC
{
Setup =
<%=
@dirac_config_args
[
'setup'
]
%>
VirtualOrganization =
<%=
@dirac_config_args
[
'vo'
]
%>
#
VirtualOrganization =
<%=
@dirac_config_args
[
'vo'
]
%>
Extensions =
<%=
@all_extensions
.
join
(
","
)
%>
Hostname =
<%=
@server_name
%>
Security
...
...
This diff is collapsed.
Click to expand it.
code/templates/diraccertifinstall.cfg.erb
+
1
−
1
View file @
9a236bc6
...
...
@@ -30,7 +30,7 @@ LocalInstallation
#
# Give a Name to your User Community, it does not need to be the same name as in EGI,
# it can be used to cover more than one VO in the grid sense
VirtualOrganization =
<%=
@dirac_config_args
[
'vo'
]
%>
#
VirtualOrganization =
<%=
@dirac_config_args
[
'vo'
]
%>
# Site name
SiteName =
<%=
@server_name
%>
# Setup name
...
...
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