Issue #4053 has been updated by James Turnbull.

Target version changed from 1.2.0 to 1.x


----------------------------------------
Feature #4053: Dashboard should provide an API to insert and extract data
https://projects.puppetlabs.com/issues/4053

Author: Dan Bode
Status: Accepted
Priority: High
Assignee: 
Category: 
Target version: 1.x
Keywords: 
Branch: 
Affected URL: 
Affected Dashboard version: 


As an example:

problem:
  it is cumbersome to specify initial data in the dashboard (groups, nodes, 
classes).
  linux sysadmins would rather work with configuration files (text) than GUIs

it would be great if I could write a yaml file to represent my group data and 
import it into the dashboard.

<pre>
groups:
  a:
    x:1
    y:1
    z:1
    classes:
      - one
      - two
    b:
    x:2
classes
- one
nodes:
  node1: 
    :classes
      - one
    :groups
- two
</pre>

maybe this is already at least partially solved by the restful API?


-- 
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