I followed this document to install and configure Puppet 3.6.2 and
Dashboard 1.2.23 on Red Hat Linux 6.5, both using Apache as web server.
http://docs.puppetlabs.com/guides/install_puppet/pre_install.html
http://docs.puppetlabs.com/guides/install_puppet/install_el.html
http://docs.puppetlabs.com/
Management", but I don't see it in
this open source puppet and dashboard. What is the alternative then? And
will this function be available in the new dashboard?
Thanks a lot!
Stella
On Thursday, July 31, 2014 1:55:32 AM UTC-4, Stefan Heijmans wrote:
>
> Hi,
>
> >
Hi, I am trying to configure Puppet (3.6.2) Dashboard (1.2.23) with HTTP
Basic Authentication. I followed this document's "Security" section:
http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html
Basically, in Dashboard’s vhost configuration, I added those lines:
Order allow,deny
Hi, I am trying to configure Puppet (3.6.2) Dashboard (1.2.23) with HTTP
Basic Authentication. I followed this document's "Security" section:
http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html
Basically, in Dashboard’s vhost configuration, I added those lines:
Order allow,deny
aster will be using to submit reports.
>
> On Thursday, July 31, 2014 9:28:20 AM UTC-7, Stella wrote:
>>
>> Hi, I am trying to configure Puppet (3.6.2) Dashboard (1.2.23) with HTTP
>> Basic Authentication. I followed this document's "Security" section:
>>
se two lines, puppet master
access is allowed and you don't need to apply those two patches.
Thanks!
On Thursday, July 31, 2014 1:43:35 PM UTC-4, Stella wrote:
> Hi Ellison,
>
> Thanks for the reply.
>
> Yes, I replaced that IP address with my Puppet Master.
>
> So yo
Stefan, thank you again for the reply. Now I know where to go ahead. I will
give the Mcollective command line and webgui a try. Will let you know how
it works. Thanks!
On Friday, August 1, 2014 5:42:53 PM UTC-4, Stefan Heijmans wrote:
>
> Hi Stella,
>
> 1. No, I don't think so
I am now using Puppet Dashboard 1.2.23. Where can I download Puppet
Dashboard 2.0? I searched around, but can't find it :(
Thanks a lot!!!
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails
Hi, I am trying to pass parameter from Dashboard to modules. For my own
testing modules "createfile", it works fine: I can pass file_name variable
value from Dashboard to it.
class createfile ($file_name=$::file_name) {
file {"/tmp/${file_name}":
ensure => present,
mode =>
l continue debugging why it works on one agent but not on the other...
On Tuesday, August 5, 2014 2:27:36 PM UTC-4, Stella wrote:
>
> Hi, I am trying to pass parameter from Dashboard to modules. For my own
> testing modules "createfile", it works fine: I can pass file_name
5, 2014 4:08:09 PM UTC-4, Stella wrote:
> Actually I installed another puppet agent and it works on this new
> agent...still not on the old agent...very interesting...
>
> I leave init.pp and service.pp untouched, only modify params.pp
>
> from
> $service_ensure
Thanks a lot, Martin! I have downloaded and will give it a try.
On Wednesday, August 6, 2014 4:16:03 AM UTC-4, Martin Alfke wrote:
>
> Hi Stella,
>
> you can find the Puppet open source dashboard on github:
> https://github.com/sodabrew/puppet-dashboard/tree/master
>
> Ver
I am trying to install MCollective to my Puppet 3.6.2 with Dashboard
1.2.23.
I searched online and found that there are so many components related with
MCollective such as Agent(different agents), Client, Common, etc.
http://yum.puppetlabs.com/el/6.5/products/x86_64/
If I only want to have the
:51:51 AM UTC-4, Johan De Wit wrote:
>
> On 07/08/14 16:39, Stella wrote:
>
> I am trying to install MCollective to my Puppet 3.6.2 with Dashboard
> 1.2.23.
>
> I searched online and found that there are so many components related with
> MCollective such as Agent
he
> puppet module along with the docs, plus with the module it's a reasonably
> easy install.
>
> https://forge.puppetlabs.com/puppetlabs/mcollective
>
>
>
> On Thu, Aug 07, 2014 at 08:31:41AM -0700, Stella wrote:
> >Hi Johan,
> >
> >Th
rpm.puppetlabs.com/apt.puppetlabs.com, others are obtainable
> from git. I have some installed from each. You will probably want some
> plugins so that you can do more than "mco ping".
>
> On Thu, Aug 07, 2014 at 09:09:26AM -0700, Stella wrote:
> >Wow, this google puppe
write the
default value of true.
Please correct me if I am wrong.
Also can I installed both middleware and client on one machine, which is my
puppet master machine?
Thanks!!
On Thursday, August 7, 2014 1:32:32 PM UTC-4, Stella wrote:
>
> Thank a lot Chris!
>
> I think I got the
rom
> the host you want to do the controlling from (e.g. your puppetmaster to
> request puppet runs from your nodes) and the middleware can be anywhere. I
> usually just leave it on the same host as the client, but if you have a
> bigger load to manage, it can be separated.
>
&g
ective-nettest-agent
yum install mcollective-package-agent
yum install mcollective-service-agent
On Thursday, August 7, 2014 3:24:52 PM UTC-4, Christopher Wood wrote:
>
> (inline)
>
> On Thu, Aug 07, 2014 at 12:03:59PM -0700, Stella wrote:
> >Quick question:
> >
As we know, live management is not available in open source dashboard.
So I installed MCollective command line to achieve most of the same things.
Also I heard that there are a few Web Gui out there for MCollective.
I googled and found two:
KERMIT
http://www.kermit.fr
mcomaster
http://beingas
;s recommended to use SSL for authentication to enhance security. (
> in fact not using it is very insecure)
>
> Regards,
> El 07/08/2014 22:22, "Stella" >
> escribió:
>
> It works as a charm!!! Many thanks to everyone!
>
> Here is a summary of all the
Hi all,
I installed and configured MCollective 2.5.3 yesterday. Also I have
installed several agent plugin:
yum install mcollective-filemgr-agent
yum install mcollective-nettest-agent
yum install mcollective-package-agent
yum install mcollective-service-agent
yum install mcollective-puppet-agent
mcollective-puppet-client on the client, "mco puppet"
works!
Thank you very much, Chris MCollecctive (that's how I remember you, haha!)
Stella
On Friday, August 8, 2014 9:33:14 AM UTC-4, Christopher Wood wrote:
>
> Things to check:
>
> Have you installed the mcollective-
> http://shop.oreilly.com/product/0636920032472.do
>
> Learning MCollective - Parallel Server Management in Puppet and Chef
>
>
>
>
> On 08/08/14 15:56, Stella wrote:
>
> Hi Chris,
>
> Yes, I have installed the mcollective-puppet-agent package on the se
definite answer. People are using
different methods. Is there any "official" way? I do notice there is a
"Notify" type in puppet.
Thanks,
Stella
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from
gt; https://docs.puppetlabs.com/puppet/latest/reference/config_file_tagmail.html
>
> Hth,
> El 08/08/2014 21:59, "Stella" >
> escribió:
>
>> Hi guys,
>>
>> I am now having a working Puppet 3.6.2 environment with Dashboard and
>> MCollective.
>&
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
from /usr/share/puppet-dashboard/script/server:3
Any clue? Do I miss any component that should be started on boot?
Thanks a lot
Stella
--
You received this message because you are subscribed to the Google
error: Unable to start the Phusion Passenger watchdog
(/usr/lib/ruby/g
ems/1.8/gems/passenger-4.0.46/buildout/agents/PassengerWatchdog):
Permission denied (errno=13)
On Tuesday, August 26, 2014 5:57:24 PM UTC-4, Felix.Frank wrote:
>
> On 08/26/2014 10:15 PM, Stella wrote:
> >
Nobody has used any Web Gui for MCollective? Guess I have to try it out all
by myself :)
On Thursday, August 7, 2014 4:39:31 PM UTC-4, Stella wrote:
>
> As we know, live management is not available in open source dashboard.
> So I installed MCollective command line to achieve most of
bout using dashboard group as filter.
thanks,
Stella
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscr...@googlegroups.com.
To v
d I use?
Hope I make myself understood :)
Thanks a lot,
Stella
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscr...
g report to puppet master?
thanks,
Stella
On Friday, September 5, 2014 2:53:06 PM UTC-4, Jose Luis Ledesma wrote:
>
> Forgot about last question,you can specify more than one -I in each command
> El 05/09/2014 20:46, "Stella" >
> escribió:
>
>> Hi,
>>
>
Hi Stefan,
Great! I will give your basic version a try and let you know how it works!
thanks,
Stella
On Friday, September 5, 2014 3:29:06 PM UTC-4, Stefan Heijmans wrote:
>
> Hi Stella,
>
> Out of the box there is no support for this.
> You can write your own MCollective disc
No, I didn't try with filtering.
I tried Jose's suggestion:
mco puppet runall 10
and yours:
mco puppet runonce -F hostname=puppetmaster_name
Both work fine. So I will forget --server option :)
thanks a lot
Stella
On Friday, September 5, 2014 3:41:16 PM UTC-4, Christopher Wood wro
Hi all,
I am using Puppet 3.6.2. I am trying to write a puppet module, which will
replace a file with source template ONLY IF this file already exists. If
this file doesn't exist, don't do anything.
I have got it to work with the "exec" command, but that requires to use
some command/script ou
Hi all,
When I run "puppet agent --test", I got this error:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Failed to submit 'replace facts' command for example.com to PuppetDB at
example.com:8081: SSL_connect returned=1 errno=0 state=SSLv3 read server
certificate B
for Firefox - probably just need to go into Firefox preferences and
> delete the certificate that you stored already but it does seem strange
> that you have 2 certificates with the same serial #
>
> On Friday, October 17, 2014 10:28:39 AM UTC-7, Stella wrote:
>>
>> Hi all,
&
Hi guys,
I am using Puppet 3.6.2 Dashboard with MySqL.
Today during debug, I accidentally removed my dashboard board tables(?)
from MySQL.
Then I tried to prepare the tables schema for Dashboard database, got this
error:
# rake RAILS_ENV=production db:migrate
rake aborted!
ActiveRec
I recreated puppet database in mysql and now it works fine. Thanks
On Saturday, October 18, 2014 11:15:18 AM UTC-4, Stella wrote:
>
> Hi guys,
>
> I am using Puppet 3.6.2 Dashboard with MySqL.
> Today during debug, I accidentally removed my dashboard board tables(?)
> from
Hi guys,
I am us puppet 3.6.2 and dashboard. When I run "puppet agent --test", got
this error:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Failed to submit 'replace facts' command for example.com to PuppetDB at
example.com:8081: [404 Not Found] Error 404
HTTP ER
Hi guys,
I got so many problems this weekend for my puppet 3.6.2 with dashboard and
puppetdb!
On PuppetDashboard, I want to check facts for a host, but errro:
Inventory
Could not retrieve facts from inventory service: SSL_connect returned=1
errno=0 state=SSLv3 read server session ticket A: tl
>
> [1] -
> https://docs.puppetlabs.com/puppetdb/2.2/api/query/curl.html#using-curl-from-remote-hosts-sslhttps
>
> -Ryan
>
> On Sat, Oct 18, 2014 at 3:35 PM, Stella > wrote:
>
>> Hi guys,
>>
>> I got so many problems this weekend for my puppet 3.6.2 with dashboard
>>
example to share?
Thanks!
Stella
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the
ind out what is the best approach. Will let
you know.
Thanks,
Stella
On Monday, October 20, 2014 5:36:50 PM UTC-4, Johan De Wit wrote:
>
> Hi Stella,
>
> my first thought goes to implement a ENC script. Since you are already
> keeping inventory data in a database, you could k
SELECT workgroup FROM workgroups WHERE hostname =
> ‘#{args[0]}’”)
> result[‘workgroup’]
> end
> end
>
> Totally full of pseudo code, but that hopefully makes sense.
>
> — cwebber
>
> On Oct 21, 2014, at 7:20 AM, Stella >
> wrote:
>
> Hi Johan,
>
have plugin.pp.
Should I include the class mcollective::plugin in init.pp?
How to specify a list of "mcollective-${name}-${type}"
Anyone knows the detail or examples?
Thanks a lot!
Stella
--
You received this message because you are subscribed to the Google Groups
"Puppet U
46 matches
Mail list logo