<div dir="ltr"><br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><pre cols="72" style="white-space:pre-wrap"><span style="font-family:arial,helvetica,sans-serif;font-size:12.8px"><font color="#666666">--</font></span></pre><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-weight:bold;margin:0px;padding:0px;font-size:14px;text-transform:uppercase"><span>SHIRLY</span> <span>RADCO</span></p><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-size:10px;margin:0px 0px 4px;text-transform:uppercase"><span>BI SeNIOR SOFTWARE ENGINEER</span><span style="color:rgb(170,170,170);margin:0px"></span></p><p style="font-family:overpass,sans-serif;margin:0px;font-size:10px;color:rgb(153,153,153)"><a href="https://www.redhat.com/" style="color:rgb(0,136,206);margin:0px;text-decoration:none" target="_blank">Red Hat <span>Israel</span></a></p><table border="0" style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-size:medium"><tbody><tr><td width="100px"><a href="https://red.ht/sig" target="_blank"><img src="https://www.redhat.com/files/brand/email/sig-redhat.png" width="90" height="auto"></a></td><td style="font-size:10px"><div><a href="https://redhat.com/trusted" style="text-decoration:none;color:rgb(204,0,0);font-weight:bold" target="_blank">TRIED. TESTED. TRUSTED.</a></div></td></tr></tbody></table></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Apr 4, 2018 at 5:07 PM, Peter Hudec <span dir="ltr"><<a href="mailto:phudec@cnc.sk" target="_blank">phudec@cnc.sk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">almost the same issue, the versio for openshoft release changed to 3.9<br>
<br>
Failure summary:<br>
<span class="gmail-"><br>
<br>
1. Hosts: localhost<br>
Play: Determine openshift_version to configure on first master<br>
Task: For an RPM install, abort when the release requested does<br>
not match the available version.<br>
</span> Message: You requested openshift_release 3.9, which is not matched by<br>
<span class="gmail-"> the latest OpenShift RPM we detected as origin-3.10.0<br>
on host localhost.<br>
We will only install the latest RPMs, so please ensure<br>
you are getting the release<br>
you expect. You may need to adjust your Ansible<br>
inventory, modify the repositories<br>
available on the host, or run the appropriate OpenShift<br>
upgrade playbook.<br>
<br></span></blockquote><div><br></div><div>What is the rpm version installed of OpenShift origin?</div><div>Do you perhaps have another repo that includes the OpenShift origin-3.10.0?</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">
<br>
</span><span class="gmail-">On 04/04/2018 14:18, Shirly Radco wrote:<br>
> Adding Nicolas since he hit the same issue.<br>
><br>
> --<br>
><br>
> SHIRLY RADCO<br>
><br>
> BI SeNIOR SOFTWARE ENGINEER<br>
><br>
</span><span class="gmail-">> Red Hat Israel <<a href="https://www.redhat.com/" rel="noreferrer" target="_blank">https://www.redhat.com/</a>><br>
><br>
> <<a href="https://red.ht/sig" rel="noreferrer" target="_blank">https://red.ht/sig</a>><br>
> TRIED. TESTED. TRUSTED. <<a href="https://redhat.com/trusted" rel="noreferrer" target="_blank">https://redhat.com/trusted</a>><br>
><br>
><br>
</span><span class="gmail-">> On Wed, Apr 4, 2018 at 3:17 PM, Shirly Radco <<a href="mailto:sradco@redhat.com">sradco@redhat.com</a><br>
</span><div><div class="gmail-h5">> <mailto:<a href="mailto:sradco@redhat.com">sradco@redhat.com</a>>> wrote:<br>
><br>
> Hi Peter,<br>
><br>
> The installation instructions currently support OpenShift 3.6.<br>
><br>
> I'm now working on updating them to support 3.9.<br>
><br>
> You currently have 3.10 installed.<br>
><br>
> Please install OpenShift 3.9 using this repository <br>
> <a href="https://github.com/ViaQ/Main/blob/master/centos7-viaq.repo" rel="noreferrer" target="_blank">https://github.com/ViaQ/Main/<wbr>blob/master/centos7-viaq.repo</a><br>
> <<a href="https://github.com/ViaQ/Main/blob/master/centos7-viaq.repo" rel="noreferrer" target="_blank">https://github.com/ViaQ/Main/<wbr>blob/master/centos7-viaq.repo</a>><br>
><br>
> And add the following file to your vm <br>
><br>
> Run:<br>
> vi /root/ansible-inventory-<wbr>origin-39-aio<br>
><br>
> Add:<br>
><br>
> --------------<br>
> [OSEv3:children]<br>
> nodes<br>
> masters<br>
> etcd<br>
><br>
> [OSEv3:vars]<br>
> ansible_connection=local<br>
> openshift_release=v3.9<br>
> openshift_logging_install_<wbr>logging=true<br>
> short_version=3.9<br>
> openshift_deployment_type=<wbr>origin<br>
> openshift_master_identity_<wbr>providers=[{'mappingMethod': 'lookup',<br>
> 'challenge': 'true', 'login': 'true', 'kind':<br>
> '<wbr>AllowAllPasswordIdentityProvid<wbr>er', 'name': 'allow_all'}]<br>
> # bug - doesn't use correct tag<br>
> openshift_logging_image_<wbr>version=v3.9<br>
> openshift_logging_<wbr>elasticsearch_proxy_image_<wbr>version=v1.0.0<br>
><br>
> openshift_logging_es_allow_<wbr>external=True<br>
> openshift_logging_use_mux=True<br>
> openshift_logging_mux_allow_<wbr>external=True<br>
> openshift_logging_mux_file_<wbr>buffer_storage_type=hostmount<br>
> openshift_logging_<wbr>elasticsearch_storage_type=<wbr>hostmount<br>
> openshift_logging_<wbr>elasticsearch_hostmount_path=/<wbr>var/lib/elasticsearch<br>
><br>
> [nodes]<br>
> localhost storage=True openshift_node_labels="{'<wbr>region': 'infra'}"<br>
> openshift_schedulable=True<br>
><br>
> [masters]<br>
> localhost storage=True openshift_node_labels="{'<wbr>region': 'infra'}"<br>
> openshift_schedulable=True<br>
><br>
> [etcd]<br>
> localhost storage=True openshift_node_labels="{'<wbr>region': 'infra'}"<br>
> openshift_schedulable=True<br>
><br>
><br>
> ------------<br>
><br>
> Save and exit.<br>
><br>
><br>
> ***Please make sure that you use /var as your Elasticsearch<br>
> persistent storage directory.<br>
><br>
> And when you run the OpenShift ansible<br>
> (<a href="https://www.ovirt.org/develop/release-management/features/metrics/setting-up-viaq-logging/#running-ansible" rel="noreferrer" target="_blank">https://www.ovirt.org/<wbr>develop/release-management/<wbr>features/metrics/setting-up-<wbr>viaq-logging/#running-ansible</a><br>
</div></div>> <<a href="https://www.ovirt.org/develop/release-management/features/metrics/setting-up-viaq-logging/#running-ansible" rel="noreferrer" target="_blank">https://www.ovirt.org/<wbr>develop/release-management/<wbr>features/metrics/setting-up-<wbr>viaq-logging/#running-ansible</a>><wbr>)<br>
<span class="gmail-">> use the file you just created like this:<br>
><br>
> # cd /usr/share/ansible/openshift-<wbr>ansible<br>
> # (or wherever you cloned the git repo if using git)<br>
> ANSIBLE_LOG_PATH=/tmp/ansible.<wbr>log ansible-playbook -vvv -e<br>
</span>> @/root/vars.yaml -i /root/*ansible-inventory-<wbr>origin-39-aio*<br>
<span class="gmail-">> playbooks/byo/config.yml<br>
><br>
> Best regards,<br>
><br>
> --<br>
><br>
> SHIRLY RADCO<br>
><br>
> BI SeNIOR SOFTWARE ENGINEER<br>
><br>
</span><span class="gmail-">> Red Hat Israel <<a href="https://www.redhat.com/" rel="noreferrer" target="_blank">https://www.redhat.com/</a>><br>
><br>
> <<a href="https://red.ht/sig" rel="noreferrer" target="_blank">https://red.ht/sig</a>><br>
> TRIED. TESTED. TRUSTED. <<a href="https://redhat.com/trusted" rel="noreferrer" target="_blank">https://redhat.com/trusted</a>><br>
><br>
><br>
</span><span class="gmail-">> On Wed, Apr 4, 2018 at 12:17 PM, Peter Hudec <<a href="mailto:phudec@cnc.sk">phudec@cnc.sk</a><br>
</span><div><div class="gmail-h5">> <mailto:<a href="mailto:phudec@cnc.sk">phudec@cnc.sk</a>>> wrote:<br>
><br>
> Tried to install ovirt metrics, but got error<br>
><br>
> ANSIBLE_LOG_PATH=/tmp/ansible.<wbr>log ansible-playbook -vvv -e<br>
> @/root/vars.yaml -i /root/ansible-inventory-<wbr>origin-37-aio<br>
> playbooks/byo/config.yml<br>
><br>
> 1. Hosts: localhost<br>
> Play: Determine openshift_version to configure on first<br>
> master<br>
> Task: For an RPM install, abort when the release<br>
> requested does<br>
> not match the available version.<br>
> Message: You requested openshift_release 3.7, which is not<br>
> matched by<br>
> the latest OpenShift RPM we detected as origin-3.10.0<br>
> on host localhost.<br>
> We will only install the latest RPMs, so please<br>
> ensure<br>
> you are getting the release<br>
> you expect. You may need to adjust your Ansible<br>
> inventory, modify the repositories<br>
> available on the host, or run the appropriate<br>
> OpenShift<br>
> upgrade playbook.<br>
><br>
> regards<br>
> Peter<br>
><br>
><br>
> On 04/04/2018 09:13, Fred Rolland wrote:<br>
> > Hi,<br>
> ><br>
> > Check these links:<br>
> ><br>
> > <a href="https://ovirt.org/blog/2018/01/ovirt-report-using-grafana/" rel="noreferrer" target="_blank">https://ovirt.org/blog/2018/<wbr>01/ovirt-report-using-grafana/</a><br>
</div></div>> <<a href="https://ovirt.org/blog/2018/01/ovirt-report-using-grafana/" rel="noreferrer" target="_blank">https://ovirt.org/blog/2018/<wbr>01/ovirt-report-using-grafana/</a><wbr>><br>
> > <a href="https://ovirt.org/develop/release-management/features/metrics/metrics-store/" rel="noreferrer" target="_blank">https://ovirt.org/develop/<wbr>release-management/features/<wbr>metrics/metrics-store/</a><br>
<span class="gmail-">> <<a href="https://ovirt.org/develop/release-management/features/metrics/metrics-store/" rel="noreferrer" target="_blank">https://ovirt.org/develop/<wbr>release-management/features/<wbr>metrics/metrics-store/</a>><br>
> ><br>
> > Regards,<br>
> > Fred<br>
> ><br>
> > On Tue, Apr 3, 2018 at 9:38 AM, Anantha Raghava<br>
> > <<a href="mailto:raghav@exzatechconsulting.com">raghav@exzatechconsulting.com</a><br>
> <mailto:<a href="mailto:raghav@exzatechconsulting.com">raghav@<wbr>exzatechconsulting.com</a>><br>
</span>> <mailto:<a href="mailto:raghav@exzatechconsulting.com">raghav@<wbr>exzatechconsulting.com</a><br>
<span class="gmail-">> <mailto:<a href="mailto:raghav@exzatechconsulting.com">raghav@<wbr>exzatechconsulting.com</a>>>><br>
> > wrote:<br>
> ><br>
> > Hi,<br>
> ><br>
> > I see that oVirt DWH is installed with Version 4.2.x. Now, how do I<br>
> > take the reports? I version 3.5, we had Jasper reports module using<br>
> > which we could take utilization reports. Can we do something similar<br>
> > here?<br>
> ><br>
> > --<br>
> ><br>
> > Thanks & Regards,<br>
> ><br>
> ><br>
> > Anantha Raghava<br>
> ><br>
> ><br>
> > Do not print this e-mail unless required. Save Paper & trees.<br>
> ><br>
> ><br>
> > _____________________________<wbr>__________________<br>
> > Users mailing list<br>
> > <a href="mailto:Users@ovirt.org">Users@ovirt.org</a> <mailto:<a href="mailto:Users@ovirt.org">Users@ovirt.org</a>><br>
</span>> <mailto:<a href="mailto:Users@ovirt.org">Users@ovirt.org</a> <mailto:<a href="mailto:Users@ovirt.org">Users@ovirt.org</a>>><br>
<span class="gmail-">> > <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
> <<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a>><br>
> > <<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
> <<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a>>><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > ______________________________<wbr>_________________<br>
> > Users mailing list<br>
> > <a href="mailto:Users@ovirt.org">Users@ovirt.org</a> <mailto:<a href="mailto:Users@ovirt.org">Users@ovirt.org</a>><br>
> > <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
> <<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a>><br>
> ><br>
><br>
><br>
</span><span class="gmail-">> --<br>
> *Peter Hudec*<br>
> Infraštruktúrny architekt<br>
</span>> <a href="mailto:phudec@cnc.sk">phudec@cnc.sk</a> <mailto:<a href="mailto:phudec@cnc.sk">phudec@cnc.sk</a>> <mailto:<a href="mailto:phudec@cnc.sk">phudec@cnc.sk</a><br>
<span class="gmail-im gmail-HOEnZb">> <mailto:<a href="mailto:phudec@cnc.sk">phudec@cnc.sk</a>>><br>
><br>
> *CNC, a.s.*<br>
> Borská 6, 841 04 Bratislava<br>
> Recepcia: +421 2 35 000 100<br>
><br>
> Mobil:+421 905 997 203<br>
</span><span class="gmail-im gmail-HOEnZb">> *<a href="http://www.cnc.sk" rel="noreferrer" target="_blank">www.cnc.sk</a> <<a href="http://www.cnc.sk" rel="noreferrer" target="_blank">http://www.cnc.sk</a>>* <http:///<a href="http://www.cnc.sk" rel="noreferrer" target="_blank">www.cnc.sk</a><br>
> <<a href="http://www.cnc.sk" rel="noreferrer" target="_blank">http://www.cnc.sk</a>>><br>
><br>
</span><span class="gmail-im gmail-HOEnZb">> ______________________________<wbr>_________________<br>
> Users mailing list<br>
> <a href="mailto:Users@ovirt.org">Users@ovirt.org</a> <mailto:<a href="mailto:Users@ovirt.org">Users@ovirt.org</a>><br>
> <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
> <<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a>><br>
><br>
><br>
><br>
<br>
<br>
</span><div class="gmail-HOEnZb"><div class="gmail-h5">--<br>
*Peter Hudec*<br>
Infraštruktúrny architekt<br>
<a href="mailto:phudec@cnc.sk">phudec@cnc.sk</a> <mailto:<a href="mailto:phudec@cnc.sk">phudec@cnc.sk</a>><br>
<br>
*CNC, a.s.*<br>
Borská 6, 841 04 Bratislava<br>
Recepcia: +421 2 35 000 100<br>
<br>
Mobil:+421 905 997 203<br>
*<a href="http://www.cnc.sk" rel="noreferrer" target="_blank">www.cnc.sk</a>* <http:///<a href="http://www.cnc.sk" rel="noreferrer" target="_blank">www.cnc.sk</a>><br>
<br>
</div></div></blockquote></div><br></div></div>