Project

General

Profile

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

# Date Author Comment
d97375e0 10/31/2010 02:51 PM Ohad Levy

Fixes #284 - Use MAC address if IP doesn't exist when tftp booting

  • Uses any of the assoicated mac addresses (RH only) prior to IP
  • Adds a new settings to not update mac or ip information to Foreman - used for cases
    where DHCP booting is done via a temporary dhcp range
6352d882 10/24/2010 01:45 PM Jochen Schalanda

Added support for Debian-based distributions for automatically populating TFTP directory.

0f77c7f2 10/24/2010 01:12 PM Ohad Levy

Fixes #178 and Fixes #24 - Automate populating the TFTP directory

This implementation is only for the Red Hat family, other OS's should follow
It implements a way to query foreman and gets the required boot files (i.e. kernel and initrd) files
from a predefine media over JSON....

3b828aad 07/08/2010 02:23 PM Ohad Levy

fixes #345 - unable to save associated operatingsystems

2c83f744 06/25/2010 08:56 AM Paul Kelly

Fixes #260 - Switch to using STI for OS families

d8dd4f92 06/25/2010 06:47 AM Jon Fautley

fixes #238 - Set Content-Type HTTP header when rendering nattended install scripts

924cdd0a 05/28/2010 03:59 PM Frank Sweetser

fixes #255 Search for MAC addresses from all X-RHN-Provisioning-MAC headers, not just eth0

c289176c 05/03/2010 03:18 PM Ohad Levy

fixes #237 - installing puppet from epel breaks if base image is not 5.3 or 4.9 release

7a481d2d 05/03/2010 02:20 PM Jochen Schalanda

fixes #235 - Small refactoring of the media handling for operating system families: * Use URI class for any URI related operations * Added substitution for $version, $major and $minor in media path * Force use of http(s)|ftp|nfs URI schema: NFS shares have now to be entered in URI form: nfs://server/path/.../ instead of server:/path/.../

0c759d7b 04/20/2010 10:24 AM Ohad Levy

fixes #197 - Allow site local views of unattended installation

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.

a0d9ae09 03/17/2010 02:14 AM Paul Kelly

Fixes #176 - Dynamic disk layouts are supported

A disk layout that contains the string "#Dynamic" causes the partition
table entry to be written out as a script and executed as a %pre operation.
It is expected that the script leaves its results, a partition table, in...

2a1e31dc 02/18/2010 10:26 PM Frank Sweetser

fixes #169 - Fix typo in unattended controller

07723734 01/30/2010 01:28 PM Ohad Levy

fixes 163 - clean certificate only when a new build request starts

6c6713de 12/14/2009 02:48 AM Ohad Levy

fixes #117 - Add SSL redirection

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

fix spelling mistakes, comments etc - minor refactor

c959c20c 09/01/2009 04:35 PM Ohad Levy

no need to enable autosign for the post install scripts

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

Unattended Installation works again, fixed many small debian issues

a98d5dcf 08/24/2009 04:00 PM Ohad Levy

removed helper from all controllers by default, this can conflict with AS
when having multiple fields with the same name.. e.g. name

cf3d1b3a 08/23/2009 02:58 PM Ohad Levy

show installation file in spoof mode

a79cf03f 08/23/2009 01:33 PM Ohad Levy

added allowed_to_install and handle_ca before filters, breaks done the scope of each method

fe1ecc7e 08/22/2009 02:51 PM Ohad Levy

added fqdn variable

8613dec9 08/16/2009 04:47 PM Ohad Levy

added a build action, this triggers all required actions (e.g. PuppetCA, DNS Tftp etc

6775117c 07/31/2009 04:26 AM Ohad Levy

basic work to get Solaris SPARC jumpstart support

9a55cdc2 07/30/2009 04:38 PM Ohad Levy

added partition table model, this allows to have standard partition tables for new hosts, or a customized ones per host if required

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

286a2207 07/25/2009 04:34 PM Ohad Levy

updated migrations to use puppet Rails function of creating the db schema, adjusted what ever it took to get the first Fedora 11 client installed with our kickstart

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

working kickstart integertaion, WIP

309f6e18 07/25/2009 04:34 PM Ohad Levy

added basic observers setup, added default values for hosts, minor cleanup

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

added basic unattended controller