[ovirt-users] Engine reports

Rich Megginson rmeggins at redhat.com
Wed Apr 4 14:41:43 UTC 2018


I'm sorry.  I misunderstood the request.

We are in the process of updating the instructions for installing viaq 
logging based on upstream origin 3.9 - https://github.com/ViaQ/Main/pull/37

In the meantime, you can follow along on that PR, and we will have 
instructions very soon.

On 04/04/2018 08:26 AM, Rich Megginson wrote:
> On 04/04/2018 08:22 AM, Shirly Radco wrote:
>>
>>
>> -- 
>>
>> SHIRLY RADCO
>>
>> BI SeNIOR SOFTWARE ENGINEER
>>
>> Red Hat Israel <https://www.redhat.com/>
>>
>> <https://red.ht/sig>
>> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
>>
>>
>> On Wed, Apr 4, 2018 at 5:07 PM, Peter Hudec <phudec at cnc.sk 
>> <mailto:phudec at cnc.sk>> wrote:
>>
>>     almost the same issue, the versio for openshoft release changed 
>> to 3.9
>>
>>     Failure summary:
>>
>>
>>       1. Hosts:    localhost
>>          Play:     Determine openshift_version to configure on first
>>     master
>>          Task:     For an RPM install, abort when the release
>>     requested does
>>     not match the available version.
>>          Message:  You requested openshift_release 3.9, which is not
>>     matched by
>>                    the latest OpenShift RPM we detected as origin-3.10.0
>>                    on host localhost.
>>                    We will only install the latest RPMs, so please 
>> ensure
>>     you are getting the release
>>                    you expect. You may need to adjust your Ansible
>>     inventory, modify the repositories
>>                    available on the host, or run the appropriate 
>> OpenShift
>>     upgrade playbook.
>>
>>
>> What is the rpm version installed of OpenShift origin?
>> Do you perhaps have another repo that includes the OpenShift 
>> origin-3.10.0?
>
> origin is the upstream version of OpenShift, which is unsupported.
>
> sudo repoquery -i origin
>
> This will tell you which repo it came from
>
> You will need to disable that repo and uninstall any packages which 
> came from that repo
>
> Another mystery is why it is trying to install origin in the first 
> place.  openshift-ansible with 
> openshift_deployment_type=openshift-enterprise should not try to 
> install origin, it should install packages with names like 
> atomic-openshift-master, atomic-openshift-node, etc.
>
>>
>>
>>
>>     On 04/04/2018 14:18, Shirly Radco wrote:
>>     > Adding Nicolas since he hit the same issue.
>>     >
>>     > --
>>     >
>>     > SHIRLY RADCO
>>     >
>>     > BI SeNIOR SOFTWARE ENGINEER
>>     >
>>     > Red Hat Israel <https://www.redhat.com/>
>>     >
>>     > <https://red.ht/sig>
>>     > TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
>>     >
>>     >
>>     > On Wed, Apr 4, 2018 at 3:17 PM, Shirly Radco <sradco at redhat.com 
>> <mailto:sradco at redhat.com>
>>     > <mailto:sradco at redhat.com <mailto:sradco at redhat.com>>> wrote:
>>     >
>>     >     Hi Peter,
>>     >
>>     >     The installation instructions currently support OpenShift 3.6.
>>     >
>>     >     I'm now working on updating them to support 3.9.
>>     >
>>     >     You currently have 3.10 installed.
>>     >
>>     >     Please install OpenShift 3.9 using this repository
>>     > https://github.com/ViaQ/Main/blob/master/centos7-viaq.repo
>> <https://github.com/ViaQ/Main/blob/master/centos7-viaq.repo>
>>     >  <https://github.com/ViaQ/Main/blob/master/centos7-viaq.repo
>> <https://github.com/ViaQ/Main/blob/master/centos7-viaq.repo>>
>>     >
>>     >     And add the following file to your vm
>>     >
>>     >     Run:
>>     >     vi /root/ansible-inventory-origin-39-aio
>>     >
>>     >     Add:
>>     >
>>     >     --------------
>>     >     [OSEv3:children]
>>     >     nodes
>>     >     masters
>>     >     etcd
>>     >
>>     >     [OSEv3:vars]
>>     >     ansible_connection=local
>>     >     openshift_release=v3.9
>>     >     openshift_logging_install_logging=true
>>     >     short_version=3.9
>>     >     openshift_deployment_type=origin
>>     >  openshift_master_identity_providers=[{'mappingMethod': 'lookup',
>>     >     'challenge': 'true', 'login': 'true', 'kind':
>>     >     'AllowAllPasswordIdentityProvider', 'name': 'allow_all'}]
>>     >     # bug - doesn't use correct tag
>>     >     openshift_logging_image_version=v3.9
>>     >  openshift_logging_elasticsearch_proxy_image_version=v1.0.0
>>     >
>>     >     openshift_logging_es_allow_external=True
>>     >     openshift_logging_use_mux=True
>>     >     openshift_logging_mux_allow_external=True
>>     >  openshift_logging_mux_file_buffer_storage_type=hostmount
>>     >  openshift_logging_elasticsearch_storage_type=hostmount
>>     >
>>  openshift_logging_elasticsearch_hostmount_path=/var/lib/elasticsearch
>>     >
>>     >     [nodes]
>>     >     localhost storage=True openshift_node_labels="{'region':
>>     'infra'}"
>>     >     openshift_schedulable=True
>>     >
>>     >     [masters]
>>     >     localhost storage=True openshift_node_labels="{'region':
>>     'infra'}"
>>     >     openshift_schedulable=True
>>     >
>>     >     [etcd]
>>     >     localhost storage=True openshift_node_labels="{'region':
>>     'infra'}"
>>     >     openshift_schedulable=True
>>     >
>>     >
>>     >     ------------
>>     >
>>     >     Save and exit.
>>     >
>>     >
>>     >     ***Please make sure that you use /var as your Elasticsearch
>>     >     persistent storage directory.
>>     >
>>     >     And when you run the OpenShift ansible
>>     >
>>  (https://www.ovirt.org/develop/release-management/features/metrics/setting-up-viaq-logging/#running-ansible
>> <https://www.ovirt.org/develop/release-management/features/metrics/setting-up-viaq-logging/#running-ansible>
>>     >
>>  <https://www.ovirt.org/develop/release-management/features/metrics/setting-up-viaq-logging/#running-ansible
>> <https://www.ovirt.org/develop/release-management/features/metrics/setting-up-viaq-logging/#running-ansible>>)
>>     >     use the file you just created like this:
>>     >
>>     >     # cd /usr/share/ansible/openshift-ansible
>>     >     # (or wherever you cloned the git repo if using git)
>>     >     ANSIBLE_LOG_PATH=/tmp/ansible.log ansible-playbook -vvv -e
>>     >     @/root/vars.yaml -i /root/*ansible-inventory-origin-39-aio*
>>     >     playbooks/byo/config.yml
>>     >
>>     >     Best regards,
>>     >
>>     >     --
>>     >
>>     >     SHIRLY RADCO
>>     >
>>     >     BI SeNIOR SOFTWARE ENGINEER
>>     >
>>     >     Red Hat Israel <https://www.redhat.com/>
>>     >
>>     >     <https://red.ht/sig>
>>     >     TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
>>     >
>>     >
>>     >     On Wed, Apr 4, 2018 at 12:17 PM, Peter Hudec <phudec at cnc.sk 
>> <mailto:phudec at cnc.sk>
>>     >     <mailto:phudec at cnc.sk <mailto:phudec at cnc.sk>>> wrote:
>>     >
>>     >         Tried to install ovirt metrics, but got error
>>     >
>>     >         ANSIBLE_LOG_PATH=/tmp/ansible.log ansible-playbook -vvv -e
>>     >         @/root/vars.yaml -i /root/ansible-inventory-origin-37-aio
>>     >         playbooks/byo/config.yml
>>     >
>>     >           1. Hosts:    localhost
>>     >              Play:     Determine openshift_version to configure
>>     on first
>>     >         master
>>     >              Task:     For an RPM install, abort when the release
>>     >         requested does
>>     >         not match the available version.
>>     >              Message:  You requested openshift_release 3.7,
>>     which is not
>>     >         matched by
>>     >                        the latest OpenShift RPM we detected as
>>     origin-3.10.0
>>     >                        on host localhost.
>>     >                        We will only install the latest RPMs, so
>>     please
>>     >         ensure
>>     >         you are getting the release
>>     >                        you expect. You may need to adjust your
>>     Ansible
>>     >         inventory, modify the repositories
>>     >                        available on the host, or run the 
>> appropriate
>>     >         OpenShift
>>     >         upgrade playbook.
>>     >
>>     >                 regards
>>     >                         Peter
>>     >
>>     >
>>     >         On 04/04/2018 09:13, Fred Rolland wrote:
>>     >         > Hi,
>>     >         >
>>     >         > Check these links:
>>     >         >
>>     >         >
>>     https://ovirt.org/blog/2018/01/ovirt-report-using-grafana/
>> <https://ovirt.org/blog/2018/01/ovirt-report-using-grafana/>
>>     >
>>  <https://ovirt.org/blog/2018/01/ovirt-report-using-grafana/
>> <https://ovirt.org/blog/2018/01/ovirt-report-using-grafana/>>
>>     >         >
>> https://ovirt.org/develop/release-management/features/metrics/metrics-store/
>> <https://ovirt.org/develop/release-management/features/metrics/metrics-store/>
>>     > 
>>  <https://ovirt.org/develop/release-management/features/metrics/metrics-store/
>> <https://ovirt.org/develop/release-management/features/metrics/metrics-store/>>
>>     >         >
>>     >         > Regards,
>>     >         > Fred
>>     >         >
>>     >         > On Tue, Apr 3, 2018 at 9:38 AM, Anantha Raghava
>>     >         > <raghav at exzatechconsulting.com
>>     <mailto:raghav at exzatechconsulting.com>
>>     >         <mailto:raghav at exzatechconsulting.com
>>     <mailto:raghav at exzatechconsulting.com>>
>>     >         <mailto:raghav at exzatechconsulting.com
>>     <mailto:raghav at exzatechconsulting.com>
>>     >         <mailto:raghav at exzatechconsulting.com
>>     <mailto:raghav at exzatechconsulting.com>>>>
>>     >         > wrote:
>>     >         >
>>     >         >     Hi,
>>     >         >
>>     >         >     I see that oVirt DWH is installed with Version
>>     4.2.x. Now, how do I
>>     >         >     take the reports? I version 3.5, we had Jasper
>>     reports module using
>>     >         >     which we could take utilization reports. Can we do
>>     something similar
>>     >         >     here?
>>     >         >
>>     >         >     --
>>     >         >
>>     >         >     Thanks & Regards,
>>     >         >
>>     >         >
>>     >         >     Anantha Raghava
>>     >         >
>>     >         >
>>     >         >     Do not print this e-mail unless required. Save
>>     Paper & trees.
>>     >         >
>>     >         >
>>     >         >  _______________________________________________
>>     >         >     Users mailing list
>>     >         > Users at ovirt.org <mailto:Users at ovirt.org>
>>     <mailto:Users at ovirt.org <mailto:Users at ovirt.org>>
>>     >         <mailto:Users at ovirt.org <mailto:Users at ovirt.org>
>>     <mailto:Users at ovirt.org <mailto:Users at ovirt.org>>>
>>     >         > http://lists.ovirt.org/mailman/listinfo/users
>>     <http://lists.ovirt.org/mailman/listinfo/users>
>>     >  <http://lists.ovirt.org/mailman/listinfo/users
>>     <http://lists.ovirt.org/mailman/listinfo/users>>
>>     >         >  <http://lists.ovirt.org/mailman/listinfo/users
>>     <http://lists.ovirt.org/mailman/listinfo/users>
>>     >  <http://lists.ovirt.org/mailman/listinfo/users
>> <http://lists.ovirt.org/mailman/listinfo/users>>>
>>     >         >
>>     >         >
>>     >         >
>>     >         >
>>     >         > _______________________________________________
>>     >         > Users mailing list
>>     >         > Users at ovirt.org <mailto:Users at ovirt.org>
>>     <mailto:Users at ovirt.org <mailto:Users at ovirt.org>>
>>     >         > http://lists.ovirt.org/mailman/listinfo/users
>>     <http://lists.ovirt.org/mailman/listinfo/users>
>>     >  <http://lists.ovirt.org/mailman/listinfo/users
>>     <http://lists.ovirt.org/mailman/listinfo/users>>
>>     >         >
>>     >
>>     >
>>     >         --
>>     >         *Peter Hudec*
>>     >         Infraštruktúrny architekt
>>     > phudec at cnc.sk <mailto:phudec at cnc.sk> <mailto:phudec at cnc.sk
>>     <mailto:phudec at cnc.sk>> <mailto:phudec at cnc.sk <mailto:phudec at cnc.sk>
>>     >        <mailto:phudec at cnc.sk <mailto:phudec at cnc.sk>>>
>>     >
>>     >         *CNC, a.s.*
>>     >         Borská 6, 841 04 Bratislava
>>     >         Recepcia: +421 2  35 000 100
>>     >
>>     >         Mobil:+421 905 997 203
>>     >         *www.cnc.sk <http://www.cnc.sk> <http://www.cnc.sk>*
>>     <http:///www.cnc.sk <http://www.cnc.sk>
>>     >         <http://www.cnc.sk>>
>>     >
>>     >        _______________________________________________
>>     >         Users mailing list
>>     > Users at ovirt.org <mailto:Users at ovirt.org> <mailto:Users at ovirt.org
>>     <mailto:Users at ovirt.org>>
>>     > http://lists.ovirt.org/mailman/listinfo/users
>>     <http://lists.ovirt.org/mailman/listinfo/users>
>>     >  <http://lists.ovirt.org/mailman/listinfo/users
>>     <http://lists.ovirt.org/mailman/listinfo/users>>
>>     >
>>     >
>>     >
>>
>>
>>     --
>>     *Peter Hudec*
>>     Infraštruktúrny architekt
>>     phudec at cnc.sk <mailto:phudec at cnc.sk> <mailto:phudec at cnc.sk
>>     <mailto:phudec at cnc.sk>>
>>
>>     *CNC, a.s.*
>>     Borská 6, 841 04 Bratislava
>>     Recepcia: +421 2  35 000 100
>>
>>     Mobil:+421 905 997 203
>>     *www.cnc.sk <http://www.cnc.sk>* <http:///www.cnc.sk
>>     <http://www.cnc.sk>>
>>
>>
>



More information about the Users mailing list