Re: [Puppet Users] Re: Configuring Puppet for OnApp Cloud

2012-06-04 Thread Jeff McCune
On Mon, Jun 4, 2012 at 10:17 PM, ankush grover wrote: > On Mon, Jun 4, 2012 at 10:56 PM, Jeff McCune wrote: >> On Sun, Jun 3, 2012 at 11:48 PM, ankush grover >> wrote: >>> My approach will be like this >>> >>> generate uuid through uuidgen command and put that in certname under >>> puppet.conf

Re: [Puppet Users] Re: Configuring Puppet for OnApp Cloud

2012-06-04 Thread ankush grover
On Mon, Jun 4, 2012 at 10:56 PM, Jeff McCune wrote: > On Sun, Jun 3, 2012 at 11:48 PM, ankush grover wrote: >> My approach will be like this >> >> generate uuid through uuidgen command and put that in certname under >> puppet.conf >> start the puppet client >> on the server allow autosigning of

Re: [Puppet Users] Re: Configuring Puppet for OnApp Cloud

2012-06-04 Thread Jeff McCune
On Sun, Jun 3, 2012 at 11:48 PM, ankush grover wrote: > My approach will be like this > > generate uuid through uuidgen command and put that in certname under > puppet.conf > start the puppet client > on the server allow autosigning of the client machines and a default policy > > The issue with t

Re: [Puppet Users] Re: Configuring Puppet for OnApp Cloud

2012-06-03 Thread ankush grover
My approach will be like this generate uuid through uuidgen command and put that in certname under puppet.conf start the puppet client on the server allow autosigning of the client machines and a default policy The issue with this approach is if the puppet agent is not working properly on a host

Re: [Puppet Users] Re: Configuring Puppet for OnApp Cloud

2012-06-01 Thread Jeff McCune
On Fri, Jun 1, 2012 at 1:39 AM, Brian Gupta wrote: > To be clear, unique hostnames are not a must. Unique certnames are, > which by default are based on hostnames, but they don't have to be. > You can programmatically generate those using something like UUID > (Which is what Foreman uses for cloud

Re: [Puppet Users] Re: Configuring Puppet for OnApp Cloud

2012-06-01 Thread Brian Gupta
To be clear, unique hostnames are not a must. Unique certnames are, which by default are based on hostnames, but they don't have to be. You can programmatically generate those using something like UUID (Which is what Foreman uses for cloud provisioning). See the following for more info on UUIDs: ht

Re: [Puppet Users] Re: Configuring Puppet for OnApp Cloud

2012-06-01 Thread ankush grover
Thanks Brian. My issue is with OnApp the end user can give his hostname while configuring the details for the Cloud Instance. When the system boots up how do I make puppetmaster accepts this as a client without manual intervention from administrator and apply some default classes for this host. U

Re: [Puppet Users] Re: Configuring Puppet for OnApp Cloud

2012-06-01 Thread Brian Gupta
On Fri, Jun 1, 2012 at 3:54 AM, ankush grover wrote: > Any update on this? > > On Wed, May 30, 2012 at 3:28 PM, ankush grover wrote: >> Hi Friends, >> >> My company is soon to going to deploy a private cloud from OnApp in >> the infrastructure. Task given to me is to install puppet agent when >>