<div dir="ltr"><div>Current master branch of Hawkular-Services already integrates our new inventory version.<br></div><div><br></div><div>There were changes on the provider code to use a new hawkular gem (not yet released) and changes on the manageiq core are to bump the gem version (currently using master) and to update the live metrics mapping.<br></div><div><br></div><div>Here are some details to demo it:</div><div><br></div><div>I’m attaching a docker-compose.yml (thanks Edgar) to make it easier to test.</div><div><br></div><div>1) You should have ManageIQ dependencies already installed, you can follow this getting started [1] right before “Cloning and configuring the application”</div><div><br></div><div>2) Clonning the updated repositories (currently my forks [2, 3])</div><div><br></div><div><font face="monospace, monospace">  mkdir ManageIQ-inventoryv4 &amp;&amp; cd ManageIQ-inventoryv4</font></div><div><font face="monospace, monospace">  git clone -b </font><span style="font-family:monospace,monospace">hawkular-1259</span><span style="font-family:monospace,monospace"> <a href="https://github.com/josejulio/manageiq">https://github.com/josejulio/manageiq</a></span></div><div><font face="monospace, monospace">  git clone </font><font face="monospace, monospace">-b </font><span style="font-family:monospace,monospace">hawkular-1259</span><span style="font-family:monospace,monospace"> <a href="https://github.com/josejulio/manageiq-providers-hawkular">https://github.com/josejulio/manageiq-providers-hawkular</a></span></div><div><span style="font-family:monospace,monospace">  </span><span style="font-family:monospace,monospace">cd manageiq</span></div><div><font face="monospace, monospace">  echo override_gem &#39;manageiq-providers-hawkular&#39;, path: File.expand_path(\&quot;../../manageiq-providers-hawkular\&quot;, __dir__) &gt;&gt; bundler.d/vendor.rb</font></div><div><font face="monospace, monospace">  ./bin/setup</font></div><div><br></div><div>2) Start hawkular services (with the attached docker-compose.yml)</div><div> </div><div><font face="monospace, monospace">  docker compose up</font></div><div><br></div><div>3) Start manageiq (in manageiq path)</div><div><br></div><div><font face="monospace, monospace">    bundle exec rake evm:start</font></div><div><br></div><div>At this point you should have everything ready to add a middleware provider to hawkular and see the usual data there but using the new inventory backend.</div><div><br></div><div>Note: This is not about using Prometheus (yet).</div><div><br></div><div>[1] <a href="https://github.com/ManageIQ/manageiq-providers-hawkular/blob/master/GETTING_STARTED.md">https://github.com/ManageIQ/manageiq-providers-hawkular/blob/master/GETTING_STARTED.md</a></div><div>[2] <a href="https://github.com/josejulio/manageiq-providers-hawkular/tree/hawkular-1259">https://github.com/josejulio/manageiq-providers-hawkular/tree/hawkular-1259</a></div><div>[3] <a href="https://github.com/josejulio/manageiq/tree/hawkular-1259">https://github.com/josejulio/manageiq/tree/hawkular-1259</a><br></div></div>