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