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
ab79cafc
Commit
ab79cafc
authored
Sep 12, 2017
by
Simon Delamare
Browse files
[generators] Disable kavlan authentication (#8465)
parent
59d0ec20
Changes
1
Show whitespace changes
Inline
Side-by-side
generators/puppet/templates/kavlan.conf.erb
View file @
ab79cafc
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
"loglevel": "notice",
"loglevel": "notice",
"admins": "oar;deploy;root;g5kadmin",
"admins": "oar;deploy;root;g5kadmin",
"trace": { "active": "off", "path": "/tmp/traces" },
"trace": { "active": "off", "path": "/tmp/traces" },
"peer_allow_regexp": "(api-proxy\..*\.grid5000.fr)|(api.grid5000.fr)",
"SNMPCommunity": "
<%=
conf
.
has_key?
(
'snmp_community'
)
?
conf
[
'snmp_community'
]
:
'public'
%>
",
"SNMPCommunity": "
<%=
conf
.
has_key?
(
'snmp_community'
)
?
conf
[
'snmp_community'
]
:
'public'
%>
",
"db": { "host": "mysql", "name": "deploy3", "user": "
<%=
conf
[
'db_user'
]
or
'deploy'
%>
", "passwd": "
<%=
conf
[
'db_password'
]
or
fail
"Missing db_password entry"
%>
"},
"db": { "host": "mysql", "name": "deploy3", "user": "
<%=
conf
[
'db_user'
]
or
'deploy'
%>
", "passwd": "
<%=
conf
[
'db_password'
]
or
fail
"Missing db_password entry"
%>
"},
"vlan": [
"vlan": [
...
...
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