File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# defaults file for hephyvienna.htcondor-ce
3
+ grid_htc_ce_repo_install : true
4
+ grid_htc_ce_repo_developemnt_enable : false
5
+ grid_htc_ce_batch_system : slurm
6
+ grid_htc_ce_pkgs :
7
+ - htcondor-ce-bdii
8
+ - htcondor-ce-client
9
+ - htcondor-ce-view
10
+ - htcondor-ce
11
+ - " htcondor-ce-{{ grid_htc_ce_batch_system }}"
Original file line number Diff line number Diff line change 1
1
---
2
2
# tasks file for hephyvienna.htcondor-ce
3
+ - name : Install repositories
4
+ include_tasks : repos.yum
5
+ when : grid_htc_ce_repo_install
Original file line number Diff line number Diff line change
1
+ ---
2
+ - name : Install stable repository
3
+ yum_repository :
4
+ name : htcondor-stable
5
+ description : " HTCondor Stable RPM Repository for Redhat Enterprise Linux {{ ansible_distribution_major_version }}"
6
+ baseurl : " https://research.cs.wisc.edu/htcondor/yum/stable/8.8/rhel{{ ansible_distribution_major_version }}"
7
+ enabled : true
8
+ gpgcheck : true
9
+ gpgkey : http://research.cs.wisc.edu/htcondor/yum/RPM-GPG-KEY-HTCondor
10
+
11
+ - name : Install development repository
12
+ yum_repository :
13
+ name : htcondor-development
14
+ description : " HTCondor Development RPM Repository for Redhat Enterprise Linux {{ ansible_distribution_major_version }}"
15
+ baseurl : " https://research.cs.wisc.edu/htcondor/yum/development/rhel{{ ansible_distribution_major_version }}"
16
+ enabled : " {{ grid_htc_ce_repo_development_enable }}"
17
+ gpgcheck : true
18
+ gpgkey : http://research.cs.wisc.edu/htcondor/yum/RPM-GPG-KEY-HTCondor
You can’t perform that action at this time.
0 commit comments