[tripleo][centosLinux8][podman-1.6] during undercloud deployment missing podman 1.6 cause we have podman 2.0
Hi all. Somewhere there is a mismatch. When deploying fresh undercloud I get error ./builddir/install-undercloud.log:2020-12-21 11:07:02,763 p=30959 u=root n=ansible | 2020-12-21 11:07:02.762141 | 52540000-0011-172f-d7e6-000000000826 | FATAL | ensure podman and deps are installed | remote-u | error={"changed": false, "failures": ["podman-1.6.4 All matches were filtered out by modular filtering for argument: podman-1.6.4"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []} ./builddir/install-undercloud.log: "podman-1.6.4" ./builddir/install-undercloud.log: "podman-1.6.4 All matches were filtered out by modular filtering for argument: podman-1.6.4" ./builddir/install-undercloud.log: "podman-1.6.4" so I found a file and updated with version found in repos: [stack@remote-u ~]$ cat /usr/share/ansible/roles/tripleo_podman/vars/redhat.yml --- _tripleo_podman_packages: - podman-2.0.5 _tripleo_buildah_packages: - buildah-1.15.1 _tripleo_podman_purge_packages: - docker - docker-ce [stack@remote-u ~]$ -- Ruslanas Gžibovskis +370 6030 7030
yes, this helped. On Mon, 21 Dec 2020 at 11:53, Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
Hi all.
Somewhere there is a mismatch. When deploying fresh undercloud I get error ./builddir/install-undercloud.log:2020-12-21 11:07:02,763 p=30959 u=root n=ansible | 2020-12-21 11:07:02.762141 | 52540000-0011-172f-d7e6-000000000826 | FATAL | ensure podman and deps are installed | remote-u | error={"changed": false, "failures": ["podman-1.6.4 All matches were filtered out by modular filtering for argument: podman-1.6.4"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []} ./builddir/install-undercloud.log: "podman-1.6.4" ./builddir/install-undercloud.log: "podman-1.6.4 All matches were filtered out by modular filtering for argument: podman-1.6.4" ./builddir/install-undercloud.log: "podman-1.6.4"
so I found a file and updated with version found in repos:
[stack@remote-u ~]$ cat /usr/share/ansible/roles/tripleo_podman/vars/redhat.yml --- _tripleo_podman_packages: - podman-2.0.5
_tripleo_buildah_packages: - buildah-1.15.1
_tripleo_podman_purge_packages: - docker - docker-ce [stack@remote-u ~]$
-- Ruslanas Gžibovskis +370 6030 7030
-- Ruslanas Gžibovskis +370 6030 7030
If I remember from Last time, I hope I managed to choose the right options... https://bugs.launchpad.net/tripleo/+bug/1908899 On Mon, 21 Dec 2020 at 13:21, Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
yes, this helped.
On Mon, 21 Dec 2020 at 11:53, Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
Hi all.
Somewhere there is a mismatch. When deploying fresh undercloud I get error ./builddir/install-undercloud.log:2020-12-21 11:07:02,763 p=30959 u=root n=ansible | 2020-12-21 11:07:02.762141 | 52540000-0011-172f-d7e6-000000000826 | FATAL | ensure podman and deps are installed | remote-u | error={"changed": false, "failures": ["podman-1.6.4 All matches were filtered out by modular filtering for argument: podman-1.6.4"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []} ./builddir/install-undercloud.log: "podman-1.6.4" ./builddir/install-undercloud.log: "podman-1.6.4 All matches were filtered out by modular filtering for argument: podman-1.6.4" ./builddir/install-undercloud.log: "podman-1.6.4"
so I found a file and updated with version found in repos:
[stack@remote-u ~]$ cat /usr/share/ansible/roles/tripleo_podman/vars/redhat.yml --- _tripleo_podman_packages: - podman-2.0.5
_tripleo_buildah_packages: - buildah-1.15.1
_tripleo_podman_purge_packages: - docker - docker-ce [stack@remote-u ~]$
-- Ruslanas Gžibovskis +370 6030 7030
-- Ruslanas Gžibovskis +370 6030 7030
-- Ruslanas Gžibovskis +370 6030 7030
You need to disable the container-tools rhel8 version and enable container-tools 2.0 prior to installing tripleoclient sudo dnf modules disable container-tools:rhel8 sudo dnf modules enable container-tools:2.0 On Mon, Dec 21, 2020, 9:39 AM Ruslanas Gžibovskis <ruslanas@lpic.lt> wrote:
Hi all.
Somewhere there is a mismatch. When deploying fresh undercloud I get error ./builddir/install-undercloud.log:2020-12-21 11:07:02,763 p=30959 u=root n=ansible | 2020-12-21 11:07:02.762141 | 52540000-0011-172f-d7e6-000000000826 | FATAL | ensure podman and deps are installed | remote-u | error={"changed": false, "failures": ["podman-1.6.4 All matches were filtered out by modular filtering for argument: podman-1.6.4"], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []} ./builddir/install-undercloud.log: "podman-1.6.4" ./builddir/install-undercloud.log: "podman-1.6.4 All matches were filtered out by modular filtering for argument: podman-1.6.4" ./builddir/install-undercloud.log: "podman-1.6.4"
so I found a file and updated with version found in repos:
[stack@remote-u ~]$ cat /usr/share/ansible/roles/tripleo_podman/vars/redhat.yml --- _tripleo_podman_packages: - podman-2.0.5
_tripleo_buildah_packages: - buildah-1.15.1
_tripleo_podman_purge_packages: - docker - docker-ce [stack@remote-u ~]$
-- Ruslanas Gžibovskis +370 6030 7030
participants (2)
-
Alex Schultz
-
Ruslanas Gžibovskis