]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Allow running on local dev docker images 804/head
authorDaniel Gryniewicz <dang@redhat.com>
Thu, 24 Mar 2016 13:21:07 +0000 (09:21 -0400)
committerDaniel Gryniewicz <dang@redhat.com>
Fri, 3 Jun 2016 18:52:21 +0000 (14:52 -0400)
commit9d08d74385046ac957106337277c3bc826c50b61
tree01d71be4a160e08b589078020e7b500bb263a830
parenta61da9bd8119d5511bd4d2f2f564b02ee0c28174
Allow running on local dev docker images

Docker makes it difficult to use images that are not on signed
registries.  This is a problem for developers, who likely won't have
access to a registry with proper signed certificates.

This allows the ability to use any docker image on the machine running
vagrant/ansible.  The way it works is that the image in question is
exported locally, then sent to each target box and imported there.

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
12 files changed:
group_vars/all.docker.sample
roles/ceph-common/tasks/docker/fetch_image.yml [new file with mode: 0644]
roles/ceph-mds/tasks/docker/dirs_permissions.yml
roles/ceph-mds/tasks/docker/main.yml
roles/ceph-mon/tasks/docker/dirs_permissions.yml
roles/ceph-mon/tasks/docker/main.yml
roles/ceph-mon/tasks/docker/start_docker_monitor.yml
roles/ceph-osd/tasks/docker/dirs_permissions.yml
roles/ceph-osd/tasks/docker/main.yml
roles/ceph-restapi/tasks/docker/main.yml
roles/ceph-rgw/tasks/docker/dirs_permissions.yml
roles/ceph-rgw/tasks/docker/main.yml