]> 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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 1 Oct 2019 14:27:51 +0000 (10:27 -0400)
commite08194dd677bd3312240d46765e40b3f4aa6fe33
treec8ebf6a3290d74aefe028577cb1c36af58b16a9c
parentc69816c6b755295e33a9b96d64627de1683b0a46
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>
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]