File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 45
45
}
46
46
file { '/opt/xrootd/config' :
47
47
ensure => directory ,
48
+ owner => ' 100' ,
49
+ group => ' 101' ,
48
50
}
49
51
file { '/opt/xrootd/admin' :
50
52
ensure => directory ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ EMAIL_DOMAIN_ALLOWLIST = <%= @email_domain_whitelist %>
52
52
ALLOW_ONLY_EXTERNAL_REGISTRATION = true
53
53
SHOW_REGISTRATION_BUTTON = false
54
54
ENABLE_NOTIFY_MAIL = true
55
+ AUTO_WATCH_NEW_REPOS = false
55
56
56
57
[CORS]
57
58
ALLOW_DOMAIN = sunet.se
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
3
3
image : <%= @container_image %>:<%= @container_tag %>
4
4
dns :
5
5
- 89.32.32.32
6
- hostname : <%= @hostname.split('.')[0] %>
6
+ hostname : <%= @hostname %>
7
7
network_mode : host
8
8
extra_hosts :
9
9
<%- @cms_allow_hosts.each do |extra_host| -%>
@@ -26,7 +26,7 @@ services:
26
26
image : <%= @container_image %>:<%= @container_tag %>
27
27
dns :
28
28
- 89.32.32.32
29
- hostname : <%= @hostname.split('.')[0] %>
29
+ hostname : <%= @hostname %>
30
30
network_mode : host
31
31
extra_hosts :
32
32
<%- @cms_allow_hosts.each do |extra_host| -%>
Original file line number Diff line number Diff line change 1
1
# Enable the HTTP protocol on port <%= @port %> (1094 is the default XRootD port)
2
- xrd.protocol http:<%= @xrootd_port %> libXrdHttp.so
3
2
if exec cmsd
4
3
xrd.port <%= @cms_port %>
5
4
fi
6
5
if exec xrootd
7
- xrd.port <%= @xrootd_port %>
6
+ xrd.protocol http:<%= @xrootd_port %> libXrdHttp.so
7
+ xrd.port <%= @xrootd_port %>
8
8
fi
9
9
10
10
# Upon last testing, the plugin did not yet work in async mode
@@ -17,7 +17,7 @@ all.export <%= @export %>
17
17
# Set the role to either proxy manager or proxy server
18
18
all.adminpath <%= @xrootd_admin_path %>
19
19
all.pidpath <%= @xrootd_admin_path %>
20
- all.manager all <%= @manager_domain %> + <%= @xrootd_port %>
20
+ all.manager all <%= @manager_domain %> + <%= @cms_port %>
21
21
all.role manager
22
22
23
23
# Tell the cmsd which machines are allowed to connects
Original file line number Diff line number Diff line change 1
1
# Enable the HTTP protocol on port <%= @port %> (1094 is the default XRootD port)
2
- xrd.protocol http:<%= @xrootd_port %> libXrdHttp.so
3
2
if exec cmsd
4
3
xrd.port <%= @cms_port %>
5
4
fi
6
5
if exec xrootd
7
- xrd.port <%= @xrootd_port %>
6
+ xrd.protocol http:<%= @xrootd_port %> libXrdHttp.so
7
+ xrd.port <%= @xrootd_port %>
8
8
fi
9
9
10
10
# Upon last testing, the plugin did not yet work in async mode
@@ -17,7 +17,7 @@ all.export <%= @export %>
17
17
# Set the role to either proxy manager or proxy server
18
18
all.adminpath <%= @xrootd_admin_path %>
19
19
all.pidpath <%= @xrootd_admin_path %>
20
- all.manager all <%= @manager_domain %> + <%= @xrootd_port %>
20
+ all.manager all <%= @manager_domain %> + <%= @cms_port %>
21
21
all.role server
22
22
23
23
# Tell the cmsd which machines are allowed to connects
You can’t perform that action at this time.
0 commit comments