similar to: does someone setup a puppet + openqrm system ?

Displaying 20 results from an estimated 30000 matches similar to: "does someone setup a puppet + openqrm system ?"

2007 Sep 21
3
how to update puppet ?
hi ,all how to update the puppet from 0.22.4 to 0.23.2 . just install it ? is there have some thing need to be be careful ? when update the server and client,all just install the new version ? please help me ,because I use the puppet in product servers,so I need be careful. :D -- Huang Mingyou
2007 May 15
0
Puppet-plugin for openQRM
Hi, just want to let you know that i created a Puppet-plugin for openQRM. It integrates the Puppet automated system-administration tool within the powerful data-center deployment- and management platform openQRM. It features automatic setup of the Puppet-server on the openQRM-server and also cares to automatically pre-configure and start the Pupplet-client on the managed servers. Additionally it
2007 Jun 16
0
howto: Puppet plugin for openQRM
Hi, just want to let you know that there is a full chapter about how to use the Puppet plugin for openQRM in the HowTo "Building a virtualized web-farm with openQRM" at : http://wiki.linuxfellaz.net/doku.php?id=openqrm:webfarm The direct link to the puppet-part is : http://wiki.linuxfellaz.net/doku.php?id=openqrm:webfarm#managing_the_partitions_web-service_via_puppet Thanks to the
2008 Jan 17
5
A function can always run when a client connect to the pupetmaster?
hello,all I write a function. this function will write the client fqdn to a file. But this function only run one time when the puppetmaster recompile the configuration. How can let this function run every time when a client connect to the puppetmaster ? please help me. -- Huang Mingyou
2007 Jun 13
0
Updated Puppet-plugin for openQRM released
Hi, the openQRM-Team just released a new version of the Puppet-plugin for configuration-management in openQRM. This is primary a bug-fix release which fixes to small bugs in version 0.1. After re-testing of the first version we found out about troubles in the stop-function which corrupted the functions file and init script. Those issues are fixed and re-tested now. Please find the download at :
2007 Oct 11
3
puppetmaster can''t found the node''s hostname ?
hi,all. I found a interesting problem. first ,a new node run the puppetd to connect the puppet server, then was treated as "default" node. that''s right. Then I add the new node''s hostname in a node define. and run the puppetd ,is still get the default manifests file. But when I restart the pupppuetmaster, then it can get the new manifests file to correspond
2008 Jan 18
7
puppet 0.23.2 can''t collect exported resources
hi,guys I''m test the resources export and collect , OS is Debian etch and sarge, puppet server and client version all of the 0.23.2 ; the db is MySQL-4.1 My test code is like this. node ''b'' { @@file {"/tmp/a": ensure => present ,content => "test"; } } node ''a'' { File <<||>> } I run puppetd on
2007 Aug 27
2
how to manage more and more file
hello,guys. When use the file type,can only mange one file. but there I have about more than 100 file need to be managed by puppet. now,I use a exec type to check out all the file from a subversion server,but there have a good solution? please help me! -- Huang Mingyou
2008 Jan 17
1
don''t test puppet in you production environment :)
hi,guys I made a stuped error in my puppet manifest, the result is that all of my puppet client install a mysql-server and apache2 :p Be careful !!!!! -- Huang Mingyou
2007 Oct 23
6
what''s the maximum of the runinterval
hi,all I want the puppetd run in daemon only run by the puppetrun trigger, not schedule run . so how can do this ? what''s the maximum of the runinterval ? I want change this option to do this. Please help me . -- Huang Mingyou
2007 Oct 17
0
puppet with squid proxy
hi ,all when the puppetmasterd run in mongrel type ,can use the squid as the https proxy ? but I remember that the squid 2.5 can''t authorize the client''s certificate. but can use the squid 2.6 do it ? is there have some one to had done it ? and if the host more than 1000, how to make a puppet HA or cluster . -- Huang Mingyou
2008 Jan 17
1
A file type question
hello,all I look a example manifest,found this code. File <<||>> @@file { ....... } what''s the means ? -- Huang Mingyou
2007 Oct 19
1
Can use the squid as the puppet proxy server ?
hi ,all When puppetmasterd run as mongrel type. can use the squid as the proxy server ? I just test it ,but get a 400 error. Is there have somebody had todo this ? -- Huang Mingyou
2007 Oct 02
5
Is there have a synctax check tool ?
hello,all. Is there a have some tools to check the puppet manifests before to use it ? like nagios -v nagios.cfg .the new version puppet client can''t get error syntax message,so ,when have some syntax error I can''t found it. -- Huang Mingyou
2008 Jan 24
1
Can use a Variables when Realizing Resources
hi ,all When realizing a resources ,can use this syntax like this ? File <<| tag == $idc | >> I had try it ,but can''t work. and not get error from the puppetmaster. -- Huang Mingyou
2007 Oct 25
0
some questions about Multiple Certificate Authorities
hello,guys follow the guide from http://reductivelabs.com/trac/puppet/wiki/MultipleCertificateAuthorities . I use the SERVER1 CA as a puppetmater CA , it can sign client csr, but can''t verify it . I''m not so clear about the x509, who can help me ? this document have some complex for me. -- Huang Mingyou
2007 Oct 31
15
puppetd can set more than one server address
hi,all I want set up a puppet HA structure. but if the puppetd can set more than one server address ,the work will be simple :D if one puppetmaster have error, the client can auto try the next. I think I can use the heartbeat or dns to do this same thing,but not so good. so I want know the puppetd can direct set in the configure file ? if not,will be add this option? -- Huang
2007 Nov 02
8
Custom reports in puppet
Does any one know or whether have someone done custom reports in puppet. Which will show the status of the servers, disk, cpu, load, pkg list, configs/files edited via puppet, how often a config file is updated, etc.. -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Oct 12
1
use ps -ef check service have some error.
hi,all. I found that use the ps -ef command to check a service status have some error. I test it . run puppetd --debug --tags apache2 ,get this message. ============= debug: Service[apache2](provider=debian): Executing ''ps -ef'' debug: Service[apache2](provider=debian): PID is 12062 ============ but the apache2 service is not running. and if I run ps -ef|grep apache2
2008 Jan 23
9
Replacing puppet:// with svn:// ?
I''ve been pondering how to handle our file distribution issues - we''re starting to roll puppet out, and I''d like to get it somewhat right from the start. I''ve been watching the list for a while, and observed ''complaints'' about the speed of the fileserver method when dealing with recursive directories. If I can avoid this, I''d