SUSE / DeepSea

A collection of Salt files for deploying, managing and automating Ceph.
GNU General Public License v3.0
161 stars 75 forks source link

upgrade: Add ability to specify registry credentials (bsc#1181095) #1878

Closed tserong closed 2 years ago

tserong commented 3 years ago

When using a local container registry with access credentials, these need to be specified in /srv/pillar/ceph/stack/global.yml so that the ceph container image can be pulled when adopting existing services. Here's an example of the format:

ses7_container_image: 192.168.121.1:5000/my/ceph/image
ses7_container_registry_auth:
  registry: 192.168.121.1:5000
  username: my_username_here
  password: my_very_secure_password_here

Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1181095 Signed-off-by: Tim Serong tserong@suse.com


Checklist:

tserong commented 2 years ago

should probably add this to the ses-doc, but otherwise lgtm!

Yep, I'll open a docs issue or PR once we cut the next DeepSea release