Issue #6581 has been updated by Paul Berry.

Status changed from Unreviewed to Accepted


----------------------------------------
Bug #6581: Inventory service should be a single terminus
https://projects.puppetlabs.com/issues/6581

Author: Paul Berry
Status: Accepted
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


The inventory service (see #6338) currently uses two indirections (and two 
termini): Facts (for storing, deleting, and retrieving facts one at a time), 
and Inventory (for searching facts).  These should be combined into a single 
indirection (Facts).

This will entail a change to the (as yet unpublished) REST API for searching 
based on facts (which is used by Dashboard).  Instead of using

    https://<puppet master>/<environment>/inventory/search?<search terms>

Dashboard will have to use:

    https://<puppet master>/<environment>/facts_search/search?<search terms>



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to