Project

General

Profile

Download (7 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
76607ed5 06/29/2011 02:17 PM Ohad Levy

fixes #100 - Setting is now a ActiveRecord object

This allows users to manage foreman settings via the UI.

the UI is a bit ugly, but works :)

c1303d66 05/02/2011 07:23 AM Marcello de Sousa

Fixes #756 - Foreman should now detect changes in puppet.conf (eg: environments) when importing classes

Signed-off-by: Marcello de Sousa <>

bb9a1ad1 03/22/2011 06:46 AM Paul Kelly

Fixes #565 - rake puppet:import:puppet_classes misses some changes

Signed-off-by: Paul Kelly <>

5410421d 03/15/2011 04:26 AM Ohad Levy

fixed broken tests

added default order and paginations which
fixes #721
fixes #688

7575622d 03/01/2011 02:20 PM Ohad Levy

fixes #698 - Searching for puppetclass in json format gives 500 error

cab0d8c6 11/29/2010 07:08 AM Ohad Levy

Fixes #378 - Adds support for multiple configuration templates

Configuration templates (Kickstart, preseed, syslinux, gpxe etc) can now
be saved in the database directly.

Each template is associated with valid operating systems (unless if its a
snippet which can rendered via all other templates) and a possible...

4e7b2b98 11/11/2010 08:47 PM Paul Kelly

Fixes #450 - Environment imports lose their puppetclass associations

41d40698 10/26/2010 04:52 PM Paul Kelly

Fixes #386 - Updated rake puppet:import_classes to support the new API

The rake task now queries for the changes and then performs the update.

Some additional sanity checking is performed in the execution phase.

A batch mode is provided via rake puppet:import:puppet_classes[true]. When...

841224bf 10/17/2010 08:43 AM Ohad Levy

Environment JSON API should return the environment ID as well

0c96d0bf 10/03/2010 04:52 PM Ohad Levy fixes #396 - Retrieve a list of all environments using the REST API
  • added support for JSON queries for environments and their respective hosts
adcd0374 09/19/2010 01:19 PM Paul Kelly

Fixes #239 - Erases environments and puppetclasses

The fix also includes a page in which the use selects the additions
and removals which they would wish to apply to their database.
Errors are reported and an opportunity is given to reapply the changes.

f26df6bc 06/04/2010 09:19 AM Ohad Levy

fixes #305 - puppetclass importer should try harder

89ae8b88 06/03/2010 03:54 AM Ohad Levy

fixes #301 - Disallow deletion of Environment when hosts are using it

81e2d3f3 06/03/2010 03:54 AM Ohad Levy

fixes #302 and all references to_label and to_s
removed references to all per_page settings as they are common now

f34463c4 05/24/2010 07:25 AM Paul Kelly

Fixes #256 - Environment names should be alphanumeric

5f6b2196 05/18/2010 04:23 AM Paul Kelly

Fixes #204 - Remove AS from environments page

Merged import facility in Environment and Puppetclass controllers

b09b4515 04/28/2010 10:12 AM Ohad Levy Fixes #193 - move hosts controller away from AS
  • Remove active scaffold from hosts controller.
  • changed default host graphs from one day for up to one week
  • added dynamic dropdown boxes for host creation / edit page (e.g. for puppet classes, operating systems etc)....
9c3ffb6b 12/14/2009 06:00 AM Ohad Levy

switches global setting var to be a constant var - refs #100

1ed89594 12/08/2009 01:56 PM Ohad Levy

fixes #121 - rake task might import a 'main' class

6281aac9 12/07/2009 06:55 AM Ohad Levy

fixes #81 - Rake does not import classes from modules when not using the environment statement in puppet.conf

379d45b7 09/19/2009 05:16 PM Ohad Levy

fixes #21: this adds support from module path under the setting file and provides a fallback to /etc/puppet/modules

df21ae22 09/17/2009 03:43 PM Ohad Levy

hopefully fixing #5 for good

a3fb5d88 09/10/2009 04:46 PM Ohad Levy

fixes #5

c878e775 08/24/2009 04:07 PM Ohad Levy

moved hardcoded URLS into url_path

e9523955 08/19/2009 07:10 AM Ohad Levy

If no environments are used, we import the default production one

f8e711fe 08/19/2009 06:47 AM Ohad Levy

added import of puppet classes

c6eee281 08/02/2009 04:45 PM Ohad Levy

Add support for multiple puppet classes per host / operating system / environment etc
this should enable a proper dropdowns when creating the gui part that shows possible puppet class / operating system / env combinations

fix external nodes to actully work with multiple puppet classes...

09393c6d 07/25/2009 04:34 PM Ohad Levy

fixed wrong env name variable, fixed wrong RHE version (2 instead of 3)

6e50fa1d 07/25/2009 04:34 PM Ohad Levy

realigned models to use :though and habtm when it made sense, setup basic AS controllers to support that