Hi Guys we attempted to deploy a new ovirt cluster two weeks ago. 4.4.1 and 4.4.0 Once we
got the engine up we tried to add a new node and Ansible began to fail on the deploy
scripts. I search the logs and discovered the Ansible script was not evaluating the right
versions of python, python3. Also the yum module should of been dnf. Once i change those
in many places it worked great. I am just trying to figure out what went wrong with our
deploy so this doesn't happen again. we are using a hosted engine on a centos 8 vm.
please let me know what logs i can grab or apps to run for more details.
details:
engine:
[root@ovirt ~]# uname -a
Linux ovirt.ism.ld 4.18.0-193.6.3.el8_2.x86_64 #1 SMP Wed Jun 10 11:09:32 UTC 2020 x86_64
x86_64 x86_64 GNU/Linux
[root@ovirt ~]# cat /etc/centos-release
CentOS Linux release 8.2.2004 (Core)
[root@ovirt ~]# uname -a
Linux ovirt.ism.ld 4.18.0-193.6.3.el8_2.x86_64 #1 SMP Wed Jun 10 11:09:32 UTC 2020 x86_64
x86_64 x86_64 GNU/Linux
[root@ovirt ~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
node2:
CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="8"
[root@web2 ~]# cat /etc/centos-release
CentOS Linux release 8.2.2004 (Core)
[root@web2 ~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
VARIANT="oVirt Node 4.4.1.1"
VARIANT_ID="ovirt-node"
PRETTY_NAME="oVirt Node 4.4.1.1"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.ovirt.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
PLATFORM_ID="platform:el8"
[root@web2 ~]# uname -a
Linux web2.ism.ld 4.18.0-193.6.3.el8_2.x86_64 #1 SMP Wed Jun 10 11:09:32 UTC 2020 x86_64
x86_64 x86_64 GNU/Linux
[root@web2 ~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
VARIANT="oVirt Node 4.4.1.1"
VARIANT_ID="ovirt-node"
PRETTY_NAME="oVirt Node 4.4.1.1"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.ovirt.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
PLATFORM_ID="platform:el8"
[root@web2 ~]# cat /etc/centos-release
CentOS Linux release 8.2.2004 (Core)
node1:
[root@web1 ~]# uname -a
Linux web1.ism.ld 4.18.0-147.8.1.el8_1.x86_64 #1 SMP Thu Apr 9 13:49:54 UTC 2020 x86_64
x86_64 x86_64 GNU/Linux
[root@web1 ~]# dnf update
CentOS-8 - Gluster 7
0.0 B/s | 0 B
00:00
Failed to download metadata for repo 'ovirt-4.4-centos-gluster7'
Error: Failed to download metadata for repo 'ovirt-4.4-centos-gluster7'
[root@web1 ~]# cat /etc/centos-release
CentOS Linux release 8.1.1911 (Core)
[root@web1 ~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
VARIANT="oVirt Node 4.4.0"
VARIANT_ID="ovirt-node"
PRETTY_NAME="oVirt Node 4.4.0"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.ovirt.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
PLATFORM_ID="platform:el8"