Re: [Puppet Users] Configuring Puppet for OnApp Cloud

2012-06-05 Thread ankush grover
Thanks Kevin and Jeff. As of now I want to keep the implementation simple * Use Hostname/ipaddress+uuid for certificates * Enabled Autosigning on the Puppet Master Is there any variable something like this(posted on the puppet list an hour ago) export FACTER_FACT_AUTOSCALE_GROUP=webgroup-b wh

Re: [Puppet Users] Configuring Puppet for OnApp Cloud

2012-06-05 Thread Kevin
Have you considered an mcollective based puppet provisioner such as https://github.com/ripienaar/mcollective-server-provisioner ( http://www.youtube.com/watch?v=lxeYYOhI0S0 ) This would handle the certificate creation and signing and should expand to manage certname\hostname with ease. (though i wo

[Puppet Users] Configuring Puppet for OnApp Cloud

2012-05-30 Thread ankush grover
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 any Cloud instance boots. After searching on the google found there are 2 ways to do this: * Create a template in which puppet agent is already ins