mirror of https://github.com/ceph/ceph-ansible.git
Remove trailing forward slash in ceph_docker_registry variable from group_vars/rhcs.yml.sample file.
Also fixed rhcs_edits.txt for variable ceph_docker_registry.
Moved namespace to ceph_docker_image variable.
Signed-off-by: Phuong Nguyen <pnguyen@redhat.com>
(cherry picked from commit 3305309e87
)
pull/3725/head
parent
d3f6556041
commit
274bf3e038
|
@ -540,9 +540,9 @@ ceph_rhcs_version: 3
|
|||
##########
|
||||
#docker_exec_cmd:
|
||||
#docker: false
|
||||
ceph_docker_image: "rhceph-3-rhel7"
|
||||
ceph_docker_image: "rhceph/rhceph-3-rhel7"
|
||||
ceph_docker_image_tag: "latest"
|
||||
ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
||||
ceph_docker_registry: "registry.access.redhat.com"
|
||||
## Client only docker image - defaults to {{ ceph_docker_image }}
|
||||
#ceph_client_docker_image: "{{ ceph_docker_image }}"
|
||||
#ceph_client_docker_image_tag: "{{ ceph_docker_image_tag }}"
|
||||
|
|
|
@ -2,7 +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: "rhceph/rhceph-3-rhel7"
|
||||
ceph_docker_image_tag: "latest"
|
||||
ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
||||
ceph_docker_registry: "registry.access.redhat.com"
|
||||
# END OF FILE, DO NOT TOUCH ME!
|
Loading…
Reference in New Issue