]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
rgw: refact tasks directory layout
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Sep 2019 07:40:56 +0000 (09:40 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 1 Oct 2019 16:50:51 +0000 (18:50 +0200)
commit9a79ed1bf02c69f5cfc23bb90f479fe90da587a4
treec8d0cf32cd01374e10945d28b8da7ca10bbf130b
parent7f902994b320d46f57c088b822217b7e77792c92
rgw: refact tasks directory layout

This commit moves containerized deployment related files to `./tasks/`
directory. This is needed to make `docker-to-podman.yml` working since
we use `tasks_from:` option.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit e08194dd677bd3312240d46765e40b3f4aa6fe33)
infrastructure-playbooks/docker-to-podman.yml
roles/ceph-rgw/tasks/container/main.yml [deleted file]
roles/ceph-rgw/tasks/container/start_docker_rgw.yml [deleted file]
roles/ceph-rgw/tasks/container/systemd.yml [deleted file]
roles/ceph-rgw/tasks/main.yml
roles/ceph-rgw/tasks/start_docker_rgw.yml [new file with mode: 0644]
roles/ceph-rgw/tasks/systemd.yml [new file with mode: 0644]