]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Moved Dockerfile
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Fri, 14 Jan 2022 21:11:28 +0000 (16:11 -0500)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Fri, 14 Jan 2022 21:11:28 +0000 (16:11 -0500)
Moved docker file to:

docs/docker-compose/Dockerfile

Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
Dockerfile [deleted file]
docs/docker-compose/Dockerfile [new file with mode: 0644]
docs/docker-compose/start.sh

diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644 (file)
index 887bb44..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-FROM ubuntu:latest
-ENV DEBIAN_FRONTEND=nonintercative
-COPY . /teuthology
-COPY .teuthology.yaml ./root
-WORKDIR /teuthology
-RUN chmod +x /teuthology/bootstrap
-RUN apt-get update && apt-get install -y \ 
-    git qemu-utils python3-dev libssl-dev ipmitool \
-    python3-pip python3-virtualenv vim \
-    libev-dev libvirt-dev libffi-dev \
-    libyaml-dev lsb-release beanstalkd && apt-get \
-    clean all
-RUN mkdir ../archive_dir
-RUN mkdir log
-CMD  ./bootstrap && ./virtualenv/bin/teuthology-suite \
--v --ceph-repo https://github.com/ceph/ceph.git \
---suite-repo https://github.com/ceph/ceph.git \
--c master -m smithi --subset 9000/100000 --limit 1 \
---suite dummy \
---suite-branch master -p 75 --force-priority -n 100 \
-&& tail -f /dev/null
\ No newline at end of file
diff --git a/docs/docker-compose/Dockerfile b/docs/docker-compose/Dockerfile
new file mode 100644 (file)
index 0000000..887bb44
--- /dev/null
@@ -0,0 +1,21 @@
+FROM ubuntu:latest
+ENV DEBIAN_FRONTEND=nonintercative
+COPY . /teuthology
+COPY .teuthology.yaml ./root
+WORKDIR /teuthology
+RUN chmod +x /teuthology/bootstrap
+RUN apt-get update && apt-get install -y \ 
+    git qemu-utils python3-dev libssl-dev ipmitool \
+    python3-pip python3-virtualenv vim \
+    libev-dev libvirt-dev libffi-dev \
+    libyaml-dev lsb-release beanstalkd && apt-get \
+    clean all
+RUN mkdir ../archive_dir
+RUN mkdir log
+CMD  ./bootstrap && ./virtualenv/bin/teuthology-suite \
+-v --ceph-repo https://github.com/ceph/ceph.git \
+--suite-repo https://github.com/ceph/ceph.git \
+-c master -m smithi --subset 9000/100000 --limit 1 \
+--suite dummy \
+--suite-branch master -p 75 --force-priority -n 100 \
+&& tail -f /dev/null
\ No newline at end of file
index 92ae606e8f47c8658e8523631bff44d47afc6541..5c829f22a6d13c04f1a731e3594085e5a7d5fbe7 100755 (executable)
@@ -16,7 +16,7 @@ else
 fi
 
 # Copy Docker file into teuthology
-cp ../../Dockerfile teuthology/.
+cp ./Dockerfile teuthology/.
 
 # docker-compose
 docker-compose up --build