File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3434 run : ./venv/bin/ceph-devstack -v create
3535 - name : Start
3636 run : ./venv/bin/ceph-devstack -v start
37+ - name : Check Status
38+ run : podman ps -a
3739 - name : Wait
3840 run : ./venv/bin/ceph-devstack wait teuthology
3941 - name : Dump logs
Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ data_dir = "~/.local/share/ceph-devstack"
44image = " python:alpine"
55
66[containers .beanstalk ]
7- image = " quay.io/ceph-infra/teuthology-beanstalkd:latest "
7+ image = " quay.io/ceph-infra/teuthology-beanstalkd:main "
88
99[containers .paddles ]
10- image = " quay.io/ceph-infra/paddles:latest "
10+ image = " quay.io/ceph-infra/paddles:main "
1111
1212[containers .postgres ]
1313image = " quay.io/ceph-infra/teuthology-postgresql:latest"
1414
1515[containers .pulpito ]
16- image = " quay.io/ceph-infra/pulpito:latest "
16+ image = " quay.io/ceph-infra/pulpito:main "
1717
1818[containers .testnode ]
1919count = 3
20- image = " quay.io/ceph-infra/teuthology-testnode:latest "
20+ image = " quay.io/ceph-infra/teuthology-testnode:main "
2121
2222[containers .teuthology ]
2323image = " quay.io/ceph-infra/teuthology-dev:main"
You can’t perform that action at this time.
0 commit comments