Re: [Puppet Users] puppet on Xen Server

2012-08-09 Thread vioilly
install puppet using the puppetlabs repo Anyone else got a solution to this thread.. would help others i assume? Vioilly On Tuesday, June 12, 2012 4:49:45 PM UTC+1, John Guthrie wrote: Martin, Thank you for providing that information. We were wondering which repository you were using

Re: [Puppet Users] puppet on Xen Server

2012-08-09 Thread vioilly
--no-rdoc --no-ri Hope that helps someone else. Thanks to Martin for his help on this.. On Thursday, August 9, 2012 4:51:01 PM UTC+1, mawi wrote: I install and upgrade puppet from gems gem install puppet --no-rdoc --no-ri 2012/8/9 vioilly olive...@gmail.com javascript: Hi, I am also looking

[Puppet Users] puppet verion 2.7 or 3?

2012-11-15 Thread vioilly
Hi, I am just rolling out a new puppet deployment. Which version should i go for, 2.7 or 3.1? I am looking to use the open source version. Many thanks, Oli -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web

[Puppet Users] Puppet version 2.7 or 3?

2012-11-15 Thread vioilly
Hi, I am just rolling out a new puppet deployment. Which version should i go for, 2.7 or 3.1? I am looking to use the open source version. Many thanks, Oli -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web

[Puppet Users] Re: Puppet version 2.7 or 3?

2012-11-16 Thread vioilly
Thanks for the info. I'm going to give 3.0.1 a go. That fact about the performance improvement is the killer. Worth a few rough edges. Oli -- On Thursday, November 15, 2012 2:56:41 PM UTC, llowder wrote: On Thursday, November 15, 2012 8:47:29 AM UTC-6, vioilly wrote: Hi, I am just

[Puppet Users] puppet dashboard

2012-11-16 Thread vioilly
Hi, Can I have multiple puppet masters speaking to 1 puppet dashboard? Cheers, Oli -- 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/-/UXpL5_Vk4vcJ. To post to

Re: [Puppet Users] puppet verion 2.7 or 3?

2012-11-16 Thread vioilly
That's a another reason for me to go toward 3.0.1. I assume it is a stable release? On Thursday, November 15, 2012 4:28:03 PM UTC, Jeff McCune wrote: On Thu, Nov 15, 2012 at 9:45 AM, vioilly olive...@gmail.com javascript: wrote: Hi, I am just rolling out a new puppet deployment

[Puppet Users] puppet DB for inventory

2012-11-18 Thread vioilly
I am a little confused :) Couple of questions: Is the puppet DB the same as the inventory DB ? If so, can I have all my puppet masters pointing to the same DB and point dashboard at this DB so I can see all my puppet nodes and inventory through one puppet-dashboard? If not, then what is the

[Puppet Users] Re: puppet DB for inventory

2012-11-19 Thread vioilly
Perfect. Thank you - I actually came across this URL and have read through it. Thanks for your reply On Sunday, November 18, 2012 10:07:44 PM UTC, Felipe Salum wrote: http://docs.puppetlabs.com/puppetdb/1/using.html#using-the-inventory-service If you are using puppetdb backend you just need

[Puppet Users] GET /production/certificate/puppet-client2.tcl-oob.net? HTTP/1.1 500 11298 - -

2012-12-11 Thread vioilly
Hi, I have puppet 3.0.1 installed with passenger and the clients are unables to request a certificate. I get a httpd error. 10.1.1.9 - - [11/Dec/2012:16:09:44 +] GET /production/certificate/puppet-client2.tcl-oob.net? HTTP/1.1 500 11298 - - When I run puppet master without passenger, I

[Puppet Users] Re: GET /production/certificate/puppet-client2.tcl-oob.net? HTTP/1.1 500 11298 - -

2012-12-12 Thread vioilly
I reinstalled everything again and manage to get this working. Not sure what the problem was but this is how I install puppet master with passenger: install puppet master with passenger 1 - install centos 6.3 minimal 2 - configure IP address and hostname - do not set a fqdn hostname. vi

[Puppet Users] issues with puppet 3.0.1 using ruby 1.9.3 and passenger (3.0.18)

2012-12-12 Thread vioilly
I have installed puppet 3.0.1, passenger 3.0.18 and ruby 1.9.3 and have hit errors. The error I am hitting is this: Error message:cannot load such file -- puppet/util/command_lineException class:LoadError I get this when hitting the puppet server using https://puppetserver:8140 If I use ruby

[Puppet Users] Re: issues with puppet 3.0.1 using ruby 1.9.3 and passenger (3.0.18)

2012-12-12 Thread vioilly
I am going to revert to 1.8 for the time being although I was under the impression ruby 1.9 give performance benefits. If anyone else has information on whether 1.9.3 is supported, stable and has it working, please let me know. On Wednesday, December 12, 2012 12:23:30 PM UTC, Jelle B. wrote:

[Puppet Users] puppet dashbaord inventory

2012-12-12 Thread vioilly
I have a puppet master install which uses puppetdb. I also have puppet dashboard installed with the inventory service running. I want multiple puppet masters using a single puppetDB server. Puppetdb is installed on separate vm. How can I get the dashboard inventory to use the puppetdb server

[Puppet Users] puppet dashboard inventory

2012-12-12 Thread vioilly
I have a puppet master install which uses puppetdb. I also have puppet dashboard installed with the inventory service running. I want multiple puppet masters using a single puppetDB server. Puppetdb is installed on separate vm. How can I get the dashboard inventory to use the puppetdb server

[Puppet Users] Re: Puppet setup issues

2012-12-12 Thread vioilly
Looks like a connectivity issue to me.. here are my steps to get puppet installed install puppet master with passenger 1 - install centos 6.3 minimal 2 - configure IP address and hostname - do not set a fqdn hostname. vi /etc/sysconfig/network-scripts/ifcfg-eth0 Assign private static IP

Re: [Puppet Users] issues with puppet 3.0.1 using ruby 1.9.3 and passenger (3.0.18)

2012-12-13 Thread vioilly
, Oli On Wed, Dec 12, 2012 at 4:02 AM, vioilly olive...@gmail.com javascript: wrote: I have installed puppet 3.0.1, Installed as a gem or native package? It appears to me that this is a PATH issue. Does anyone know how to fix this? In your puppet config.ru, can you verify

[Puppet Users] Re: puppet dashboard inventory

2012-12-13 Thread vioilly
Just trying to get help here. My puppetdb server is called puppet-server3. My dashboard server is puppet-server2. I can run inventory commands against my puppetdb and get results. For example - i have a puppet-client2.test.net machine running the puppet agent [root@puppet-server3 ~]# curl -H

Re: [Puppet Users] Re: puppet dashboard inventory

2012-12-13 Thread vioilly
Correction to the above post Also puppetdb.conf [master] storeconfigs = true storeconfigs_backend = puppetdb should be [main] server = puppet-server3.test.net port = 8081 -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this

Re: [Puppet Users] Re: puppet dashboard inventory

2012-12-13 Thread vioilly
made sure all the certs have been signed by the puppet CA server and are valid Thanks, Oli On Thursday, December 13, 2012 9:26:28 PM UTC, pmbuko wrote: On Dec 13, 2012, at 4:09 PM, vioilly wrote: Just trying to get help here. My puppetdb server is called puppet-server3. My dashboard server

Re: [Puppet Users] puppet dashboard inventory

2012-12-17 Thread vioilly
everything else path / auth any 2 - the puppet inventory server was the puppet-master not the puppetdb 3 - the inventory port on the puppet master was 8140 Got it working with this config Cheers, Oli On Friday, December 14, 2012 4:44:28 PM UTC, vioilly wrote: Hi, I have tried this config

[Puppet Users] multiple puppet masters

2012-12-17 Thread vioilly
Hi, I would like to set up an additional puppet master but have the CA server handled by only 1 puppet master. I have set this up as per the documentation here: http://docs.puppetlabs.com/guides/scaling_multiple_masters.html I have configured my second puppet master as follows: [main] ... ca

[Puppet Users] Re: multiple puppet masters

2012-12-18 Thread vioilly
I was wondering if on the 2nd puppet master I have installed, whether or not I need the SSLEngine on for my virtual host configuration file? I have tried this, but with no luck... LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/ext/apache2/mod_passenger.so

[Puppet Users] SSL config in puppet.conf in v3.0x

2013-02-13 Thread vioilly
Hi, Does this still apply in puppet 3.0.2 in the puppet.conf file on the puppet master? [puppetmasterd] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY If yes, is puppetmasterd correct or should it be something else, like [main] or [master]?

[Puppet Users] using puppet dashboard as an ENC when using puppet dashboard and SSL

2013-03-07 Thread vioilly
I would like to use the puppet-dashboard as an ENC. I am running the dashboard with SSL and passenger. I have edited the /usr/share/puppet-dashboard/bin/external_node script with the correct dashboard URL. I have editing the config in puppet.conf to use the external_node etc.. however when

[Puppet Users] multiple pamameter values in puppet dashboard ENC

2013-03-08 Thread vioilly
Is there a way to use send multiple parameter values using puppet dashboard ENC? For example, nameserver = 10.0.0.1, 10.0.0.2 or perhaps nameserver = ['10.0.0.1','10.0.0.2'} then the template erb file can loop through each of the nameserver values to set up mulitple nameservers in

[Puppet Users] Re: multiple pamameter values in puppet dashboard ENC

2013-03-08 Thread vioilly
Thanks for the reply. I have been told to use puppet dashboard as an ENC as I believe the reason is it will be the easiest way for the people looking after this. I managed to get this working - in puppet dashboard, supply the params with a delimiter. ie nameservers = 10.0.0.1,10.0.0.2 Then in

[Puppet Users] custom puppet facts

2013-03-11 Thread vioilly
I have written a custom puppet fact using a ruby script. It is very simple - it just adds a string to a fact. However I have written a module but it appears to me that the custom fact has been applied to all my machines without me specifying any node definitions. When I run a puppet agent

[Puppet Users] using parameter with puppet dashboard and site.pp

2013-03-11 Thread vioilly
I have just set up my puppet dashboard to be used as a ENC. This is for the time being the easiest way to get support guys to add nodes to classes. I have to use global parameters in my modules if I would like to declare parameters using dashboard as the ENC. So I have a module which does

[Puppet Users] puppet dashboard enc default group

2013-04-02 Thread vioilly
Hi, Is there such a thing in puppet dashboard as a default group that new nodes automatically get adding to, similar to the site.pp default classification? -oli -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and

[Puppet Users] Re: puppet dashboard enc default group

2013-04-04 Thread vioilly
Does anyone know if this works? I have tested it and it is not working for me but I see this: http://projects.puppetlabs.com/issues/4412 Cheers, Oli -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

[Puppet Users] Re: puppet dashboard enc default group

2013-04-04 Thread vioilly
I found another way of doing this. A workaround but I found that I could add all the nodes to a default group via a rake task as follows: *sudo -u puppet-dashboard RAILS_ENV=production rake -f /usr/share/puppet-dashboard/Rakefile nodegroup:add_all_nodes group=default * I am running that rake

[Puppet Users] running puppet-dashboard on puppet server

2013-11-05 Thread vioilly
Hello. I am trying to run puppet-dashboard on the puppet server. I am using passenger and am using SSL for the puppet-dashboard. I have this all working on a separate server, i.e. one server running puppet and one server running puppet-dashboard, which is running SSL and passenger. I keep

[Puppet Users] Using a message bus with Puppet

2014-04-07 Thread vioilly
Has anyone got any good information on how to use a message bus solution with Puppet, so that when puppet provisions an application, it will send back a notification to a message bus to notify that the application installation has completed? Many thanks -Oli -- You received this message

Re: [Puppet Users] Using a message bus with Puppet

2014-04-07 Thread vioilly
On 04/07/2014 03:38 PM, vioilly wrote: Has anyone got any good information on how to use a message bus solution with Puppet, so that when puppet provisions an application, it will send back a notification to a message bus to notify that the application installation has completed