]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
container: Allow to use registry authentication
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 10 Sep 2019 19:33:44 +0000 (15:33 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 18 Sep 2019 21:43:21 +0000 (23:43 +0200)
commit9d3fbcf47e0beea81a40d23b448ccda908117d7d
tree749ca776f717c6bea353940a7c4335891154d431
parent436077b95c6957198f815316cb07c8ccc7460b6d
container: Allow to use registry authentication

The registry.redhat.io regsitry requires authentication so before pulling
the RHCS 4 container images from the registry we need to do the login
step.
This is done via the new ceph_docker_registry_auth variable. The
default value is false but true for RHCS setup.
When set to true, you need to provide the username and password
for the registry via the associated variables.
This patch also updates the ceph_docker_registry value for RHCS setup.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1748911
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 9f4a99fb244a705b5f04a9e8ec911d425a4bd23f)
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
rhcs_edits.txt
roles/ceph-container-common/tasks/main.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-validate/tasks/main.yml