puppetboard: Some regressions on v3.4.0 RC*

This is an early report, since I pulled from master.

In the Query section, API EndPoint PQL:

inventory [ certname, facts.osfamily ] { facts.osfamily = 'RedHat' }

This shows “Number of results” with a number, but only the headers are shown. Checking the JSON view the results are there. If we only use

inventory [ certname ] { facts.osfamily = 'RedHat' }

The table shows up, but certname is no longer a link to the node URL.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (15 by maintainers)

Most upvoted comments

image Edit: it works!

Sorry for the late response. It’s way better now 😃 If I run

inventory[certname, environment, timestamp, trusted] { facts.os.release.major = '7' }

It shows everything, but as soon as I add facts

inventory[certname, facts.os.release.full ] { facts.os.release.major = '7' }

The result is an empty list (but the count is ok, and when I check the json is ok too)