-
Notifications
You must be signed in to change notification settings - Fork 184
group by fact #321
Comments
Awesome feature request! Pull requests welcomed!
I have more time available to help code review such a feature than I do to write it myself at the moment.
|
any advice on where one would start coding this? or UX recommndations should this be a new tab? i initially tried to make the "inventory search" do the right thing but it has to take a value for the fact and it displays only a static set of columns... |
Is this for the Inventory view of nodes, or for displaying Variables across multiple nodes/classes/groups? |
i don't quite care where it's done, really. :) the idea is to display the value of a single (or even better, multiple) fact(s) across multiple nodes. |
Let me elucidate something... To do that, puppetdashboard has to talk to puppetdb api hasn't it ? Because puppetdashboard can't storeconfig, puppetdb is here for that. Correct me if I'm wrong but I don't think puppetdashboard is (yet) puppetdb aware.. If you consider to do so, reports can also be stored (an retrieved) in(from) puppetdb. I don't know if it's a good idea. I'm currently using puppetdashboard as an ENC and puppetboard for digging into puppetdb datas (and import/export resources into it) "Puppet enterprise dashboard" actually is a mix of your puppet dasbhoard and puppetboard. So I think a call has to be done here:
What do you think about this ? @sodabrew |
hmm... i believe puppet-dashboard already talks to puppetdb, at least i had to install it as a dependency when i setup puppet-dashboard. no? |
Negative, puppet dashboard doesn't talk to puppetdb at this time. Pull requests welcome!!
|
Yeah that is what I was thinking. Would be great to have a project doing It's a big change and it comes with design consideration 2015-05-05 22:38 GMT+02:00 Aaron Stone [email protected]:
|
that's really weird: for some reason i configured puppetdb first here: http://isuma-media-players.readthedocs.org/en/latest/configmanagement.html#configuring-a-dashboard maybe i was confused with puppetboard? anyways, it seems it can run alongside puppetdb fine right now :) |
one thing that puppet-board does and puppet-dashboard doesn't is to allow grouping results by fact.
for example, this screenshot shows a report listing the puppetversion of all nodes in one view:
is this something that works in puppet-dashboard or that is planned?
thanks
The text was updated successfully, but these errors were encountered: