<div dir="ltr">Hi Peter,<div><br></div><div>The installation instructions currently support OpenShift 3.6.</div><div><br></div><div>I'm now working on updating them to support 3.9.</div><div><br></div><div>You currently have 3.10 installed.</div><div><br></div><div>Please install OpenShift 3.9 using this repository </div><div><a href="https://github.com/ViaQ/Main/blob/master/centos7-viaq.repo">https://github.com/ViaQ/Main/blob/master/centos7-viaq.repo</a><br></div><div><br></div><div>And add the following file to your vm </div><div><br></div><div>Run:</div><div>vi /root/ansible-inventory-origin-39-aio</div><div><br></div><div>Add:</div><div><br></div><div>--------------</div><div><div>[OSEv3:children]</div><div>nodes</div><div>masters</div><div>etcd</div><div><br></div><div>[OSEv3:vars]</div><div>ansible_connection=local</div><div>openshift_release=v3.9</div><div>openshift_logging_install_logging=true</div><div>short_version=3.9</div><div>openshift_deployment_type=origin</div><div>openshift_master_identity_providers=[{'mappingMethod': 'lookup', 'challenge': 'true', 'login': 'true', 'kind': 'AllowAllPasswordIdentityProvider', 'name': 'allow_all'}]</div><div># bug - doesn't use correct tag</div><div>openshift_logging_image_version=v3.9</div><div>openshift_logging_elasticsearch_proxy_image_version=v1.0.0</div><div><br></div><div>openshift_logging_es_allow_external=True</div><div>openshift_logging_use_mux=True</div><div>openshift_logging_mux_allow_external=True</div><div>openshift_logging_mux_file_buffer_storage_type=hostmount</div><div>openshift_logging_elasticsearch_storage_type=hostmount</div><div>openshift_logging_elasticsearch_hostmount_path=/var/lib/elasticsearch</div><div><br></div><div>[nodes]</div><div>localhost storage=True openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True</div><div><br></div><div>[masters]</div><div>localhost storage=True openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True</div><div><br></div><div>[etcd]</div><div>localhost storage=True openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True</div></div><div><br></div><div><br></div><div>------------<br></div><div><br></div><div>Save and exit.</div><div><br></div><div><br></div><div class="gmail_extra">***Please make sure that you use /var as your Elasticsearch persistent storage directory.</div><div class="gmail_extra"><br></div><div class="gmail_extra">And when you run the OpenShift ansible (<a href="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</a>) use the file you just created like this:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra"># cd /usr/share/ansible/openshift-ansible</div><div class="gmail_extra"># (or wherever you cloned the git repo if using git)</div><div class="gmail_extra">ANSIBLE_LOG_PATH=/tmp/ansible.log ansible-playbook -vvv -e @/root/vars.yaml -i /root/<b>ansible-inventory-origin-39-aio</b> playbooks/byo/config.yml</div><div class="gmail_extra"><br></div><div class="gmail_extra">Best regards,</div><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 12:17 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">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 master<br>
Task: For an RPM install, abort when the release requested does<br>
not match the available version.<br>
Message: You requested openshift_release 3.7, which is not 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 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>
regards<br>
Peter<br>
<span class="gmail-"><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>
> <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>
</span>> <<a href="mailto:raghav@exzatechconsulting.com">raghav@exzatechconsulting.com</a> <mailto:<a href="mailto:raghav@exzatechconsulting.com">raghav@<wbr>exzatechconsulting.com</a>>><br>
<span class="gmail-">> 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>
</span>> <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>
<span class="gmail-im gmail-HOEnZb">><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Users mailing list<br>
> <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>
><br>
<br>
<br>
</span><span class="gmail-HOEnZb"><font color="#888888">--<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>
</font></span><div class="gmail-HOEnZb"><div class="gmail-h5"><br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<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>
</div></div></blockquote></div><br></div></div>