]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
docs/docker-compose: paddles use quay.io image 1728/head
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Thu, 24 Mar 2022 05:21:34 +0000 (01:21 -0400)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Thu, 24 Mar 2022 05:21:34 +0000 (01:21 -0400)
paddles use quay.io

docker-compose.yaml: teuthology depends on healthy
paddles rather pulpito

Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
docs/docker-compose/docker-compose.yml
docs/docker-compose/start.sh

index 259cf9bdd9755e5d6668adc600c3b6cf2b13708f..3f7912c5e017a60fc34d97efc0f57799a2802bd8 100644 (file)
@@ -19,7 +19,7 @@ services:
     ports:
       - 5432:5432
   paddles:
-    build: ./paddles
+    image: quay.io/ceph-infra/paddles
     environment: 
       PADDLES_SERVER_HOST: 0.0.0.0
       PADDLES_SQLALCHEMY_URL: postgresql+psycopg2://admin:password@postgres:5432/paddles
@@ -61,8 +61,8 @@ services:
   teuthology:
     build: ./teuthology
     depends_on:
-        pulpito:
+        paddles:
             condition: service_healthy
     links:
         - paddles
-        - beanstalk
\ No newline at end of file
+        - beanstalk
index 5c829f22a6d13c04f1a731e3594085e5a7d5fbe7..9e8c3ec0472e6370a06db8f748a7177af4272693 100755 (executable)
@@ -1,9 +1,6 @@
 #!/bin/bash
 # Clone paddles and teuthology
 
-git clone https://github.com/ceph/paddles.git
-cd paddles
-cd ../
 git clone https://github.com/ceph/teuthology.git
 
 # Check for .teuthology.yaml file and copy it to teuthology