search for: node_aw

Displaying 14 results from an estimated 14 matches for "node_aw".

Did you mean: node_aws
2013 Jul 17
3
Unable to use Cloud Provisioner
Hi Guys, I''m unable to load the module cloud provisioner, when I try to run node_aws it gives me the below errors: Error: Could not autoload puppet/face/node_aws/list_keynames: no such file to load -- guid Error: Could not parse application options: Could not autoload puppet/face/node_aws/list_keynames: no such file to load -- guid And when I see the help list I can see the b...
2013 Jul 23
12
node_aws installation problem
Hi everyone! having a slight problem with the installing the cloud provisioning module [code] http://docs.puppetlabs.com/guides/cloud_pack_getting_started.html [/code] everything worked until I wanted to actually try to fire it up: [code] >puppet node_aws list Error: Could not autoload puppet/face/node_aws/fingerprint: cannot load such file -- guid Error: Could not parse application options: Could not autoload puppet/face/node_aws/fingerprint: cannot load such file -- guid [/code] I have fog configured with my AWS credentials but it seams like t...
2012 Oct 21
0
Puppet node_aws fingerprint vs configprint
Hi! I''ve been playing with puppet node_aws on my ec2 instances and there is a problem which I don''t know how to solve it. The problem is: when i run puppet node_aws bootstrap in order to create and install puppet in new instance, I see at the end of logs: debug: Command: sudo puppet agent --configprint certname err: fingerprint...
2012 Dec 26
0
puppet node_aws terminate and certificate cleanup
Does anyone know if puppet cleans up its certs when you terminate an instance via ''puppet node_aws terminate'' ? it doesn''t say in the docs. Thanks. -- 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/-/HJM1U9ic11gJ. To post to this...
2013 Sep 18
1
Cloud provisionner on CentOS 6 issue
...to be able to install fog and all its dependencies, it worked fine. Install guid gem (required by cloud_provisioner) Then I did : export RUBYLIB=/etc/puppet/modules/cloud_provisioner/lib:$RUBYLIB After this, PuppetLabs suggests to test if the installation worked fine by executing : # puppet help node_aws Here is the result : [root@poste403 ~]# puppet help node_aws /usr/local/rvm/gems/ruby-1.9.2-p320/gems/nokogiri-1.6.0/lib/nokogiri/nokogiri.so: [BUG] Segmentation fault ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] Abandon (core dumped) I really don''t understand why this. If anyo...
2012 Sep 30
6
err: Signing certificate error
Hi all, When i try to boot an ec2 instance using: *puppet node_aws bootstrap --server myserverOnAWS.com --image ami-61ad0108 --keyname test-malcom --login ubuntu --type m1.small --keyfile test-malcom.pem -g puppets --verbose --debug --puppetagent-certname test* I get this error: *notice: Signing certificate ...* *debug: certificate_status supports formats: b6...
2012 Dec 13
4
Strange signing problem in AWS - stumped
...;DNS:puppet", "DNS:puppet.ec2.internal") jblaine@ip-10-191-115-140:~$ I have quadruple-confirmed that is the only certificate in existence in /var/lib/puppet/ssl. I create a brand new EC2 instance and bootstrap it with the Cloud Provisioner: jblaine@ip-10-191-115-140:~$ puppet node_aws bootstrap --group=hadoop-nodes \ --keyname=jblaine --image=ami-82fa58eb --type=t1.micro \ --puppet-version=2.7.20 --login=ubuntu \ --keyfile=~/.ssh/jblaine-bld.pem \ --server=ip-10-191-115-140.ec2.internal --verbose ... notice: Waiting for SSH response ... Done info: Executing remote command...
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
2012 Jun 29
6
UX/UI of puppet help when face actions have unmet dependencies
...his isn''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...
2012 Dec 24
3
Not able to install puppet enterprise onn agent node using install command.
Hi, I have created an agent node from a master node using below command. puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type ti.micro Now as i am trying to install puppet on it using below command puppet node install \ --install-script=puppet- enterprise \ --installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \ --installer-answers=/usr/local/puppet/agent.tx...
2012 Dec 28
1
err: Signing certificate error: Could not render to pson: getaddrinfo: Name or service not known
Hi, I am trying to bootstrap a new agent from my master node as below. puppet node_aws bootstrap \ --region us-east-1 \ --image ami-cc5af9a5 \ --login root \ --keyfile /root/.ssh/private.pem \ --install-script=puppet-enterprise \ --installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \ --installer-answers=/usr/local/puppet/agent.txt \ --keyname icos-client \ --type t1.micro Nod...
2012 Dec 24
0
Not able to install puppet on agent node?
Hi, I have created an agent node from a master node using below command. puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type ti.micro Now as i am trying to install puppet on it using below command puppet node install \ --install-script=puppet-enterprise \ --installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \ --installer-answers=/usr/local/puppet/agent.txt...
2013 Feb 28
0
Error while bootstrapping a new instance with my puppet master on EC2
Hi, My puppet master version:- #puppet --version 2.7.19 (Puppet Enterprise 2.7.0) While bootstrapping a new instance with my puppet master on Ec2,I am getting this error #puppet node_aws bootstrap --type t1.micro --image ami-00934969 --keyname ec2 --login root --keyfile ~/.ssh/ec2.pem --mode agent notice: Creating new instance ... notice: Creating new instance ... Done notice: Creating tags for instance ... notice: Creating tags for instance ... Done notice: Launching server i-70...
2013 Jan 30
2
Installing fog -0.7.2 for CloudProvisioner
Hi, I am trying to install fog which is required for cloud provisioner. > gem install fog -v 0.7.2 I am getting the following error Building native extensions. This could take a while... ................ ERROR: Error installing fog: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb creating Makefile make