On Wed, May 16, 2012 at 1:31 PM, de <dustye...@gmail.com> wrote:
> Was...
> Bash$ puppet node create
> This "create" action no longer exists. Has it been depreciated?
> Is the only way to create a node through puppetmaser now?
I think the create action is only available on specific node_* faces
since puppet node itself cannot provision any system. So once you
install cloud_provisioner you have access to puppet node_aws create,
or puppet node_vmware create.
I have cloud_provisioner installed. It's not available. I think you can only create nodes from puppetmaster, which "kinda" makes sense, but I'd like the option.
On Wednesday, May 16, 2012 4:42:35 PM UTC-4, Nan Liu wrote:
> On Wed, May 16, 2012 at 1:31 PM, de <dustye...@gmail.com> wrote: > > Was...
> > Bash$ puppet node create
> > This "create" action no longer exists. Has it been depreciated?
> > Is the only way to create a node through puppetmaser now?
> I think the create action is only available on specific node_* faces > since puppet node itself cannot provision any system. So once you > install cloud_provisioner you have access to puppet node_aws create, > or puppet node_vmware create.
It appears that cloud_provisioner is pe specific. Not certain what it
would take to make it work with community.
digging through it now, will let you know what I find.
On May 16, 2:02 pm, de <dustye...@gmail.com> wrote:
> I have cloud_provisioner installed. It's not available. I think you can
> only create nodes from puppetmaster, which "kinda" makes sense, but I'd
> like the option.
> If anyone else has some info on this, please chime in. Also, Puppet you
> might want to update your docs.
> On Wednesday, May 16, 2012 4:42:35 PM UTC-4, Nan Liu wrote:
> > On Wed, May 16, 2012 at 1:31 PM, de <dustye...@gmail.com> wrote:
> > > Was...
> > > Bash$ puppet node create
> > > This "create" action no longer exists. Has it been depreciated?
> > > Is the only way to create a node through puppetmaser now?
> > I think the create action is only available on specific node_* faces
> > since puppet node itself cannot provision any system. So once you
> > install cloud_provisioner you have access to puppet node_aws create,
> > or puppet node_vmware create.
On Wed, May 16, 2012 at 2:46 PM, Mike Jeski <jeski...@gmail.com> wrote:
> It appears that cloud_provisioner is pe specific. Not certain what it
> would take to make it work with community.
> digging through it now, will let you know what I find.
> On May 16, 2:02 pm, de <dustye...@gmail.com> wrote:
> > I have cloud_provisioner installed. It's not available. I think you can
> > only create nodes from puppetmaster, which "kinda" makes sense, but I'd
> > like the option.
> > If anyone else has some info on this, please chime in. Also, Puppet you
> > might want to update your docs.
> > On Wednesday, May 16, 2012 4:42:35 PM UTC-4, Nan Liu wrote:
> > > On Wed, May 16, 2012 at 1:31 PM, de <dustye...@gmail.com> wrote:
> > > > Was...
> > > > Bash$ puppet node create
> > > > This "create" action no longer exists. Has it been depreciated?
> > > > Is the only way to create a node through puppetmaser now?
> > > I think the create action is only available on specific node_* faces
> > > since puppet node itself cannot provision any system. So once you
> > > install cloud_provisioner you have access to puppet node_aws create,
> > > or puppet node_vmware create.
> > > Thanks,
> > > Nan
> --
> 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.
--
Gary Larizza
Professional Services Engineer
Puppet Labs
> On Wed, May 16, 2012 at 2:46 PM, Mike Jeski <jeski...@gmail.com> wrote:
> > It appears that cloud_provisioner is pe specific. Not certain what it
> > would take to make it work with community.
> > digging through it now, will let you know what I find.
> > On May 16, 2:02 pm, de <dustye...@gmail.com> wrote:
> > > I have cloud_provisioner installed. It's not available. I think you can
> > > only create nodes from puppetmaster, which "kinda" makes sense, but I'd
> > > like the option.
> > > If anyone else has some info on this, please chime in. Also, Puppet you
> > > might want to update your docs.
> > > On Wednesday, May 16, 2012 4:42:35 PM UTC-4, Nan Liu wrote:
> > > > On Wed, May 16, 2012 at 1:31 PM, de <dustye...@gmail.com> wrote:
> > > > > Was...
> > > > > Bash$ puppet node create
> > > > > This "create" action no longer exists. Has it been depreciated?
> > > > > Is the only way to create a node through puppetmaser now?
> > > > I think the create action is only available on specific node_* faces
> > > > since puppet node itself cannot provision any system. So once you
> > > > install cloud_provisioner you have access to puppet node_aws create,
> > > > or puppet node_vmware create.
> > > > Thanks,
> > > > Nan
> > --
> > 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.
> --
> Gary Larizza
> Professional Services Engineer
> Puppet Labs
Gary, I looked at the link earlier. Thanks though. I was aware cloud provisioner was not enterprise specific. I tried the following, but you can see the error message below:
puppet node create --image ami-b89842d1 --keypair cat-keypair --type m1.small
/Users/de/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/cus tom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
err: 'node' has no 'create' action. See `puppet help node`.
> On Wed, May 16, 2012 at 2:46 PM, Mike Jeski <jeski...@gmail.com> wrote:
>> It appears that cloud_provisioner is pe specific. Not certain what it
>> would take to make it work with community.
>> digging through it now, will let you know what I find.
>> On May 16, 2:02 pm, de <dustye...@gmail.com> wrote:
>> > I have cloud_provisioner installed. It's not available. I think you can
>> > only create nodes from puppetmaster, which "kinda" makes sense, but I'd
>> > like the option.
>> > If anyone else has some info on this, please chime in. Also, Puppet you
>> > might want to update your docs.
>> > On Wednesday, May 16, 2012 4:42:35 PM UTC-4, Nan Liu wrote:
>> > > On Wed, May 16, 2012 at 1:31 PM, de <dustye...@gmail.com> wrote:
>> > > > Was...
>> > > > Bash$ puppet node create
>> > > > This "create" action no longer exists. Has it been depreciated?
>> > > > Is the only way to create a node through puppetmaser now?
>> > > I think the create action is only available on specific node_* faces
>> > > since puppet node itself cannot provision any system. So once you
>> > > install cloud_provisioner you have access to puppet node_aws create,
>> > > or puppet node_vmware create.
>> > > Thanks,
>> > > Nan
>> --
>> 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.
> --
> Gary Larizza
> Professional Services Engineer
> Puppet Labs
On Wednesday, May 16, 2012 6:28:06 PM UTC-4, de wrote:
> Gary, I looked at the link earlier. Thanks though. I was aware cloud > provisioner was not enterprise specific. I tried the following, but you can > see the error message below:
> puppet node create --image ami-b89842d1 --keypair cat-keypair --type > m1.small
> /Users/de/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/cus tom_require.rb:36:in > `require': iconv will be deprecated in the future, use String#encode > instead.
> err: 'node' has no 'create' action. See `puppet help node`.
> Cheers.
> On Wednesday, May 16, 2012 5:51:50 PM UTC-4, Gary Larizza wrote:
>> On Wed, May 16, 2012 at 2:46 PM, Mike Jeski <jeski...@gmail.com> wrote:
>>> It appears that cloud_provisioner is pe specific. Not certain what it
>>> would take to make it work with community.
>>> digging through it now, will let you know what I find.
>>> On May 16, 2:02 pm, de <dustye...@gmail.com> wrote:
>>> > I have cloud_provisioner installed. It's not available. I think you can
>>> > only create nodes from puppetmaster, which "kinda" makes sense, but I'd
>>> > like the option.
>>> > If anyone else has some info on this, please chime in. Also, Puppet you
>>> > might want to update your docs.
>>> > On Wednesday, May 16, 2012 4:42:35 PM UTC-4, Nan Liu wrote:
>>> > > On Wed, May 16, 2012 at 1:31 PM, de <dustye...@gmail.com> wrote:
>>> > > > Was...
>>> > > > Bash$ puppet node create
>>> > > > This "create" action no longer exists. Has it been depreciated?
>>> > > > Is the only way to create a node through puppetmaser now?
>>> > > I think the create action is only available on specific node_* faces
>>> > > since puppet node itself cannot provision any system. So once you
>>> > > install cloud_provisioner you have access to puppet node_aws create,
>>> > > or puppet node_vmware create.
>>> > > Thanks,
>>> > > Nan
>>> --
>>> 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.
>> --
>> Gary Larizza
>> Professional Services Engineer
>> Puppet Labs