removed minicondor configuration
This commit is contained in:
12
play.yml
12
play.yml
@@ -3,8 +3,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: "install tools"
|
- name: "install tools"
|
||||||
yum:
|
yum:
|
||||||
name: [ "vim-enhanced", "htop", "screen", "bind-utils", "nmap-ncat",
|
name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ]
|
||||||
"net-tools" ]
|
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: "install htcondor repo"
|
- name: "install htcondor repo"
|
||||||
@@ -12,11 +11,16 @@
|
|||||||
name: https://research.cs.wisc.edu/htcondor/repo/8.9/htcondor-release-current.el7.noarch.rpm
|
name: https://research.cs.wisc.edu/htcondor/repo/8.9/htcondor-release-current.el7.noarch.rpm
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: "install htcondor software and minicondor configuration"
|
- name: "install htcondor software "
|
||||||
yum:
|
yum:
|
||||||
name: [ "htcondor-ce", "minicondor" ]
|
name: htcondor-ce
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: "remove minicondor configuration"
|
||||||
|
yum:
|
||||||
|
name: minicondor
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: "setup singularity"
|
- name: "setup singularity"
|
||||||
import_tasks: "singularity.yml"
|
import_tasks: "singularity.yml"
|
||||||
tags: singularity
|
tags: singularity
|
||||||
|
@@ -109,6 +109,10 @@
|
|||||||
name: condor
|
name: condor
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
# TODO: reserve some address using docker_network_info and assign as aux
|
||||||
|
# address to enable cm to get a static address in order to be reachable from
|
||||||
|
# htcondor running on docker host to enable submitting jobs.
|
||||||
|
|
||||||
- name: "run htcondor containers"
|
- name: "run htcondor containers"
|
||||||
docker_container:
|
docker_container:
|
||||||
name: "condor-{{item}}"
|
name: "condor-{{item}}"
|
||||||
|
Reference in New Issue
Block a user