geonmo.htcondor_ce
htcondor_ce

Setup of the HTCondor Compute Element (CE) for WLCG/EGI sites.
This is based on the Puppet Module and the Wiki article. You can also check the OSG documentation.
Requirements
- EL6/7
- EPEL
- UMD repositories
Role Variables
htcondor_ce_repo_install: true
Install the HTCondor repository.
htcondor_ce_repo_development_enable: false
Enable the development repository for the latest version.
htcondor_ce_batch_system: slurm
Choose the batch system (only slurm has been tested).
htcondor_ce_enable_static_shadow: false
This feature has not been tested.
htcondor_ce_enable_bdii: true
Enable BDII publication of the service.
htcondor_ce_uid_domain: "{{ ansible_domain }}"
Recognize local condor daemons as friendly (not useful for batch system deployment).
htcondor_ce_condor_view_hosts: []
Condor View Hosts route your collector information to global or site collectors.
htcondor_ce_pool_collector_str: ''
Set the correct destination for routing.
htcondor_ce_gsi_regexp: '^\/DC\=ch\/DC\=cern\/OU\=computers\/CN\=(host\/)?([A-Za-z0-9.\-]*)$'
htcondor_ce_benchmark_result: 10.00-HEP-SPEC06
htcondor_ce_execution_env_cores: 16
htcondor_ce_election_hosts:
- "{{ ansible_fqdn }}"
For publication in the BDII.
htcondor_ce_argus_server: argus.hephy.oeaw.ac.at
Argus server address.
htcondor_ce_argus_port: 8154
Argus server port.
htcondor_ce_argus_resourceid: http://authz-interop.org/xacml/resource/resource-type/ce
Argus resource ID.
Dependencies
- hephyvienna.grid
Example Playbook
- hosts: servers
vars:
poolaccounts:
- name: 'cms%03d'
uid: 10000
number: 2
step: 2
description: 'Standard User of the CMS VO'
group: cms
gid: 10000
- name: 'cmsprd%02d'
uid: 11000
number: 2
step: 2
description: 'Production User of the CMS VO'
group: cmsprd
gid: 11000
groups: cms
- name: 'cmspil%02d'
uid: 12000
number: 2
step: 2
description: 'Pilot User of the CMS VO'
group: cmspil
gid: 12000
groups: cms
- name: 'cmssgm'
uid: 13000
description: 'SW User of the CMS VO'
group: cmssgm
gid: 13000
groups: cms
grid_vos:
- cms
roles:
- role: hephyvienna.poolaccounts
- role: hephyvienna.grid
- role: hephyvienna.htcondor-ce
License
MIT
Author Information
Written by Dietrich Liko in June 2019 at the Institute for High Energy Physics of the Austrian Academy of Sciences.
ansible-galaxy install geonmo.htcondor_ce