Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Puppet Node Create?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
de  
View profile  
 More options May 16 2012, 4:31 pm
From: de <dustye...@gmail.com>
Date: Wed, 16 May 2012 13:31:17 -0700 (PDT)
Local: Wed, May 16 2012 4:31 pm
Subject: Puppet Node Create?

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?

Thanks, D


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nan Liu  
View profile  
 More options May 16 2012, 4:42 pm
From: Nan Liu <n...@puppetlabs.com>
Date: Wed, 16 May 2012 13:42:35 -0700
Local: Wed, May 16 2012 4:42 pm
Subject: Re: [Puppet Users] Puppet Node Create?

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
de  
View profile  
 More options May 16 2012, 5:02 pm
From: de <dustye...@gmail.com>
Date: Wed, 16 May 2012 14:02:48 -0700 (PDT)
Local: Wed, May 16 2012 5:02 pm
Subject: Re: [Puppet Users] Puppet Node 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.

/Users/de/.puppet/modules
└── puppetlabs-cloud_provisioner (v1.0.4)

If anyone else has some info on this, please chime in. Also, Puppet you
might want to update your docs.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Jeski  
View profile  
 More options May 16 2012, 5:46 pm
From: Mike Jeski <jeski...@gmail.com>
Date: Wed, 16 May 2012 14:46:06 -0700 (PDT)
Local: Wed, May 16 2012 5:46 pm
Subject: Re: Puppet Node 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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gary Larizza  
View profile  
 More options May 16 2012, 5:51 pm
From: Gary Larizza <g...@puppetlabs.com>
Date: Wed, 16 May 2012 14:51:50 -0700
Local: Wed, May 16 2012 5:51 pm
Subject: Re: [Puppet Users] Re: Puppet Node Create?

The cloud provisioner IS NOT Puppet Enterprise Specific -->
http://docs.puppetlabs.com/guides/cloud_pack_getting_started.html  You can
use open-source and use cloud provisioner to spin up nodes in EC2.

The cloud provisioner face that deals with VMware IS PE-specific  -->
http://docs.puppetlabs.com/pe/2.5/cloudprovisioner_vmware.html

--

Gary Larizza
Professional Services Engineer
Puppet Labs


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Jeski  
View profile  
 More options May 16 2012, 6:19 pm
From: Mike Jeski <jeski...@gmail.com>
Date: Wed, 16 May 2012 15:19:01 -0700 (PDT)
Local: Wed, May 16 2012 6:19 pm
Subject: Re: Puppet Node Create?
thanks Gary,  the vmware bit is what I'd based my response upon.

On May 16, 2:51 pm, Gary Larizza <g...@puppetlabs.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
de  
View profile  
 More options May 16 2012, 6:28 pm
From: de <dustye...@gmail.com>
Date: Wed, 16 May 2012 15:28:06 -0700 (PDT)
Local: Wed, May 16 2012 6:28 pm
Subject: Re: [Puppet Users] Re: Puppet Node Create?

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
de  
View profile  
 More options May 16 2012, 6:31 pm
From: de <dustye...@gmail.com>
Date: Wed, 16 May 2012 15:31:43 -0700 (PDT)
Local: Wed, May 16 2012 6:31 pm
Subject: Re: [Puppet Users] Re: Puppet Node Create?

OKAY. I'm an idiot.

It's this...

Bash$ puppet node_aws ...etc

NOT

Bash$ puppet node ...etc

Problem solved.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »