there is no option on /etc/kolla/globals.yml file for enable_docker_repo . please tell me how can i enable this flag On Mon, Aug 15, 2022 at 11:51 PM Clark Boylan <cboylan@sapwetik.org> wrote:
On Sun, Aug 14, 2022, at 11:33 PM, Faezeh Salali wrote:
Hi on Kolla ansible victoria version in bootstrap command this error is displayed: failed to fetch key at https://download.docker.com/linux/rocky/gpg , error was: HTTP Error 404: Not Found my compute os is rocky Linux 8 and it seems there is some problem with the docker repo on compute and /etc/yum.repos.d/docker.repo directory. Please send me the link of the baseurl and gpgkey. Thank you.
There is no Rocky Linux dir at https://download.docker.com/linux/. Instead I suspect that you will want to use either the CentOS or the RHEL packages from that location.
https://opendev.org/openstack/kolla-ansible/src/branch/master/doc/source/ref... also indicates that if you don't set enable_docker_repo then Kolla will use the distro provided packages. That would install docker using the packages shipped by Rocky.
Clark