Hamoun gh
2011-Sep-21 21:13 UTC
[Puppet Users] CloudPack''s "node install ...." ignores certname
although in cloudpack.rb::install(...) user specified certname is supprted (i.e. options[:certname] ||= Guid.new.to_s), the certname is not passed to the method when supplied through command line. any idea? tx -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Dan Bode
2011-Sep-21 21:37 UTC
Re: [Puppet Users] CloudPack''s "node install ...." ignores certname
We recently noticed the same issue. I have a feeling that is may be related to the version of puppet that is running. What version are you running? We have actually been actively working on a fix in the following pull request: https://github.com/puppetlabs/puppetlabs-cloud-provisioner/pull/16 a fix should be available in master soon On Wed, Sep 21, 2011 at 2:13 PM, Hamoun gh <hamoun.gh@gmail.com> wrote:> although in cloudpack.rb::install(...) user specified certname is > supprted (i.e. options[:certname] ||= Guid.new.to_s), the certname is > not passed to the method when supplied through command line. > > any idea? > tx > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- "Join us for PuppetConf <http://bit.ly/puppetconfsig>, September 22nd and 23rd in Portland, OR." <http://bit.ly/puppetconfsig> -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
hamoun
2011-Sep-22 12:53 UTC
[Puppet Users] Re: CloudPack''s "node install ...." ignores certname
tx for the reply. I am using 2.7.3. maybe I should switch to 2.7.4rc3? the reason I want to pass certname is that, I want to add the node''s config to site.pp right before it can grab its catalog (im using autosigning). the other approach was to get the GUID from "install", make the client wait, add the entry to site.pp based on client generated GUID, then sign the certificate. However, I found that even the second method requires changing cloudpack (i.e. the "init" action does not exactly do this). Hamoun On Sep 21, 5:37 pm, Dan Bode <d...@puppetlabs.com> wrote:> We recently noticed the same issue. I have a feeling that is may be related > to the version of puppet that is running. What version are you running? We > have actually been actively working on a fix in the following pull request: > > https://github.com/puppetlabs/puppetlabs-cloud-provisioner/pull/16 > > a fix should be available in master soon > > > > > > > > > > On Wed, Sep 21, 2011 at 2:13 PM, Hamoun gh <hamoun...@gmail.com> wrote: > > although in cloudpack.rb::install(...) user specified certname is > > supprted (i.e. options[:certname] ||= Guid.new.to_s), the certname is > > not passed to the method when supplied through command line. > > > any idea? > > tx > > > -- > > You received this message because you are subscribed to the Google Groups > > "Puppet Users" group. > > To post to this group, send email to puppet-users@googlegroups.com. > > To unsubscribe from this group, send email to > > puppet-users+unsubscribe@googlegroups.com. > > For more options, visit this group at > >http://groups.google.com/group/puppet-users?hl=en. > > -- > "Join us for PuppetConf <http://bit.ly/puppetconfsig>, September 22nd and > 23rd in Portland, OR." > <http://bit.ly/puppetconfsig>-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.