Skip to content
Snippets Groups Projects
Commit 3aad51f4 authored by Marco Mascheroni's avatar Marco Mascheroni
Browse files

Add CMSSF_ResourceType default attribute

parent e054eaaf
No related branches found
No related tags found
1 merge request!99Updated configurations for the fnal frontend
Pipeline #10039138 failed
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<work base_dir="/var/lib/gwms-frontend/vofrontend" base_log_dir="{{ i.base_log_dir | default("/var/log/gwms-frontend") }}"/> <work base_dir="/var/lib/gwms-frontend/vofrontend" base_log_dir="{{ i.base_log_dir | default("/var/log/gwms-frontend") }}"/>
<attrs> <attrs>
<attr name="CMS_GLIDEIN_VERSION" glidein_publish="True" job_publish="True" parameter="True" type="int" value="{{ i.cms_version }}"/> <attr name="CMS_GLIDEIN_VERSION" glidein_publish="True" job_publish="True" parameter="True" type="int" value="{{ i.cms_version }}"/>
<attr name="CMSSF_ResourceType" glidein_publish="True" job_publish="True" parameter="True" type="string" value="x86_64:pledged"/>
<attr name="CONDOR_VERSION" glidein_publish="False" job_publish="False" parameter="True" type="string" value="{{ i.condor_version }}"/> <attr name="CONDOR_VERSION" glidein_publish="False" job_publish="False" parameter="True" type="string" value="{{ i.condor_version }}"/>
<attr name="CONDOR_OS" glidein_publish="False" job_publish="False" parameter="True" type="string" value="auto"/> <attr name="CONDOR_OS" glidein_publish="False" job_publish="False" parameter="True" type="string" value="auto"/>
<attr name="GLIDEIN_Expose_Grid_Env" glidein_publish="True" job_publish="True" parameter="False" type="string" value="True"/> <attr name="GLIDEIN_Expose_Grid_Env" glidein_publish="True" job_publish="True" parameter="False" type="string" value="True"/>
......
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