From: Zack Cerza Date: Tue, 2 Aug 2022 17:18:14 +0000 (-0600) Subject: containers/teuthology-dev: Remove ansible files X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dab43dbf29a2729e92d69a1a04d58546710c5bd3;p=teuthology.git containers/teuthology-dev: Remove ansible files Signed-off-by: Zack Cerza --- diff --git a/containers/teuthology-dev/Dockerfile b/containers/teuthology-dev/Dockerfile index c2566a04..f1a4c600 100644 --- a/containers/teuthology-dev/Dockerfile +++ b/containers/teuthology-dev/Dockerfile @@ -30,9 +30,6 @@ RUN \ COPY containers/teuthology-dev/containerized_node.yaml /teuthology COPY containers/teuthology-dev/.teuthology.yaml /root COPY containers/teuthology-dev/teuthology.sh / -RUN mkdir -p /etc/ansible -COPY containers/teuthology-dev/ansible_inventory/hosts /etc/ansible/ -COPY containers/teuthology-dev/ansible_inventory/secrets /etc/ansible/ RUN \ mkdir $HOME/.ssh && \ touch $HOME/.ssh/id_rsa && \