search for: node_vmwar

Displaying 4 results from an estimated 4 matches for "node_vmwar".

Did you mean: node_vmware
2012 May 16
7
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 received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/g3lJoO-j_u4J. To post
2013 Jul 29
0
Vmware Provisioning after upgrade to Puppet Enterprise 3.0.0
Hello community, I''ve upgraded my puppet enterprise from 2.7 to 3 version: #puppet --version 3.2.2 (Puppet Enterprise 3.0.0) After that I''ve got some problems with vmware provisioning, this error when trying create a new vm from template: #puppet node_vmware create --vmname=mynewvm --template="/Datacenters/Center One, VM/vm/TEMPLATES/RHEL6" Error: Could not find VM at /Datacenters/Center One, VM/vm/TEMPLATES/RHEL6 Error: Try ''puppet help node_vmware create'' for usage It has worked well at 2.7 version instead I had to use...
2013 Nov 04
0
Need to Call Puppet node_wmware commad in puppet manifest
Hi All, Im new to puppet.I need to automate vm provisioning.so i used node_vmware to do that.It works fine in commad line.now i need to link that to puppet dashboard and pass vmname and template as class parameters. Sample Code: node_vmware create{ "Test": #ensure=>present, vmname=>''myvm101'', t...
2012 Jun 29
6
UX/UI of puppet help when face actions have unmet dependencies
...39;t very helpful. We''re planning to simply mark the subcommands that have incomplete actions as unavailable. Here''s a mock up of what we''re thinking: https://gist.github.com/3014923 Do you think the message, "check STDERR" in each of the node, node_aws, and node_vmware subcommands is adequate? The autoloader will catch and log the loading errors to STDERRO before the help page is actually finished formatting, so the actual reason the face failed to load will be presented before the formatted help output. Any feedback you have on making puppet help more helpful...