search for: ohadlevy

Displaying 20 results from an estimated 64 matches for "ohadlevy".

Did you mean: hadley
2010 Feb 18
14
Rebuilding machines from foreman
Hello, I ran into this problem today, I am trying to implement "One click installation", I followed foreman howtos and set up the pre-requisites accordingly. However, when I click on "Build" button, I get the following errors in the foreman''s console and another error in the web interface indicating that the installation failed. Any ideas? *"PuppetCA: SSL/CA or
2009 Apr 23
11
Puppet on busybox, Bob Hope or No Hope?
When I say busybox it''s actually VMware ESX server which seems to use busybox (which I guess is the case a number of other software appliances) . Reason for wanting to install puppet is to run the cli tools to create nightly vmware snapshots. I''m happy to give it a go (and add the docs to the wiki) but I''m not too sure at this stage how big a task this might be and what,
2009 Sep 01
11
Storing puppet info in a database
Hi all. We have a bunch of RHEL servers running Puppet. They are also connected to our Red Hat Satellite server. Currently we don''t have any master documentation system that stores all relevant information (i.e. type of server, hardware info, linux configuration, etc) about the servers. So what I''d like to do is implement some sort of system that can hold all this information.
2009 Dec 17
5
Foreman summary mail
Hello, I have enabled summary emails from foreman and set up a cron job which sends me periodic summary emails. However, the mail''s content is sort of plain text. Now this is more like a feature request rather than a problem, I am wondering if we could use some kind of HTML template and pass the values through this HTML template and then mail the output as a summary email to the
2011 Jun 05
1
request to add an application the app listing on libvirt site
Hi, I would like to add two apps which uses libvirt the site. Ruby Objects for libvirt based on top of the native ruby binding, Virt ruby gem exposes real objects such as Host, Guest, StoragePool, Interface etc. more info at https://github.com/ohadlevy/virt Foreman - Web UI for provisioning and managing servers Among the many things foreman can do, It provides to relevant parts to libvirt: UI to list / start / stop / destroy vms UI to create a new vm as part of the provisioning process (e.g. dhcp, dns, tftp, pxe, vm, ks/preseed, puppet etc) m...
2011 Nov 15
4
Reopening sqlite3 db
Hello, I am not sure if I trigger a bug and if so it could also be in ruby sqlite3 backend. However, maybe I do something totally wrong. I have the following part in puppet.conf: [master] storeconfigs = true dblocation = /var/lib/puppet/state/clientconfigs.sqlite3 dbadapter = sqlite3 Now every time a client (agent in puppet speak) is run I get one more connection to the
2011 Mar 22
13
Foreman 0.2 Release Candidate
Hello All, I''m happy to announce a new release candidate of Foreman, top highlights for this release includes: * New look and feel * Extended restful API * Support for New Puppet Reports format * Full VM/physical host Provisioning * Powerful template generator ( pxelinux, gpxe, kickstart, preseed, grub etc..) * introduce a new service called smart proxy (which can run on remote
2011 May 31
0
Extlookup++
...noon, its early days and no doubt > can be improved. Feedback welcome > > https://github.com/ripienaar/puppet-extlookup > > ----- Original Message ----- > > Thanks Ohad, this looks very interesting. > > > > > > On Fri, May 27, 2011 at 11:07 AM, Ohad Levy < ohadlevy@gmail.com > > > wrote: > > > > > > > > fyi, https://github.com/ohadlevy/puppet-lookup exists for a long time > > too, it also allows you to put your actual data files inside your > > modules (or mulitple modules with a search / prio path). > > >...
2009 Feb 19
3
variables that are available inside a template
Hi, I''m looking to find a way to get the target filename inside a template. (e.g. if I have file {"/tmp/foo": content => template("foo")} I want to have a variable represent "/tmp/foo" inside the template. I''ve already tried using file, scope etc, but looking at the code, it doesn''t seems that i can access the filename inside 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
2008 Jul 30
6
Refreshonly question
Does anyone have a technique for performing an exec the first time puppetd runs but then reverting to refreshonly => true state for subsequent runs? The basic idea is: file { "/etc/foo": notify => Exec["bar"] } exec { "bar": command => "Do stuff to /etc/foo", refreshonly => true } Should I use a fact that is unset based on a
2010 Dec 14
7
Environment specified by external nodes ignored
My custom external nodes script sets the environment variable, but Puppet ignores it. For testing, I have a manifest that deploys this template to a file: environment = <%= environment %> The output from my external nodes script: --- classes: - devhost environment: development parameters: memcached_memory: ''32'' But running "puppetd --test" results in the
2010 Aug 12
14
Puppet system deployment hanging ..
We have successfully installed puppet on a CentOS Server, but I am battling with a deployment. It has to do with grid software. The repository gets created, then begins installation. The problem is that it just hangs - no errors, no network activity. I can see puppet is running, but nothing it being updated. Any pointers ? -- You received this message because you are subscribed to the Google
2010 Sep 06
5
SSLVerifyClient required with Apache+Mongrel
Hello, In the wiki "Using_Mongrel" http://projects.reductivelabs.com/projects/puppet/wiki/Using_Mongrel it proposes a configuration with the option: SSLVerifyClient require But with this option set I am not able to register new clients. When I run a new puppet client, I get the error: warning: peer certificate won''t be verified in this SSL session err: Could not request
2008 Dec 04
4
puppetmaster built via puppetd
hi, i''m trying to set up my puppetmaster infrastructure with multiple puppetservers behind load balancers in each of our datacenters. i''m using 0.24.6. i''ve read the howto on puppet scalability, and i think i''ve got the ssl config working correct, but i''m noticing that when puppetd is used to build a puppetmaster, some of the files in $vardir/ ssl
2011 Aug 23
1
libvirt ruby binding with vmware
Hi, I've been trying to use the ruby libvirt binding with vmware esx on F15, however it doesnt seems to work, I get: Libvirt::ConnectionError: Call to virConnectOpen failed: Cannot access CA certificate '/etc/pki/CA/cacert.pem': No such file or directory I've using the same uri with virsh and it works. it seems like somehow the no_verify is not passed, or we are back to old
2008 Apr 24
1
syntax highlight
Hi All, I''m aware of the vim/emacs extension, any one knows about enscript or similar support? (it would be great to have syntax highlighting in trac for example). Cheers, Ohad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2010 May 14
0
yet another lookup function
...nt modules. for example - if you have a common module and a location module, the variables defaults can be stored in the common module, and location module can override it. the function can generally search in all modules which are in your environment module path. code is here: http://github.com/ohadlevy/puppet-lookup Ohad -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more op...
2009 Jul 16
6
trouble with passenger and 0.25.0beta2
Hi, I''m currently trying to get my puppetmaster work in passenger, but have not succeeded so far. Passenger itself seems to work (a small "hello world" app runs fine), but when I point a puppet client (0.24.8) to it, I get: info: Retrieving plugins err: Could not call fileserver.list: #<RuntimeError: HTTP-Error: 500 Internal Server Error> err:
2011 May 04
2
Puppetmaster revokes just signed certificates
Hi, I have this problem: when I make a new request and sign the client''s certificate, then i get a "revoked certificate" error: err: Could not retrieve catalog from remote server: sslv3 alert certificate revoked I am using same version of puppet on master and clients, tried many times, dates are the same, and cleaned the "ssl" directory. Can someone help me?