Skip to content

Commit 2de9070

Browse files
committed
Remove references to PBS knownhosts
Both the quattor component pbsknownhosts and edg-pbs-knownhosts are no longer supported as PBS itself has not been a supported batch system for CEs for a very long time now.
1 parent 47d1d8f commit 2de9070

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

umd-4/features/ssh/ce.pan

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
unique template features/ssh/ce;
44

5-
variable CE_PBS_KNOWNHOSTS ?= INSTALL_ROOT+'/etc/edg-pbs-knownhosts.conf';
6-
75
# ----------------------------------------------------------------------------
86
# Control variables initialization
97
# -----------------------------------------------------------------------------
@@ -109,17 +107,6 @@ variable HOSTS_EQUIV_LIST = {
109107
};
110108

111109

112-
# ----------------------------------------------------------------------------
113-
# pbsknownhosts
114-
# -----------------------------------------------------------------------------
115-
include { 'components/pbsknownhosts/config' };
116-
"/software/components/pbsknownhosts/configFile" = CE_PBS_KNOWNHOSTS;
117-
118-
# Add CE explicitly as it is not a PBS node
119-
"/software/components/pbsknownhosts/nodes" = CE_HOST_LIST;
120-
"/software/components/pbsknownhosts/targets" = list("knownhosts");
121-
122-
123110
# ----------------------------------------------------------------------------
124111
# Build SSH client configuration
125112
# ----------------------------------------------------------------------------
@@ -199,32 +186,3 @@ include { 'components/ssh/config' };
199186
} else {
200187
return(SELF);
201188
};
202-
203-
204-
# ----------------------------------------------------------------------------
205-
# cron
206-
# ----------------------------------------------------------------------------
207-
include { 'components/cron/config' };
208-
209-
"/software/components/cron/entries" =
210-
push(nlist(
211-
"name","edg-pbs-knownhosts",
212-
"user","root",
213-
"frequency", "33 */2 * * *",
214-
"command","/usr/sbin/edg-pbs-knownhosts"));
215-
216-
217-
# ----------------------------------------------------------------------------
218-
# altlogrotate
219-
# ----------------------------------------------------------------------------
220-
include { 'components/altlogrotate/config' };
221-
222-
"/software/components/altlogrotate/entries/edg-pbs-knownhosts" =
223-
nlist("pattern", "/var/log/edg-pbs-knownhosts.ncm-cron.log",
224-
"compress", true,
225-
"missingok", true,
226-
"frequency", "weekly",
227-
"create", true,
228-
"ifempty", true,
229-
"rotate", 1);
230-

0 commit comments

Comments
 (0)