search for: theforeman

Displaying 20 results from an estimated 59 matches for "theforeman".

2013 Aug 16
0
theforeman & puppetlabs
Does puppetlabs have modules to help provision for Amazon Ec2 instances within VPC / outside VPC? Any recommendations ? I would like to launch an instance based on an AMI image. This instance should have multiple IP addresses attached to it. I would like to do this using theforeman. Also, I noticed that theforeman documentation is lacking in EC2 area, so I am having quite a bit of issue setting it up multiple IPs on the Amazon instance. Would appreciate any help in this area? Lastly, if I need to create files on the launched Amazon instance, how do I do it through thef...
2011 Mar 22
13
Foreman 0.2 Release Candidate
...art proxy (which can run on remote machines) to manage the following services: ** DNS Management ** DHCP Management ** TFTP Management ** Puppet/PuppetCA Management This release is a major release packed with goodies, around 130 tickets were closed Release notes can be found here: http://theforeman.org/projects/foreman/wiki/ReleaseNotes Full change log can be found here: http://theforeman.org/versions/show/9 As usually many many thanks to all contributors and users RPMS for both smart proxy and foreman can be found at http://yum.theforeman.org/test Have fun, Ohad -- You received this me...
2009 Sep 21
4
Announcement: Foreman 0.1-1 is out
...- Improved support for multiple Puppet Masters (e.g. import facts and reports from remote serves over http) - Simplified migration from existing external nodes setup, now its possible to import your existing classifier data into Foreman. For a complete change log, please visit: http://theforeman.org/projects/changelog/foreman For feature requests, bugs, wiki etc, visit: http://theforeman.org If you already have Foreman installed, make sure you go through http://theforeman.org/wiki/foreman/Upgrade_instructions. Cheers, Ohad --~--~---------~--~----~------------~-------~--~----~ You receiv...
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 07
1
Foreman 0.3 released
I''m pleased to announce the release of Foreman 0.3 Download from: Source: http://theforeman.org/attachments/download/237/foreman-0.3.tar.bz2 RPM: http://yum.theforeman.org/stable/RPMS/foreman-0.3-1.noarch.rpm It is recommended to upgrade your foreman smart proxy to the latest version as well. Highlights of this release include: SearchingAn extensive rewrite of the search system was per...
2013 Jul 01
1
Puppet with Mcollective, which modules and how ? (TheForeman)
Hi All, I have a working installation of a Puppet Master (CA) with Puppet agents, this using The Foreman. I really see the usage of Puppet this way but because The Foreman supports pushing your classes/templates to you nodes (agents) and uses the depricated Run/Kick for it I''m looking into Mcollective. Mcollective is supported by The Foreman since 1.2, the version I''m
2009 Dec 04
3
Foreman reports - no pretty pictures :D
I''m playing around with foreman for the moment. I can''t seem to figure out how to make the dashboard look like in this screenshot http://theforeman.org/wiki/foreman/Screenshots#Dashboard In order for those statistics to work what should be done? I have activated the rrdgraph reports in puppetd, uncommented the line ":rrd_report_url: report/" in config/settings.yaml and added this Alias /report /var/lib/puppet/rrd/ <Directory...
2010 Dec 02
2
foreman dropdown menu broken
Hi, i just installed foreman from the git repository and the dropdown menu does not work. Don''t know xhtml well but opera tells me: Uncaught exception: ReferenceError: Undefined variable: Form Error thrown at line 3, column 0 in http://130.149.58.152/: new Form.Element.EventObserver(''settings_dropdown'', function(element, value) {window.location.href = value;})
2012 Jul 22
4
Foreman 1.0 released!
...w your server state. I''m also very happy to see that Foreman users, contributes (thanks guys!!) and ecosystem is growing, that includes a mobile app [3] and a CLI that was contributed by our community. I''m assuming packages would be available shortly. have fun, Ohad [1] http://theforeman.org/projects/foreman/wiki/ReleaseNotes#Release-Notes-for-10 [2] http://theforeman.org/projects/foreman/wiki/Screencasts [3] http://www.remoteadmin.co -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to p...
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 Nov 04
0
Announcement: Foreman 0.1-2 is out
...sh etc - Unattended installations - allow to have reusable configurations (snippets) across operating systems (e.g. for puppet.conf) Additionally a lot of bugs were fixed, if you are using foreman, it is highly recommended to upgrade. For a complete change log, please visit: http://theforeman.org/projects/changelog/foreman For feature requests, bugs, wiki etc, visit: http://theforeman.org If you already have Foreman installed, make sure you go through http://theforeman.org/wiki/foreman/Upgrade_instructions. if you are using external nodes, please note that the URL has changed - pleas...
2010 Sep 29
3
Foreman barfs on startup.
...9 levels... from /usr/share/foreman/vendor/rails/railties/lib/commands/server.rb:84 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from ./server:3 As per: http://theforeman.org/projects/foreman/wiki/Installation_instructions installed: foreman-0.1.5-1 rubygem-rack-1.0.1-1 Doug. -- 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 unsubscri...
2020 May 13
2
macvtap direct
...sn't. 2) do any of the language libraries make assumptions that libvirt networks must have a <bridge name=xx> attribute? Foreman's Ruby interface to libvirt errors out with attempting to build a VM on a KVM host with a network defined with <forward mode=bridge> https://projects.theforeman.org/issues/25890 thanks Subhendu
2009 Nov 26
2
Puppet+Foreman: class into module couldn't apply on nodes
Hello, I try config puppet with foreman frontend. Into puppetmasterd I create modules "test" and create init.pp: # Create "/tmp/testfile" if it doesn''t exist. class test_class { file { "/tmp/testfile": ensure => present, mode => 644, owner => root, group => root } } Configure nodes in site.pp and import
2011 Jun 05
1
request to add an application the app listing on libvirt site
...b 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) more info at http://theforeman.org Thanks! Ohad -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110605/ad761473/attachment.htm>
2013 Mar 12
2
Puppet with Passenger - 403 Forbidden
Morning all Am in the process of testing a migration of Puppet 3 from webrick to Puppet. Have found the foreman modules (https://github.com/theforeman) which seems to take care of a lot of the leg-work... However having got Puppet running with Passenger in Apache, whenever trying to access the Puppet master from a client, I was getting a ''403 Forbidden error''. Have dug around a bit, I found the auth.conf file. Made a sligh...
2013 Oct 16
9
puppetdb, foreman, one particular node has a problem
I have about 75 nodes now and recently added 6 of them. They are all running Debian squeeze and all have exactly the same Puppet packages. One is giving an error when I try to enroll it: Failed to import facts: PG::UndefinedColumn: ERROR: column "environment" of relation "hosts" does not exist LINE 1: ...d", "created_at", "disk",
2020 May 19
1
Re: macvtap direct
...raries make assumptions that libvirt > > networks must have a <bridge name=xx> attribute? Foreman's Ruby > > interface to libvirt errors out with attempting to build a VM on a KVM > > host with a network defined with <forward mode=bridge> > > https://projects.theforeman.org/issues/25890 > > The 2nd line in the log attached to that issue report says this: > > >Call to virNetworkGetBridgeName failed: internal error: network > 'macvtap-net' does not have a bridge name. > > So, your application (or whatever this "Foreman's Rub...
2020 Aug 25
2
C8 - Register with Red Hat
The subscription-manager dnf plugin is disabled by default as part of our debranding in both CentOS Linux and CentOS Stream. c8: https://git.centos.org/rpms/subscription-manager/blob/580aca8629536c64577e6a443b9349ecb629cc17/f/SPECS/subscription-manager.spec#_850 c8s:
2009 Sep 14
2
gpxelinux
...72236), however i've seen similar results when testing with VMWares. Whats mostly important for me is to have a reliable network booting, if it hangs for long time or worse cant boot from local disk, I would have to revert to pxelinux.0 My goal is to integrate gpxelinux in my project - http://theforeman.org I'll appreciate any feedback.. Thanks, Ohad