iorchard / burrito

Burrito - OpenStack on K8S platform
Apache License 2.0
1 stars 4 forks source link

nova-storage-init job is pulling an image from docker.io in offline environment #235

Closed jijisa closed 1 month ago

jijisa commented 1 month ago

Describe the bug In offline installation, nova-storage-init job fails because it tries to pull a ceph-config-helper image from docker.io.

To Reproduce Steps to reproduce the behavior:

  1. Run burrito playbook to install openstack helm chart.
  2. nova-storage-init job fails.

Expected behavior It should pull the image from the local registry in offline installation.

Versions (please complete the following information):

jijisa commented 1 month ago

I added nova_storage_init image repo config in nova.yml.j2 to override the default image repo.

The commit 9d0f1256c2346b1945aa2913dab7badfa81bb405 solved this issue.