[ovirt-users] Re: oVirt Metrics Store Installation - Error during SSO authentication

2019-10-22 Thread Shirly Radco
Hi, Where did you update the repos in the ovirt-metrics-installer" VM ? Did you add the additional repos to /etc/yum.repos.d/ ? You will also need to add the OpenShift repos to the second VM (master0 VM). Best, -- Shirly Radco BI Principal Software Engineer Red Hat

[ovirt-users] Re: oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Markus Schaufler
I updated to 4.3.6 and tried again with admin@internal - this time it works... But got into another trouble: our servers are only allowed to use internal repositories and gitlab. After deployment of the "ovirt-metrics-installer" VM that installer VM tries to load from external repositories. I

[ovirt-users] Re: oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Markus Schaufler
The curl command was just a try - I need to configure the authentication information in "metrics-store-config.yml" and "secure_vars.yaml". Somehow I've got to select the authentication profile - eg. "internal" for "admin@internal" or "Domain" for auth with AD User. But this is only an

[ovirt-users] Re: oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Strahil
This one worked for me: curl --cacert ~/API/ca-cert -X GET -H "Accept: application/xml" -u 'admin@internal' 'https://engine.localdomain/ovirt-engine/api/URL-more' So, try without the password... Best Regards, Strahil NikolovOn Oct 15, 2019 10:54, Markus Schaufler wrote: > > I also cannot

[ovirt-users] Re: oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Markus Schaufler
I also cannot authenticate e.g. with curl -u admin@internal:pass https://.at/ovirt-engine/api access_denied: Cannot authenticate user 'ADMIN@INTERNAL': No valid profile found in credentials. How can I specify the profile? ___ Users mailing list

[ovirt-users] Re: ovirt metrics - vm dashboard not working

2019-06-03 Thread Jayme
I'm seeing this in the journal for collectd on all of my hosts: collectd[18380]: write_syslog plugin: error with wr_send_message collectd[18380]: write_syslog plugin: Connecting to localhost:44514 failed. The last error was: Connection refused collectd[18380]: write_syslog plugin:

[ovirt-users] Re: ovirt metrics ansible error

2019-05-29 Thread Jayme
Shirly, No problem, I understand. I will provide all of the requested info in a bug report. Thanks again for your help! On Wed, May 29, 2019 at 11:44 AM Shirly Radco wrote: > Hi Jayme, > > It getting hard to debug your issue over the mailing list. > Can you please open a bug in bugzilla and

[ovirt-users] Re: ovirt metrics ansible error

2019-05-29 Thread Shirly Radco
Hi Jayme, It getting hard to debug your issue over the mailing list. Can you please open a bug in bugzilla and attach all the information you know? The versions you are using, config files from engine machine and ansible log, vars.yaml , integ.ini from the master0 vm in /root directory, . Sorry

[ovirt-users] Re: ovirt metrics ansible error

2019-05-28 Thread Jayme
I actually see the pods running on master0 if I do this: @master0 master]# oc project kube-system Now using project "kube-system" on server " https://openshift-master.cloud.xxx.com:8443;. [root@master0 master]# oc get pods NAME READY

[ovirt-users] Re: ovirt metrics ansible error

2019-05-28 Thread Jayme
I just tried again from scratch this time making sure a proper wildcard DNS entry existed and without using the set /etc/hosts option and am still running in to the pods issue. Can anyone confirm if this requires a public external IP to work? I am working on an internal DNS zone here and natted

[ovirt-users] Re: ovirt metrics ansible error

2019-05-28 Thread Jayme
I should also mention one more thing, I am attempting to install on an internal domain, not externally accessible. On Tue, May 28, 2019 at 2:25 PM Jayme wrote: > Do you mean the iptables firewall on the server being installed to i.e. > master0 or the actual oVirt host that the master0 VM is

[ovirt-users] Re: ovirt metrics ansible error

2019-05-28 Thread Jayme
Do you mean the iptables firewall on the server being installed to i.e. master0 or the actual oVirt host that the master0 VM is running on? I did try flushing iptables rules on master0 VM then ran plays again from installer VM but fail at the same point. Does this log message have anything to do

[ovirt-users] Re: ovirt metrics ansible error

2019-05-28 Thread Edward Berger
> TASK [openshift_control_plane : Wait for control plane pods to appear] * > Monday 27 May 2019 13:31:54 + (0:00:00.180) 0:14:33.857 > FAILED - RETRYING: Wait for control plane pods to appear (60 retries left). > FAILED - RETRYING: Wait for control plane pods to

[ovirt-users] Re: ovirt metrics ansible error

2019-05-28 Thread Jayme
Shirly, Oh and I should mention that I did verify that NetworkManager was installed on the master0 VM and enabled/started the second go around. So that service is there and running. # systemctl list-unit-files | grep Network dbus-org.freedesktop.NetworkManager.service enabled

[ovirt-users] Re: ovirt metrics ansible error

2019-05-28 Thread Jayme
Shirly, I appreciate the help with this. Unfortunately I am still running in to the same problem. So far I've tried to install/enable/start NetworkManager on the existing "master0" server and re-ran the plans from the installer VM. I ran in to the same problem waiting for control plane pods

[ovirt-users] Re: ovirt metrics ansible error

2019-05-28 Thread Shirly Radco
Hi, The latest release of 4.3.z should already include a fix for this issue, ovirt-engine-metrics-1.3.1 rpm. The issue is that it requires the NetworkManagar to be installed, running and enabled for it to work. You can install it manually on the master0 vm , start and enable it or you can also

[ovirt-users] Re: ovirt metrics ansible error

2019-05-27 Thread Jayme
I managed to get past that but am running in to another problem later in the process on the control plane pods to appear task. I thought perhaps a glitch in the process from the failed docker step previously so after a few more runs I tried killing everything and restarting the metrics process

[ovirt-users] Re: ovirt metrics ansible error

2019-05-27 Thread Shirly Radco
Hi Jayme, Thank you for reaching out. Please try rerunning the ansible playbook. If this doesn't work, try adding to the integ.ini in the metrics vm openshift_disable_check=docker_storage and rerun the ansible playbook again. Please update how it goes. Best regards, -- Shirly Radco BI Senior

[ovirt-users] Re: oVirt Metrics Store installation

2018-10-02 Thread Shirly Radco
Hi Markus, Can you please open a bug in Bugzilla on the ovirt-engine-metrics with all the related details so I can track it better? Thanks in advance, -- SHIRLY RADCO BI SENIOR SOFTWARE ENGINEER Red Hat Israel TRIED. TESTED. TRUSTED.

[ovirt-users] Re: oVirt Metrics

2018-07-17 Thread g . vasilopoulos
Very usefull information thank you! ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct:

[ovirt-users] Re: oVirt Metrics

2018-07-17 Thread g . vasilopoulos
Very usefull information thank you ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct:

[ovirt-users] Re: oVirt Metrics

2018-07-17 Thread Shirly Radco
Hi, I'm so happy you managed to get it working for you. I'm aware of the ansible version issue and the Openshift team is working to fix it. Currently ansible 2.5.5 and 2.5.6 seem to be working ok. Yes. You can add to the /etc/ovirt-engine-metrics/config.yml collectd_interval: 20 (The default

[ovirt-users] Re: oVirt Metrics

2018-07-17 Thread g . vasilopoulos
I did set it up yesterday and I intent to use it. Setup worked ok on Centos 7.5. Only problem was with depency of ansible for centos-openshift-origin39-candidate, which I had to deactivate from repos. It did work though and I am getting reports now. Anyway is there a way to "relax" the amount

[ovirt-users] Re: oVirt Metrics

2018-06-18 Thread Rich Megginson
Looks like apiserver has some problem connecting to the etcd service.  Could be a host networking or firewall issue.  Please review the network, firewall, etc. configuration at https://docs.openshift.org/3.9/install_config/install/prerequisites.html#prereq-network-access On 06/15/2018 08:51

[ovirt-users] Re: oVirt Metrics

2018-06-15 Thread Rich Megginson
On 06/15/2018 08:39 AM, Carlos Rodrigues wrote: this is the result of execution of following commands: [root@openshift-ied ~]# oc project kube-service-catalog Now using project "kube-service-catalog" on server "https://openshift-ied.install.etux:8443;.

[ovirt-users] Re: oVirt Metrics

2018-06-15 Thread Carlos Rodrigues
this is the result of execution of following commands: [root@openshift-ied ~]# oc project kube-service-catalogNow using project "kube-service-catalog" on server "https://openshift-ied.install .etux:8443".[root@openshift-ied ~]# oc get podsNAME READY STATUSRESTARTS

[ovirt-users] Re: oVirt Metrics

2018-06-15 Thread Rich Megginson
on the metrics machine, log in as root oc project kube-service-catalog oc get pods you should have a pod named apiserver-x oc logs apiserver-x oc describe pod apiserver-x oc describe ds apiserver On 06/15/2018 07:02 AM, Carlos Rodrigues wrote: I'm able to go forward in

[ovirt-users] Re: oVirt Metrics

2018-06-15 Thread Rich Megginson
Are you able to install and run ovirt metrics successfully? On 06/15/2018 02:27 AM, Carlos Rodrigues wrote: Hi, I'm behind a proxy. After configure docker to use proxy, the following command run well: sudo docker pull docker.io/openshift/origin-pod:v3.9.0 Thank you. Regards, Carlos

[ovirt-users] Re: oVirt Metrics

2018-06-15 Thread Carlos Rodrigues
Hi, I'm behind a proxy. After configure docker to use proxy, the following command run well: sudo docker pull docker.io/openshift/origin-pod:v3.9.0 Thank you. Regards, Carlos Rodrigues On Thu, 2018-06-14 at 13:43 -0600, Rich Megginson wrote: > This is a different error than the one described

[ovirt-users] Re: oVirt Metrics

2018-06-14 Thread Rich Megginson
This is a different error than the one described in the links below:     "5m  1h   128 webconsole-84466b9d97-s4x28.153776d1bf88b3a4 Pod   Warning   FailedCreatePodSandBox   kubelet, openshift-ied.install.etux   Failed create pod sandbox: rpc error: code =

[ovirt-users] Re: oVirt Metrics

2018-06-14 Thread Shirly Radco
It includes the metrics for the vms using the collectd virt plugin. CPU, Memory, disk IO etc. Best regards, -- SHIRLY RADCO BI SeNIOR SOFTWARE ENGINEER Red Hat Israel TRIED. TESTED. TRUSTED. On Thu, Jun 14, 2018 at

[ovirt-users] Re: oVirt Metrics

2018-06-14 Thread maoz zadok
Does it provides metrics for the guest? like CPU, Memory, disk IO etc? On Mon, Jun 11, 2018 at 2:57 PM Shirly Radco wrote: > Dear users, > > I would love to get some feedback if someone has tried to install and use > the oVirt metrics store, released in 4.2, for collecting metrics and logs, >

[ovirt-users] Re: oVirt Metrics

2018-06-12 Thread Carlos Rodrigues
Thank you Rich, w'll try this workaround and tell you later. Regards, Carlos Rodrigues On Tue, 2018-06-12 at 07:54 -0600, Rich Megginson wrote: > Sorry, did not mean to send an internal link to an external > list/address. > > On 06/12/2018 07:52 AM, Rich Megginson wrote: > >

[ovirt-users] Re: oVirt Metrics

2018-06-12 Thread Rich Megginson
Sorry, did not mean to send an internal link to an external list/address. On 06/12/2018 07:52 AM, Rich Megginson wrote: http://post-office.corp.redhat.com/archives/aos-devel/2018-June/msg00195.html " It smells like https://access.redhat.com/solutions/3480921 /

[ovirt-users] Re: oVirt Metrics

2018-06-12 Thread Rich Megginson
http://post-office.corp.redhat.com/archives/aos-devel/2018-June/msg00195.html " It smells like https://access.redhat.com/solutions/3480921 / https://bugzilla.redhat.com/show_bug.cgi?id=1583500 to me. " I think the workaround is to add

[ovirt-users] Re: oVirt Metrics

2018-06-12 Thread Shirly Radco
-- SHIRLY RADCO BI SeNIOR SOFTWARE ENGINEER Red Hat Israel TRIED. TESTED. TRUSTED. On Tue, Jun 12, 2018 at 11:43 AM, Shirly Radco wrote: > Hi Rich, > > Are you families with this OpenShift installation issue? >

[ovirt-users] Re: oVirt Metrics

2018-06-12 Thread Karli Sjöberg
On Jun 12, 2018 10:41, Shirly Radco wrote:There is an option to log to the OpenShift admin portal.It is located at https://:8443and same user and password.Indeed I know about the OpenShift console, however my question was about any Kubernetes console, if that is installed and available?/K--SHIRLY 

[ovirt-users] Re: oVirt Metrics

2018-06-12 Thread Shirly Radco
Hi Rich, Are you families with this OpenShift installation issue? Best, -- SHIRLY RADCO BI SeNIOR SOFTWARE ENGINEER Red Hat Israel TRIED. TESTED. TRUSTED. On Mon, Jun 11, 2018 at 4:20 PM, Carlos Rodrigues wrote: >

[ovirt-users] Re: oVirt Metrics

2018-06-12 Thread Shirly Radco
There is an option to log to the OpenShift admin portal. It is located at https://:8443 and same user and password. -- SHIRLY RADCO BI SeNIOR SOFTWARE ENGINEER Red Hat Israel TRIED. TESTED. TRUSTED. On Mon, Jun 11,

[ovirt-users] Re: oVirt Metrics

2018-06-12 Thread Shirly Radco
Hi, No need to install agents in the vms. Collectd virt plugin reports the statistics about the vms from the host. Best regards, -- SHIRLY RADCO BI SeNIOR SOFTWARE ENGINEER Red Hat Israel TRIED. TESTED. TRUSTED. On

[ovirt-users] Re: oVirt Metrics

2018-06-11 Thread Karli Sjöberg
On Tue, 2018-06-12 at 00:10 +0300, Yaniv Kaul wrote: > > > On Mon, Jun 11, 2018, 9:13 PM Karli Sjöberg > wrote: > > > > On Jun 11, 2018 19:00, Yaniv Kaul wrote: > > > > > > On Mon, Jun 11, 2018, 6:59 PM Karli Sjöberg > > > wrote: > > > > > > > > On Jun 11, 2018 13:59, Shirly Radco wrote:

[ovirt-users] Re: oVirt Metrics

2018-06-11 Thread Yaniv Kaul
On Mon, Jun 11, 2018, 9:13 PM Karli Sjöberg wrote: > > > On Jun 11, 2018 19:00, Yaniv Kaul wrote: > > > > On Mon, Jun 11, 2018, 6:59 PM Karli Sjöberg wrote: > > > > On Jun 11, 2018 13:59, Shirly Radco wrote: > > Dear users, > > I would love to get some feedback if someone has tried to install

[ovirt-users] Re: oVirt Metrics

2018-06-11 Thread Karli Sjöberg
On Jun 11, 2018 19:00, Yaniv Kaul wrote:On Mon, Jun 11, 2018, 6:59 PM Karli Sjöberg wrote:On Jun 11, 2018 13:59, Shirly Radco wrote:Dear users,I would love to get some feedback if someone has tried to install and use the oVirt metrics store, released in

[ovirt-users] Re: oVirt Metrics

2018-06-11 Thread Yaniv Kaul
On Mon, Jun 11, 2018, 6:59 PM Karli Sjöberg wrote: > > > On Jun 11, 2018 13:59, Shirly Radco wrote: > > Dear users, > > I would love to get some feedback if someone has tried to install and use > the oVirt metrics store, released in 4.2, for collecting metrics and logs, > based on

[ovirt-users] Re: oVirt Metrics

2018-06-11 Thread Karli Sjöberg
On Jun 11, 2018 13:59, Shirly Radco wrote:Dear users,I would love to get some feedback if someone has tried to install and use the oVirt metrics store, released in 4.2, for collecting metrics and logs, based on Elasticsearch, Kibana, Collectd and Fluentd on top of

[ovirt-users] Re: oVirt Metrics

2018-06-11 Thread Carlos Rodrigues
Hi, i'm trying to install oVirt Metrics following the installation guide (h ttps://www.ovirt.org/develop/release- management/features/metrics/metrics-store-installation/) but i have some issues running deploy cluster from here https://www.ovirt.org/deve

[ovirt-users] Re: oVirt Metrics

2018-06-11 Thread Marcelo Leandro
Hello, Good morning Shirley. I am have one doubt , for collecting metrics need install agents in vms?. Very thanks. Marcelo Leandro ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: oVirt Metrics

2018-06-11 Thread Peter Hudec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Shirly, I could one more try to install it. The firsts few attempts leads to long discussion in the mailing list and I was not able to get it working . On the other hand I do not have time to finish integration with the zabbix ;(