]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rhcs: add helpers for the containerized deployment
authorSébastien Han <seb@redhat.com>
Fri, 5 Oct 2018 12:05:11 +0000 (14:05 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 8 Oct 2018 13:50:49 +0000 (09:50 -0400)
We give more assistance to consultants deplying by setting the registry
and the image name.

Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/rhcs.yml.sample
rhcs_edits.txt

index 919890db4d695fb53c5d9bc89dcacb515acfc598..b25d12c7e128598f2ad07e680d181d78583bd925 100644 (file)
@@ -512,9 +512,9 @@ ceph_rhcs_version: 3
 ##########
 #docker_exec_cmd:
 #docker: false
-#ceph_docker_image: "ceph/daemon"
-#ceph_docker_image_tag: latest
-#ceph_docker_registry: docker.io
+ceph_docker_image: "rhceph-3-rhel7"
+ceph_docker_image_tag: "latest"
+ceph_docker_registry: "registry.access.redhat.com/rhceph/"
 #ceph_docker_enable_centos_extra_repo: false
 #ceph_docker_on_openstack: false
 #containerized_deployment: False
index f554b440b88b1a3495fc0a938988cc0bd75a17d8..897e912ada006eb3491bdea41758b433752cb458 100644 (file)
@@ -2,4 +2,7 @@ ceph_repository: rhcs
 ceph_origin: repository
 fetch_directory: ~/ceph-ansible-keys
 ceph_rhcs_version: 3
+ceph_docker_image: "rhceph-3-rhel7"
+ceph_docker_image_tag: "latest"
+ceph_docker_registry: "registry.access.redhat.com/rhceph/"
 # END OF FILE, DO NOT TOUCH ME!
\ No newline at end of file