Issue #4053 has been updated by Chris Phillips.
I'm keen on this to be able to add a node to the environment as part of a cobbler / kickstart build process. Using external node classifiers in Puppet it seems best to keep this data in puppet dashboard as that (and puppet itself of course) is the only location where all puppet registered systems will be guaranteed to be found, and dashboard seems to be the place for dynamic node modifications to happen compared to Pupper itself. Whilst this data could be kept in Cobbler using cobbler-ext-nodes or such like, not all systems are going to be in there. Looking forward to this :) ---------------------------------------- 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.2 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.
