Project

General

Profile

Download (365 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

133bba3f 12/18/2017 02:57 PM Dmitri Dolguikh

Fixes #21875 - added support for sha512 grub passwords

All new hosts provisioned using default and rhel
kickstarts will use sha512 grub passwords from
now on.

287082a5 07/12/2016 04:41 AM David Davis

Refs #3809 - Turning on the AndOr cop

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

2d7f0315 09/26/2014 08:29 AM Dmitri Dolguikh

fixes #2127: added support for root password hashing other than MD5

b8c81182 05/26/2011 04:34 AM Paul Kelly

Fixes #943 - Use the Sandbox renderer for host's PXE menu

Signed-off-by: Paul Kelly <>

b1d0f88f 02/16/2011 03:02 AM Justin Sherrill

Fixes #650 - Makes snippet rendering use the safemode module to prevent attacks

Note, that the safemode module is still not used for file system snippets, since those require file-system access anyways

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

501cde54 01/24/2011 04:02 AM Ohad Levy

fixes #605 - remove parenthesize argument(s) warnings

b723e051 12/20/2010 05:31 AM Ohad Levy

Fixes #555 - unable to build Debian hosts with Safe template's

380d48b9 12/13/2010 03:46 AM Ohad Levy

Fixes #524 - unable to access epel in safe templates, refs #469

32847027 12/09/2010 04:17 PM Justin Sherrill

Fixes #469 - Changing templates to be rendered within a safemode/sandbox

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

5f75dccc 04/14/2010 04:02 AM Paul Kelly

Fixes #177 - Family concept

It will_paginate and handle searches
Added family support to Operatingsystem
More work will be needed to add family support to host manipulation.

9c3ffb6b 12/14/2009 06:00 AM Ohad Levy

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

34df1be2 11/25/2009 02:29 AM Ohad Levy

fix spelling mistakes, comments etc - minor refactor

eecd3e7e 10/29/2009 02:21 PM Ohad Levy

fixes #28 and converts existing helpers to snippets

1fe671cf 09/09/2009 01:44 PM Ohad Levy

We have a final project name -- The ForeMan

eac234e0 09/06/2009 02:44 PM Ohad Levy

renamed project to the torque

26a8190e 08/31/2009 02:05 PM Ohad Levy

Unattended Installation works again, fixed many small debian issues

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

moved hardcoded URLS into url_path

774a8797 08/23/2009 02:58 PM Ohad Levy

typo - need to escapes now

4eae751e 08/23/2009 01:31 PM Ohad Levy

avoid ruby warning about strings

67981d0e 08/22/2009 05:21 PM Ohad Levy

added support for epel and fixed a few typos

4f92ab78 08/22/2009 03:47 PM Ohad Levy

started to simplify kickstart templates, moved a lot of generic stuff to helpers so we dont have to repeat ourselfs in each os

93bd0d5d 08/01/2009 05:05 PM Ohad Levy

Basic support for Debian / Ubuntu preseed installations.

901d79bc 08/01/2009 05:02 AM Ohad Levy
  • Fixed an issue when the host arch is not the last part of the directory.
    • introduced the $arch variable in the media path value
  • Added default media values for CentOS 5.3 and Fedora 11
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

1b23d712 07/25/2009 04:34 PM Ohad Levy

added media path validaiton to be either NFS or url

22924f15 07/25/2009 04:34 PM Ohad Levy

fix the relationship between a host and a media (must be though an OS), added some helpers to auto parse the install path (e.g. NFS or URL) etc

18738311 07/25/2009 04:34 PM Ohad Levy

added basic unattended controller