Hi everyone, I’m trying to deploy a charmed version of Openstack. I have deployed MAAS, registered the nodes and have my juju controller up and running. Up to this point, everything seems to be working perfectly fine, however, if I setup the repository cloud for the source, the update and package installation fails.
> 2022-04-19 15:19:38 WARNING unit.ceph-osd/0.install logger.go:60 E: Failed to fetch http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/focal-updates/yoga/InRelease 403 Forbidden [IP: 172.16.55.99 8000]
> 2022-04-19 15:19:38 WARNING unit.ceph-osd/0.install logger.go:60 E: The repository 'http://ubuntu-cloud.archive.canonical.com/ubuntu focal-updates/yoga InRelease' is not signed.
> 2022-04-19 15:19:38 INFO unit.ceph-osd/0.juju-log server.go:327 Couldn't acquire DPKG lock. Will retry in 10 seconds
I have tried importing the key from the machine but it doesn’t work. I don’t know what else to try to fix it, if I remove the origin setting for the Openstack version, the packages install correctly but that way I don’t know the version of Openstack that is being deployed.