]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
docs/docker-compose: Move to new containers/ dir
authorZack Cerza <zack@redhat.com>
Tue, 2 Aug 2022 17:06:47 +0000 (11:06 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 6 Sep 2023 18:53:44 +0000 (12:53 -0600)
commitefead9f5b298937075e1aa84d8946ab9a997e105
tree3341e1474e09545997d5b670d84b98edccabd09d
parent54e62bcbac4e53d9685e08328b790d3b20d71cae
docs/docker-compose: Move to new containers/ dir

This work is being mostly replaced by
https://github.com/zmc/ceph-devstack. However, since that tool has
fairly strict requirements, let's try to preserve the docker-compose
functionality. It will still be useful for tests that don't require
OSDs.

Signed-off-by: Zack Cerza <zack@redhat.com>
31 files changed:
.github/workflows/integration.yml
beanstalk/alpine/Dockerfile [deleted file]
containers/beanstalk/alpine/Dockerfile [new file with mode: 0644]
containers/docker-compose/README.md [new file with mode: 0644]
containers/docker-compose/docker-compose.yml [new file with mode: 0644]
containers/docker-compose/start.sh [new file with mode: 0755]
containers/postgres/db/01-init.sh [new file with mode: 0755]
containers/testnode-docker-compose/Dockerfile [new file with mode: 0644]
containers/testnode-docker-compose/testnode_start.sh [new file with mode: 0755]
containers/testnode-docker-compose/testnode_stop.sh [new file with mode: 0755]
containers/testnode-docker-compose/testnode_sudoers [new file with mode: 0644]
containers/testnode/Dockerfile [new file with mode: 0644]
containers/testnode/testnode_start.sh [new file with mode: 0755]
containers/testnode/testnode_stop.sh [new file with mode: 0755]
containers/testnode/testnode_sudoers [new file with mode: 0644]
containers/teuthology-dev/.teuthology.yaml [new file with mode: 0644]
containers/teuthology-dev/Dockerfile [new file with mode: 0644]
containers/teuthology-dev/containerized_node.yaml [new file with mode: 0644]
containers/teuthology-dev/teuthology.sh [new file with mode: 0755]
docs/docker-compose/README.md [deleted file]
docs/docker-compose/db/01-init.sh [deleted file]
docs/docker-compose/docker-compose.yml [deleted file]
docs/docker-compose/start.sh [deleted file]
docs/docker-compose/testnode/Dockerfile [deleted file]
docs/docker-compose/testnode/testnode_start.sh [deleted file]
docs/docker-compose/testnode/testnode_stop.sh [deleted file]
docs/docker-compose/testnode/testnode_sudoers [deleted file]
docs/docker-compose/teuthology/.teuthology.yaml [deleted file]
docs/docker-compose/teuthology/Dockerfile [deleted file]
docs/docker-compose/teuthology/containerized_node.yaml [deleted file]
docs/docker-compose/teuthology/teuthology.sh [deleted file]