Hi, Im using Puppet v3.0.2. Im trying to test puppet autoami module, but after installing it using #*puppet module install ccaum-autoami* and doing *puppet help* im getting the following: Error: Could not autoload puppet/face/node/cloudscale: no such file to load -- puppet/cloudscale Error: Could not autoload puppet/face/node_aws/cloudscale: no such file to load -- puppet/cloudscale ! node ! Subcommand unavailable due to error. Check error logs. ! node_aws ! Subcommand unavailable due to error. Check error logs. When uninstalling the module everything get back to normal: # puppet help node View and manage node definitions. node_aws View and manage Amazon AWS EC2 nodes. [root@puppetmaster modules]# puppet help node_aws USAGE: puppet node_aws <action> This subcommand provides a command line interface to work with Amazon EC2 machine instances. The goal of these actions is to easily create new machines, install Puppet onto them, and tear them down when they''re no longer required. OPTIONS: --render-as FORMAT - The rendering format to use. --verbose - Whether to log verbosely. --debug - Whether to log debug information. ACTIONS: bootstrap Create and initialize an EC2 instance using Puppet. create Create a new EC2 machine instance. fingerprint Make a best effort to securely obtain the SSH host key fingerprint. list List AWS EC2 machine instances. list_keynames List available AWS EC2 key names. terminate Terminate an EC2 machine instance. See ''puppet man node_aws'' or ''man puppet-node_aws'' for full help. Has anybody any idea how to fix this? Regards -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
On Mar 5, 2013, at 3:43 AM, emzvargas1@gmail.com wrote:> Hi, > > Im using Puppet v3.0.2. Im trying to test puppet autoami module, but after installing it using > > #puppet module install ccaum-autoami > > and doing puppet help im getting the following: > > Error: Could not autoload puppet/face/node/cloudscale: no such file to load -- puppet/cloudscale > Error: Could not autoload puppet/face/node_aws/cloudscale: no such file to load -- puppet/cloudscale > > ! node ! Subcommand unavailable due to error. Check error logs. > ! node_aws ! Subcommand unavailable due to error. Check error logs. > > When uninstalling the module everything get back to normal: > > # puppet help > > node View and manage node definitions. > node_aws View and manage Amazon AWS EC2 nodes. > > [root@puppetmaster modules]# puppet help node_aws > USAGE: puppet node_aws <action> > > This subcommand provides a command line interface to work with Amazon EC2 > machine instances. The goal of these actions is to easily create new > machines, install Puppet onto them, and tear them down when they''re no longer > required. > > OPTIONS: > --render-as FORMAT - The rendering format to use. > --verbose - Whether to log verbosely. > --debug - Whether to log debug information. > > ACTIONS: > bootstrap Create and initialize an EC2 instance using Puppet. > create Create a new EC2 machine instance. > fingerprint Make a best effort to securely obtain the SSH host key > fingerprint. > list List AWS EC2 machine instances. > list_keynames List available AWS EC2 key names. > terminate Terminate an EC2 machine instance. > > See ''puppet man node_aws'' or ''man puppet-node_aws'' for full help. > > > Has anybody any idea how to fix this? > > Regards > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > >This should be fixed in puppet 3.1, see issue #7316. Josh -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
I''ll try to upgrade Puppet to 3.1. Thanks. On Tuesday, March 5, 2013 4:22:30 PM UTC+1, Josh Cooper wrote:> > > > On Mar 5, 2013, at 3:43 AM, emzva...@gmail.com <javascript:> wrote: > > Hi, > > Im using Puppet v3.0.2. Im trying to test puppet autoami module, but after > installing it using > > #*puppet module install ccaum-autoami* > > and doing *puppet help* im getting the following: > > Error: Could not autoload puppet/face/node/cloudscale: no such file to > load -- puppet/cloudscale > Error: Could not autoload puppet/face/node_aws/cloudscale: no such file to > load -- puppet/cloudscale > > ! node ! Subcommand unavailable due to error. Check error > logs. > ! node_aws ! Subcommand unavailable due to error. Check error > logs. > > When uninstalling the module everything get back to normal: > > # puppet help > > node View and manage node definitions. > node_aws View and manage Amazon AWS EC2 nodes. > > [root@puppetmaster modules]# puppet help node_aws > USAGE: puppet node_aws <action> > > This subcommand provides a command line interface to work with Amazon EC2 > machine instances. The goal of these actions is to easily create new > machines, install Puppet onto them, and tear them down when they''re no > longer > required. > > OPTIONS: > --render-as FORMAT - The rendering format to use. > --verbose - Whether to log verbosely. > --debug - Whether to log debug information. > > ACTIONS: > bootstrap Create and initialize an EC2 instance using Puppet. > create Create a new EC2 machine instance. > fingerprint Make a best effort to securely obtain the SSH host key > fingerprint. > list List AWS EC2 machine instances. > list_keynames List available AWS EC2 key names. > terminate Terminate an EC2 machine instance. > > See ''puppet man node_aws'' or ''man puppet-node_aws'' for full help. > > > Has anybody any idea how to fix this? > > Regards > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users...@googlegroups.com <javascript:>. > To post to this group, send email to puppet...@googlegroups.com<javascript:> > . > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > This should be fixed in puppet 3.1, see issue #7316. > > Josh >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Hi, I upgraded Puppet today to 3.1 and problem solved. Thanx again. On Wednesday, March 6, 2013 9:49:13 AM UTC+1, emzva...@gmail.com wrote:> > > I''ll try to upgrade Puppet to 3.1. > > Thanks. > > On Tuesday, March 5, 2013 4:22:30 PM UTC+1, Josh Cooper wrote: >> >> >> >> On Mar 5, 2013, at 3:43 AM, emzva...@gmail.com wrote: >> >> Hi, >> >> Im using Puppet v3.0.2. Im trying to test puppet autoami module, but >> after installing it using >> >> #*puppet module install ccaum-autoami* >> >> and doing *puppet help* im getting the following: >> >> Error: Could not autoload puppet/face/node/cloudscale: no such file to >> load -- puppet/cloudscale >> Error: Could not autoload puppet/face/node_aws/cloudscale: no such file >> to load -- puppet/cloudscale >> >> ! node ! Subcommand unavailable due to error. Check error >> logs. >> ! node_aws ! Subcommand unavailable due to error. Check error >> logs. >> >> When uninstalling the module everything get back to normal: >> >> # puppet help >> >> node View and manage node definitions. >> node_aws View and manage Amazon AWS EC2 nodes. >> >> [root@puppetmaster modules]# puppet help node_aws >> USAGE: puppet node_aws <action> >> >> This subcommand provides a command line interface to work with Amazon EC2 >> machine instances. The goal of these actions is to easily create new >> machines, install Puppet onto them, and tear them down when they''re no >> longer >> required. >> >> OPTIONS: >> --render-as FORMAT - The rendering format to use. >> --verbose - Whether to log verbosely. >> --debug - Whether to log debug information. >> >> ACTIONS: >> bootstrap Create and initialize an EC2 instance using Puppet. >> create Create a new EC2 machine instance. >> fingerprint Make a best effort to securely obtain the SSH host key >> fingerprint. >> list List AWS EC2 machine instances. >> list_keynames List available AWS EC2 key names. >> terminate Terminate an EC2 machine instance. >> >> See ''puppet man node_aws'' or ''man puppet-node_aws'' for full help. >> >> >> Has anybody any idea how to fix this? >> >> Regards >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to puppet-users...@googlegroups.com. >> To post to this group, send email to puppet...@googlegroups.com. >> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> >> This should be fixed in puppet 3.1, see issue #7316. >> >> Josh >> >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.