added some debugging tools
This commit is contained in:
@@ -5,4 +5,7 @@ RUN yum install -y https://research.cs.wisc.edu/htcondor/repo/8.9/htcondor-relea
|
|||||||
yum install -y less && \
|
yum install -y less && \
|
||||||
yum clean all
|
yum clean all
|
||||||
|
|
||||||
|
RUN yum install -y iproute bind-utils nmap-ncat net-tools && \
|
||||||
|
yum clean all
|
||||||
|
|
||||||
CMD bash -c 'cat <({ condor_master -f & tail --retry --pid $! -f /var/log/condor/MasterLog & })'
|
CMD bash -c 'cat <({ condor_master -f & tail --retry --pid $! -f /var/log/condor/MasterLog & })'
|
||||||
|
3
play.yml
3
play.yml
@@ -3,7 +3,8 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: "install tools"
|
- name: "install tools"
|
||||||
yum:
|
yum:
|
||||||
name: [ "vim-enhanced", "htop", "screen" ]
|
name: [ "vim-enhanced", "htop", "screen", "bind-utils", "nmap-ncat",
|
||||||
|
"net-tools" ]
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: "install htcondor repo"
|
- name: "install htcondor repo"
|
||||||
|
Reference in New Issue
Block a user