Skip to content

Commit

Permalink
Online DQM: changing frontier connect to work with squid
Browse files Browse the repository at this point in the history
  • Loading branch information
danduggan committed Jul 17, 2014
1 parent 1fd8529 commit 96a657d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions DQM/Integration/python/test/FrontierCondition_GT_cfi.py
@@ -1,10 +1,5 @@
import FWCore.ParameterSet.Config as cms
from Configuration.StandardSequences.FrontierConditions_GlobalTag_cff import *
#GlobalTag.connect = "frontier://(proxyurl=http://localhost:3128)(serverurl=http://frontier1.cms:8000/FrontierOnProd)(serverurl=http://frontier2.cms:8000/FrontierOnProd)(retrieve-ziplevel=0)/CMS_COND_31X_GLOBALTAG"
GlobalTag.connect = "frontier://(proxyurl=http://localhost:3128)(serverurl=http://localhost:8000/FrontierOnProd)(serverurl=http://localhost:8000/FrontierOnProd)(retrieve-ziplevel=0)(failovertoserver=no)/CMS_COND_31X_GLOBALTAG"

GlobalTag.connect = "frontier://(proxyurl=http://frontier.cms:3128)(serverurl=http://frontier.cms:8000/FrontierOnProd)(serverurl=http://frontier.cms:8000/FrontierOnProd)(retrieve-ziplevel=0)(failovertoserver=no)/CMS_COND_31X_GLOBALTAG"
GlobalTag.pfnPrefix = cms.untracked.string("frontier://(proxyurl=http://frontier.cms:3128)(serverurl=http://frontier.cms:8000/FrontierOnProd)(serverurl=http://frontier.cms:8000/FrontierOnProd)(retrieve-ziplevel=0)(failovertoserver=no)/")

GlobalTag.globaltag = "GR_H_V38::All"
es_prefer_GlobalTag = cms.ESPrefer('PoolDBESSource','GlobalTag')

0 comments on commit 96a657d

Please sign in to comment.