paddles use quay.io
docker-compose.yaml: teuthology depends on healthy
paddles rather pulpito
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
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
teuthology:
build: ./teuthology
depends_on:
- pulpito:
+ paddles:
condition: service_healthy
links:
- paddles
- - beanstalk
\ No newline at end of file
+ - beanstalk
#!/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