Glideinwms with arcce condor.ini

From GridPP Wiki
Revision as of 13:00, 12 June 2014 by Daniela Bauer 3919d55ff4 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
; ## Global options
[DEFAULT]
glideinwms_location = /opt/glideinwms

; This needs to be defined, even if I only install the 
; Submit module on the CE   
; most variables are not used, so this is cut and pasted 
; from the glideinWMS
;;--------------------------------------------------

[UserCollector]
hostname = gwms00.grid.hep.ph.ic.ac.uk ;  
x509_cert     = /etc/grid-security/raincloudcert.pem ;
x509_key      = /etc/grid-security/raincloudkey.pem ;

x509_gsi_dn   = /C=UK/O=eScience/OU=Imperial/L=Physics/CN=gwms00.grid.hep.ph.ic.ac.uk ;
username = raincloud

service_name = userpool_service

condor_location = /opt/gwms/condor-user
collector_port  = 9640
number_of_secondary_collectors = 2


;; not used, but variables need to be defined 
install_vdt_client = n
vdt_location =  ;                 
pacman_url = ;   
pacman_location = ;

;--------------------------------------------------
[Submit]
hostname = cetest02.grid.hep.ph.ic.ac.uk

install_type = tarball

username = condor

condor_tarball = /opt/tarballs/condor-8.0.7-x86_64_RedHat6-unstripped.tar.gz
condor_admin_email = lcg-site-admin@imperial.ac.uk

x509_cert_dir = /etc/grid-security/certificates
x509_cert = /etc/grid-security/hostcert.pem ;
x509_key = /etc/grid-security/hostkey.pem ;

x509_gsi_dn = /C=UK/O=eScience/OU=Imperial/L=Physics/CN=cetest02.grid.hep.ph.ic.ac.uk

service_name = submit_service
;number_of_schedds = 2
number_of_schedds = 1
collector_port = 9640
; This shared port is not really optional
schedd_shared_port = 9615

condor_location = /opt/condor-submit

; not used, but variables need to be defined
install_vdt_client = n
vdt_location =  ; 
pacman_location = ;
pacman_url = ;


; This needs to be defined, even if I only install the
; Submit module on the CE
; most variables are not used, so this is cut and pasted 
; from the glideinWMS
;---------------------------------------------
[VOFrontend]
hostname = gwms00.grid.hep.ph.ic.ac.uk

username = raincloud

service_name = frontend_service

install_location = /opt/gwms/frontend
logs_dir         = /opt/gwms/frontend/log

condor_location = /opt/gwms/condor-frontend

x509_proxy  = /home/raincloud/raincloud.proxy
x509_gsi_dn = /C=UK/O=eScience/OU=Imperial/L=Physics/CN=gwms-frontend00.grid.hep.ph.ic.ac.uk

glidein_proxy_files = /home/raincloud/raincloud.proxy
glidein_proxy_dns = /C=UK/O=eScience/OU=Imperial/L=Physics/CN=gwms-frontend00.grid.hep.ph.ic.ac.uk

group_name   = main
userjob_constraints = (JobUniverse==5)&&(GLIDEIN_Is_Monitor =!= TRUE)&&(JOB_Is_Monitor =!= TRUE)
match_string = True

glexec_use = never
expose_grid_env = True

web_location  = /var/www/html/cfrontend
web_url       = http://%(hostname)s:8319

; not used, but variables need to be defined                                                                                                           
install_vdt_client = n
vdt_location =  ;                                                                                                                                      
pacman_location = ;             
pacman_url = ;