Skip to content
Snippets Groups Projects
Commit ac72e1c8 authored by Florian Von Cube's avatar Florian Von Cube :coffee:
Browse files

Replace collector in volunteer FE.

parent d94f6552
No related branches found
No related tags found
2 merge requests!95Updated configurations for the fnal frontend,!94Remove unnecessary proxy for volunteer frontend.
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<credentials> <credentials>
</credentials> </credentials>
</security> </security>
<stage base_dir="/var/lib/gwms-frontend/web-area/stage" use_symlink="True" web_base_url="http://vocms0840.cern.ch/vofrontend/stage"/> <stage base_dir="/var/lib/gwms-frontend/web-area/stage" use_symlink="True" web_base_url="http://vocms0830.cern.ch/vofrontend/stage"/>
<work base_dir="/var/lib/gwms-frontend/vofrontend" base_log_dir="/var/log/gwms-frontend"/> <work base_dir="/var/lib/gwms-frontend/vofrontend" base_log_dir="/var/log/gwms-frontend"/>
<attrs> <attrs>
<attr name="CMS_GLIDEIN_VERSION" glidein_publish="True" job_publish="True" parameter="True" type="int" value="32"/> <attr name="CMS_GLIDEIN_VERSION" glidein_publish="True" job_publish="True" parameter="True" type="int" value="32"/>
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<ccbs> <ccbs>
</ccbs> </ccbs>
<collectors> <collectors>
<collector DN="/DC=ch/DC=cern/OU=computers/CN=vocms0840.cern.ch" group="c1" node="vocms0840.cern.ch" secondary="False"/> <collector DN="/DC=ch/DC=cern/OU=computers/CN=vocms0830.cern.ch" group="c1" node="vocms0830.cern.ch" secondary="False"/>
</collectors> </collectors>
<files> <files>
<file absfname="/data/gwms-frontend/repos/cms-validation-scripts/advertise_site_classads.sh" after_entry="True" after_group="True" const="True" executable="True" period="0" prefix="GLIDEIN_PS_" untar="False" wrapper="False"> <file absfname="/data/gwms-frontend/repos/cms-validation-scripts/advertise_site_classads.sh" after_entry="True" after_group="True" const="True" executable="True" period="0" prefix="GLIDEIN_PS_" untar="False" wrapper="False">
......
...@@ -87,7 +87,7 @@ parameters: ...@@ -87,7 +87,7 @@ parameters:
factory_user: gfactory factory_user: gfactory
node: vocms0204.cern.ch node: vocms0204.cern.ch
my_identity: fecmsglobalitb my_identity: fecmsglobalitb
frontend_fqdn: vocms0840.cern.ch frontend_fqdn: vocms0830.cern.ch
# TODO: Deduplicate with global # TODO: Deduplicate with global
global_factory_expr: >- global_factory_expr: >-
(stringListMember("CMS",GLIDEIN_Supported_VOs) || stringListMember("CMSGPU",GLIDEIN_Supported_VOs))&amp;&amp; (GLIDEIN_Max_Walltime=!=UNDEFINED) &amp;&amp; (GLIDEIN_Retire_Time_Spread=!=UNDEFINED) &amp;&amp; (GLIDEIN_MaxMemMBs=!=UNDEFINED) &amp;&amp; (GLIDEIN_CMSSite=!=UNDEFINED) &amp;&amp; (!stringListsIntersect("T2_CH_CERN_AI,T2_CH_CERN_HLT,T0_CH_CERN",GLIDEIN_CMSSite)) (stringListMember("CMS",GLIDEIN_Supported_VOs) || stringListMember("CMSGPU",GLIDEIN_Supported_VOs))&amp;&amp; (GLIDEIN_Max_Walltime=!=UNDEFINED) &amp;&amp; (GLIDEIN_Retire_Time_Spread=!=UNDEFINED) &amp;&amp; (GLIDEIN_MaxMemMBs=!=UNDEFINED) &amp;&amp; (GLIDEIN_CMSSite=!=UNDEFINED) &amp;&amp; (!stringListsIntersect("T2_CH_CERN_AI,T2_CH_CERN_HLT,T0_CH_CERN",GLIDEIN_CMSSite))
...@@ -145,9 +145,9 @@ parameters: ...@@ -145,9 +145,9 @@ parameters:
parameter: true parameter: true
value: "CMS_T3_CH_Volunteer,CMS_T3_CH_CMSAtHome" value: "CMS_T3_CH_Volunteer,CMS_T3_CH_CMSAtHome"
collectors: collectors:
- DN: /DC=ch/DC=cern/OU=computers/CN=vocms0840.cern.ch - DN: /DC=ch/DC=cern/OU=computers/CN=vocms0830.cern.ch
group: c1 group: c1
node: vocms0840.cern.ch node: vocms0830.cern.ch
schedds: schedds:
- DN: "/DC=ch/DC=cern/OU=computers/CN=vocms0267.cern.ch" - DN: "/DC=ch/DC=cern/OU=computers/CN=vocms0267.cern.ch"
fullname: "vocms0267.cern.ch" fullname: "vocms0267.cern.ch"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment