[ovirt-users] Deploying new Ovirt Node on new 4.4 cluster. ansible code incorrect

2020-07-19 Thread erin . sims
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"

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XEZHEHWNWJW4THUSHXFUDG4TGEYVAEDP/


[ovirt-users] Re: Deploying new Ovirt Node on new 4.4 cluster. ansible code incorrect

2020-07-28 Thread erin . sims
Thanks, sorry it took so long to get back to you. 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GWOWN6XE3HMPDR64BOMF6AAAXJQSL3GG/


[ovirt-users] Re: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: no certificate returned

2020-12-01 Thread erin . sims
https://microdevsys.com/wp/get-host-capabilities-failed-general-sslengine-problem/
so i followed some stuff on this page to fix my issue, i rebuild the engine 
cert and that brrought up all the nodes for me, also rebuilt the apache.p12 one 
too. 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OEFRWUMGJD3LUTRD5WCQUR6LAXXQYDUH/