Skip to content

Commit

Permalink
GIP CE: remove obsolete Condor-related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jouvin committed May 6, 2015
1 parent 82ada5a commit 7bcecc5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions features/gip/ce.pan
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ variable GIP_CE_SERVICE_PARAMS = nlist(
pkg_repl('glite-info-provider-service');
pkg_repl('lcg-info-dynamic-scheduler-pbs');
if ( GIP_CE_USE_MAUI ) pkg_repl('lcg-info-dynamic-maui');
if(CE_BATCH_SYS == 'condor') pkg_repl('lcg-info-dynamic-condor');
SELF;
};

Expand Down Expand Up @@ -385,8 +384,8 @@ variable GIP_CE_PLUGIN_COMMAND = {

foreach (jobmanager;lrms;CE_BATCH_SYS_LIST) {
if ( lrms == "condor" ) {
contents = contents + "/opt/glite/libexec/lcg-info-dynamic-condor /usr/bin/ "+
GIP_LDIF_DIR + "/static-file-all-CE-"+lrms+".ldif "+CONDOR_HOST+"\n";
contents = contents + LCG_INFO_SCRIPTS_DIR +"/lcg-info-dynamic-condor /opt/condor/bin/ "+
GIP_LDIF_DIR + "/static-file-CE-"+lrms+".ldif "+CONDOR_HOST+"\n";
} else if ( lrms == "lsf" ) {
contents = contents + LCG_INFO_SCRIPTS_DIR +"/lcg-info-dynamic-lsf /usr/local/lsf/bin/ "+
GIP_LDIF_DIR + "/static-file-CE-"+lrms+".ldif"+"\n";
Expand Down Expand Up @@ -668,7 +667,7 @@ variable GIP_CE_LDIF_PARAMS = {
};
lrms = CE_BATCH_SYS_LIST[jobmanager];
if ( !is_nlist(host_entries_g1[lrms]) ) host_entries_g1[lrms] = nlist();

# FIXME: cache mode should not be specific to Torque/MAUI...
# FIXME: cluster mode (distinct CEs and LRMS master) validation with LRMS other than Torque/MAUI
if ( FULL_HOSTNAME == LRMS_SERVER_HOST ) {
Expand Down Expand Up @@ -851,7 +850,6 @@ variable GIP_CE_LDIF_PARAMS = {

}; # end of iteration over queues


# Create LDIF configuration entries describing CE queues (GlueCE and GlueVOView).
# FIXME: restore original behaviour when lcg-info-dynamic-scheduler is fixed (https://ggus.eu/index.php?mode=ticket_info&ticket_id=110336).
# See other related section at the beginning of this block.
Expand Down Expand Up @@ -1179,6 +1177,7 @@ variable GIP_CE_LDIF_PARAMS = {
SELF;
};


# Create the file defining default values for some queue attributes if using
# lcg-info-dynamic-maui.
include if ( GIP_CE_USE_MAUI && (FULL_HOSTNAME == LRMS_SERVER_HOST) ) 'features/gip/ce-maui-plugin-defaults';
Expand All @@ -1205,4 +1204,3 @@ include { 'components/dirperm/config' };
'type','d',
));
};

0 comments on commit 7bcecc5

Please sign in to comment.