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>pull/3726/head
parent
987bdac963
commit
3305309e87
|
@ -544,9 +544,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