Project

General

Profile

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

# Date Author Comment
611f5bff 11/28/2012 05:38 AM Amos Benari

Add organization and location to foreman.

This feature allows foreman to provide multi location, multi tenant and
multi organizations capablities.

the idea is that resources within foreman (e.g. hosts, subnets, users,
environments etc) can belong to one or more locations and organization,...

3f482b82 11/19/2012 02:25 AM Ohad Levy

fixes #1957 - remove old libvirt hypervisors code

Since foreman 1.0 libvirt hypervisors are now part of compute resources
this patch removes the old code and migrate any existing hypervisors to
be libvirt based compute resources.

fe4629de 10/31/2012 05:19 AM Robert Birnie

feature #1906 add Trend information

Signed-off-by: Amos Benari <>
Signed-off-by: Ohad Levy <>

644f7f22 10/22/2012 07:27 AM Ohad Levy

fixes #1907 - audit log should contain puppet class assignments within a hostgroup

298756ca 10/18/2012 08:48 AM Amos Benari

fixes #1028 - show and override puppet class parameters in the host form.

2aabb456 09/02/2012 06:25 AM Ohad Levy

fixes #1842 - Getting hostgroups via the API takes an eternity.

This changes a bit the API resonspe as well, as it makes little sense in a rest
context to return full nested objects (when the child objects can be very large).

therefore, instead of environments and puppetclasses (and eventually smart vars)...

66a9a696 06/27/2012 09:07 AM Ohad Levy

refs #1586 - ensures that hostgroup hierarchy order is processed correctly

f00eaf07 06/21/2012 04:38 AM Ohad Levy

fixes #1586 -Root password inheritance doesn't seem to work properly

eec062e6 06/20/2012 03:19 PM Ohad Levy

wip audits upgrade

67799065 03/15/2012 10:34 AM Ohad Levy

code smell

a74af103 03/12/2012 03:08 PM Corey Osman

fixes #1525 - add ancestry (parent group) in json output for hostgroup

Signed-off-by: Corey Osman <>

8fec2c4a 02/23/2012 09:54 AM Ohad Levy

refs #1324 remove debugging code

54358a76 02/23/2012 08:23 AM Greg Sutcliffe

fixes #1324 - Separate permssions on hosts from permissions for objects within hosts.

This allows a user to be granted permission to edit the host (and so change the group or proxy) but not, for example, edit the parameters
This could probably be extended further if necessary.

50541c05 01/29/2012 09:11 AM Ohad Levy

fixes #1191 - removes duplicated classes when nesting hostgroups

89161c0d 11/28/2011 04:10 AM Amos Benari

removed the order from hostgroup because it mess the ancestors list.

017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration

05ab4c16 10/18/2011 04:31 PM Ohad Levy

new UI for foreman

5f2e1175 10/03/2011 06:20 AM Ohad Levy

fixes #1192 - nested hostgroup should be sorted by name

97be58ee 09/26/2011 03:05 AM Corey Osman

fixes #1160 - provisioning api does not contain all the sub components

Signed-off-by: Corey Osman <>

8ae11ffa 08/23/2011 03:28 AM Ohad Levy

fixes #1126 - addes full hostgroup name to hostgroup api

01984fb7 08/16/2011 07:35 AM Amos Benari

New artwork

  • dark top-bar
  • moved the search box below the tabs line.
  • improved the show host page
  • added notifications
  • Settings tab now changes title based on the active action
  • lots of cleanups - fixes #1066, fixes #926, fixes #628 and many other minor changes...
8dec3f5b 08/09/2011 06:48 AM Ohad Levy

fixes #1085 - add default domain and subnet settings to hostgroups

cef8738d 08/07/2011 07:52 AM Ohad Levy

fixes #1092 - hostgroup should not look for parent hostgroups if they do not exists

d5707b63 08/03/2011 02:24 AM Ohad Levy

fixes #724 - Allow default VM specs to be tied to a hostgroup

b4c2016a 07/31/2011 05:38 AM Ohad Levy

fixes #1078 - Foreman should accept minimal parameters when creating a new host

c764d9ec 07/12/2011 11:09 AM Ohad Levy

fixes #1040 - deleting a hostgroup, may delete a configuration template too

9afa092e 07/06/2011 10:07 AM Ohad Levy

fixes #322 Ability to add custom variables and multiple values resovled
in a dynamic Hierarchally order

This commits introduces the ability to define variables per puppet
class.

additionally, each class can have multiple values, depends on the host
which is requesting that variable....

e57d99ca 07/03/2011 01:50 AM Paul Kelly

Fixes #1013 - Architecture change is ignored on the new hostgroup page

Signed-off-by: Paul Kelly <>

be933d8a 06/20/2011 09:17 AM Ohad Levy

fixes #998 - free text search on hostsgroup page.

Signed-off-by: Amos Benari <>

4d4b84f6 06/20/2011 07:07 AM Ohad Levy

fixes #35 - Allow hostgroup nesting for puppet classes and parameters

b80fa6f1 04/13/2011 08:19 AM Ohad Levy

fixes #834 - add search to hostgroup page

36f93e4d 03/17/2011 02:32 PM Ohad Levy

Fixes #609 - Orchestrate puppetca operations

This also includes adding support for a puppet smart-proxy target type
and providing migration support
Updated to provide backward compatability for host and hostgroup objects
Now terminates the build and incorporates other fixes...

d97196da 03/15/2011 09:59 AM Bash Shell

fixes #701 - Include environment, puppetclasses and group_parameters for hostgroups json output.

668d432f 03/15/2011 04:26 AM Ohad Levy

added css grid and converted most pages to use that grid

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

218bd6e0 02/15/2011 10:55 AM Justin Sherrill

Fixes #632 - Adds the ability to generate a PXE menu containig
provisioning template and hostgroup combinations on smart proxies

e5d3f34e 02/01/2011 04:24 PM Ohad Levy

Fixes #631 - Adds the ability to set default values for hostgroups, which
are automatically applied when creating a new host (and selecting that
host group), and allows for templates to be rendered with those default
hostgroup values

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...

9fd7478e 11/07/2010 10:39 AM Paul Kelly

Fixes #366 - Redmine authorization port

This is a major feature which provides RBAC authorization within Foreman
a mental note to myself - never ever work on large commits

66d71c0b 10/17/2010 08:43 AM Ohad Levy

Added JSON API Support to the HostGroups controller

aa1796f3 06/17/2010 02:15 PM Paul Kelly

Fixes #261 - parameters now use a single reference_id

This implementation uses STI but the table looks the same for all
variants. This is a little strange but it seems to work.

Also removed obsolete controllers and tests
Added more tests

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

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)....
bd46fa41 04/27/2010 06:47 AM Ohad Levy

fixes #200 - Remove activescaffold from the puppet groups page

17a015c2 04/22/2010 04:14 AM Ohad Levy

fixes #217 - Before deleting a Hostgroup, warn that the hostgroup is in use.

611397af 04/08/2010 07:16 AM Ohad Levy

added audting on architecture, hostgroup, operatingsystem and puppetclass

9d5bb4fd 02/18/2010 07:57 PM Lucas Tolchinsky

added hostgroup test and fixed some assertions

72e65b31 01/26/2010 03:38 PM Ohad Levy

fixes #151 - add show host page
Added a nested link to hosts to lots of controllers

086ec942 09/05/2009 05:43 PM Ohad Levy

Added Groups to puppet classes, now its possible to associate a host with a group of classes
it also allowed to setup parameters per group and override them in the host level

I've done it late at night, so who knows :)