[openstack-ansible] lxc-container upgrade from ubuntu 18 to ubuntu 20 for USSURI
Dear Team, I am trying to upgrade lxc-container from ubuntu 18 to ubuntu 20 and I doing it by destroying and recreating lxc-containers. I have successfully upgraded cinder, glance, heat, horizon,memcached, neutron, nova and placement containers. But now I am unable to create galera, utility containers. I am getting below error for both: failed: [host5_galera_container-ac20] (item={'url': ' http://repo.vexxhost.net/mariadb/key.gpg'}) => {"ansible_loop_var": "key", "attempts": 5, "changed": false, "key": {"url": " http://repo.vexxhost.net/mariadb/key.gpg"}, "msg": "Failed to download key at http://repo.vexxhost.net/mariadb/key.gpg: HTTP Error 404: Not Found"} And it seems the URL http://repo.vexxhost.net/mariadb/key.gpg doesn't exist now. Do we have any workaround for this? Regards, Danish
Yeah, right, I can recall about that issue. But I can not recall on which release it was. But basically the workaround was to use a "proper" repository/gpg key for later MariaDB version. If you provide information about the used release, I can try to check on variables needed/expected there. чт, 24 апр. 2025 г. в 13:54, Danish Khan <danish52.jmi@gmail.com>:
Dear Team,
I am trying to upgrade lxc-container from ubuntu 18 to ubuntu 20 and I doing it by destroying and recreating lxc-containers.
I have successfully upgraded cinder, glance, heat, horizon,memcached, neutron, nova and placement containers.
But now I am unable to create galera, utility containers. I am getting below error for both: failed: [host5_galera_container-ac20] (item={'url': ' http://repo.vexxhost.net/mariadb/key.gpg'}) => {"ansible_loop_var": "key", "attempts": 5, "changed": false, "key": {"url": " http://repo.vexxhost.net/mariadb/key.gpg"}, "msg": "Failed to download key at http://repo.vexxhost.net/mariadb/key.gpg: HTTP Error 404: Not Found"}
And it seems the URL http://repo.vexxhost.net/mariadb/key.gpg doesn't exist now.
Do we have any workaround for this?
Regards, Danish
Dear Dmitriy, Current release of my openstack cluster is 21.2.5. [image: image.png] Regards, Danish On Thu, Apr 24, 2025 at 5:31 PM Dmitriy Rabotyagov <noonedeadpunk@gmail.com> wrote:
Yeah, right, I can recall about that issue. But I can not recall on which release it was.
But basically the workaround was to use a "proper" repository/gpg key for later MariaDB version. If you provide information about the used release, I can try to check on variables needed/expected there.
чт, 24 апр. 2025 г. в 13:54, Danish Khan <danish52.jmi@gmail.com>:
Dear Team,
I am trying to upgrade lxc-container from ubuntu 18 to ubuntu 20 and I doing it by destroying and recreating lxc-containers.
I have successfully upgraded cinder, glance, heat, horizon,memcached, neutron, nova and placement containers.
But now I am unable to create galera, utility containers. I am getting below error for both: failed: [host5_galera_container-ac20] (item={'url': ' http://repo.vexxhost.net/mariadb/key.gpg'}) => {"ansible_loop_var": "key", "attempts": 5, "changed": false, "key": {"url": " http://repo.vexxhost.net/mariadb/key.gpg"}, "msg": "Failed to download key at http://repo.vexxhost.net/mariadb/key.gpg: HTTP Error 404: Not Found"}
And it seems the URL http://repo.vexxhost.net/mariadb/key.gpg doesn't exist now.
Do we have any workaround for this?
Regards, Danish
Ok, right. I think you need to pull in this patch, which was merged way later, almost for ussuri-eol tag: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/851... чт, 24 апр. 2025 г. в 14:50, Danish Khan <danish52.jmi@gmail.com>:
Dear Dmitriy,
Current release of my openstack cluster is 21.2.5.
[image: image.png]
Regards, Danish
On Thu, Apr 24, 2025 at 5:31 PM Dmitriy Rabotyagov < noonedeadpunk@gmail.com> wrote:
Yeah, right, I can recall about that issue. But I can not recall on which release it was.
But basically the workaround was to use a "proper" repository/gpg key for later MariaDB version. If you provide information about the used release, I can try to check on variables needed/expected there.
чт, 24 апр. 2025 г. в 13:54, Danish Khan <danish52.jmi@gmail.com>:
Dear Team,
I am trying to upgrade lxc-container from ubuntu 18 to ubuntu 20 and I doing it by destroying and recreating lxc-containers.
I have successfully upgraded cinder, glance, heat, horizon,memcached, neutron, nova and placement containers.
But now I am unable to create galera, utility containers. I am getting below error for both: failed: [host5_galera_container-ac20] (item={'url': ' http://repo.vexxhost.net/mariadb/key.gpg'}) => {"ansible_loop_var": "key", "attempts": 5, "changed": false, "key": {"url": " http://repo.vexxhost.net/mariadb/key.gpg"}, "msg": "Failed to download key at http://repo.vexxhost.net/mariadb/key.gpg: HTTP Error 404: Not Found"}
And it seems the URL http://repo.vexxhost.net/mariadb/key.gpg doesn't exist now.
Do we have any workaround for this?
Regards, Danish
participants (2)
-
Danish Khan
-
Dmitriy Rabotyagov