Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: ./venv/bin/ceph-devstack -v create
- name: Start
run: ./venv/bin/ceph-devstack -v start
- name: Check Status
run: podman ps -a
- name: Wait
run: ./venv/bin/ceph-devstack wait teuthology
- name: Dump logs
Expand Down
8 changes: 4 additions & 4 deletions ceph_devstack/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ data_dir = "~/.local/share/ceph-devstack"
image = "python:alpine"

[containers.beanstalk]
image = "quay.io/ceph-infra/teuthology-beanstalkd:latest"
image = "quay.io/ceph-infra/teuthology-beanstalkd:main"

[containers.paddles]
image = "quay.io/ceph-infra/paddles:latest"
image = "quay.io/ceph-infra/paddles:main"

[containers.postgres]
image = "quay.io/ceph-infra/teuthology-postgresql:latest"

[containers.pulpito]
image = "quay.io/ceph-infra/pulpito:latest"
image = "quay.io/ceph-infra/pulpito:main"

[containers.testnode]
count = 3
image = "quay.io/ceph-infra/teuthology-testnode:latest"
image = "quay.io/ceph-infra/teuthology-testnode:main"

[containers.teuthology]
image = "quay.io/ceph-infra/teuthology-dev:main"