[Puppet-dev] Deploy software on newly provisioned machine

2013-04-23 Thread Venky Acharya
How can one deploy a software on newly provisioned machine? Is there a concept of group, where we can assign nodes to group, and then deploy software on nodes assigned to that group? Can this be achieved by using the master/agent REST API alone? If so, what is the sequence of REST API calls?

Re: [Puppet-dev] Puppet opensource - REST API calls

2013-04-09 Thread Venky Acharya
Thanks Erik. I am looking into PuppetDB. On Tuesday, April 9, 2013 2:15:01 PM UTC+5:30, Erik Dalén wrote: > > Number 9 (list classes) can also be done using PuppetDB for example (if > the class is included in the catalog of any existing host). Or using any of > the methods in this thread: > htt

Re: [Puppet-dev] Puppet opensource - REST API calls

2013-04-09 Thread Venky Acharya
t; >> On Fri, Apr 5, 2013 at 2:40 AM, Venky Acharya >> > >> wrote: >> > Where can i find a list of REST API's for puppet opensource? >> > >> >> We don't really have any of the puppet calls documented. You might >> find references

Re: [Puppet-dev] Puppet opensource - REST API calls

2013-04-09 Thread Venky Acharya
. Have a good day! Venky On Saturday, April 6, 2013 3:03:30 AM UTC+5:30, Andy Parker wrote: > > On Fri, Apr 5, 2013 at 2:40 AM, Venky Acharya > > > wrote: > > Where can i find a list of REST API's for puppet opensource? > > > > We don't really have an

Re: [Puppet-dev] Puppet opensource - REST API calls

2013-04-09 Thread Venky Acharya
ing to Puppet dashboard here, or Puppet server itself? It > looks like you've listed a bit of both. > > > On Fri, Apr 5, 2013 at 2:40 AM, Venky Acharya > > wrote: > >> Where can i find a list of REST API's for puppet opensource? >> >> I am looking fo

[Puppet-dev] Re: Puppet opensource - REST API calls

2013-04-09 Thread Venky Acharya
was hoping that it can be achieved by using the REST API call alone. Thanks, Venky On Friday, April 5, 2013 3:10:05 PM UTC+5:30, Venky Acharya wrote: > > Where can i find a list of REST API's for puppet opensource? > > I am looking for following set of operations to be performed

[Puppet-dev] Puppet opensource - REST API calls

2013-04-05 Thread Venky Acharya
Where can i find a list of REST API's for puppet opensource? I am looking for following set of operations to be performed through a REST API call: 1. Add host to group 2. Add parameters to host 3. Add parameters to host group 4. Create host group 5. Delete host group 6. Get all groups 7. Get all