mirror of https://github.com/ceph/ceph-ansible.git
Revert "rhcs: update container image name"
This wasn't necesarry. The container image was fixed on the
RedHat's registry
This reverts commit 3bd250c742
.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/5044/head
parent
3bd250c742
commit
cba0c8c063
|
@ -567,7 +567,7 @@ ceph_iscsi_config_dev: false
|
|||
##########
|
||||
# DOCKER #
|
||||
##########
|
||||
ceph_docker_image: "rhceph/rhceph-4"
|
||||
ceph_docker_image: "rhceph/rhceph-4-rhel8"
|
||||
ceph_docker_image_tag: "latest"
|
||||
ceph_docker_registry: "registry.redhat.io"
|
||||
ceph_docker_registry_auth: true
|
||||
|
|
|
@ -3,7 +3,7 @@ ceph_origin: repository
|
|||
ceph_iscsi_config_dev: false
|
||||
fetch_directory: ~/ceph-ansible-keys
|
||||
ceph_rhcs_version: 4
|
||||
ceph_docker_image: "rhceph/rhceph-4"
|
||||
ceph_docker_image: "rhceph/rhceph-4-rhel8"
|
||||
ceph_docker_image_tag: "latest"
|
||||
ceph_docker_registry: "registry.redhat.io"
|
||||
ceph_docker_registry_auth: true
|
||||
|
|
Loading…
Reference in New Issue