Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add in a hostname parameter | Scott Henson | 2009-04-14 | 1 | -0/+1 | |
| | | | ||||||
| * | | Silence some errors that can happen in XMLRPC usage that are really not | Michael DeHaan | 2009-04-14 | 1 | -3/+6 | |
| | | | | | | | | | | | | errors. | |||||
| * | | Change settings default from ksdevice=eth0 to bootif | Michael DeHaan | 2009-04-14 | 2 | -1/+2 | |
| | | | ||||||
| * | | Update changelog | Michael DeHaan | 2009-04-14 | 2 | -0/+2 | |
| | | | ||||||
| * | | Requires python-urlgrabber in spec | Michael DeHaan | 2009-04-14 | 1 | -0/+1 | |
| | | | ||||||
* | | | system multi stuff | James Cammarata | 2009-04-13 | 4 | -56/+53 | |
| | | | ||||||
* | | | Started work on getting system_list multiple selection options working | James Cammarata | 2009-04-12 | 3 | -7/+38 | |
| | | | ||||||
* | | | System edit/copy/rename works from the list page now | James Cammarata | 2009-04-12 | 5 | -34/+36 | |
| | | | ||||||
* | | | Started working on full system_list page functionality | James Cammarata | 2009-04-12 | 4 | -7/+7 | |
| | | | ||||||
* | | | System saving work | James Cammarata | 2009-04-12 | 3 | -14/+65 | |
| | | | | | | | | | | | | FIXME: name_servers, name_servers_search, mgmt_classes are not saving correctly | |||||
* | | | Distros now copy/rename properly | James Cammarata | 2009-04-12 | 1 | -10/+22 | |
| | | | | | | | | | | | | Profiles now copy/rename properly | |||||
* | | | Working on getting distro copy/rename working properly | James Cammarata | 2009-04-10 | 1 | -5/+18 | |
| | | | | | | | | | | | | FIXME: rename is creating a copy, and cobblerd appears to be having caching issues | |||||
* | | | Some changes to profile saving to make subprofiles save correctly | James Cammarata | 2009-04-09 | 1 | -1/+8 | |
| | | | ||||||
* | | | Fixed profile saving | James Cammarata | 2009-04-09 | 2 | -16/+44 | |
| | | | ||||||
* | | | Fix to random_mac generation, auto was causing a 500 error due to the fact ↵ | James Cammarata | 2009-04-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | it was getting passed in, and utils.py doesn't know how to handle it | |||||
* | | | Reapplying patch, doesn't appear to have been applied to the main devel branch | James Cammarata | 2009-04-09 | 3 | -5/+35 | |
| | | | ||||||
* | | | Added distro saving | James Cammarata | 2009-04-09 | 10 | -91/+173 | |
|/ / | | | | | | | | | | | | | | | Searching works for distros/profiles/systems, and modified the list functions Modified the Makefile a little to rsync, and to copy javascript files too Modified list templates to check for empty lists Fixed system editing of interfaces, and random mac generation code Fixed apache conf to remote the trailing "/" from the location | |||||
* | | Updated AUTHORS | Michael DeHaan | 2009-04-09 | 1 | -0/+1 | |
| | | ||||||
* | | Updated debian/ubuntu packaging control file. Signed-off-by: Joe Smith ↵ | Joe Smith | 2009-04-09 | 1 | -2/+2 | |
| | | | | | | | | <yasumoto7@gmail.com> | |||||
* | | Add better deployment heuristic to cobbler -- least number of deployed guest ↵ | Michael DeHaan | 2009-04-09 | 3 | -8/+52 | |
| | | | | | | | | | | | | | | RAM. It's not perfect, but it's not random.choice anymore. This may be pluggable or configurable later. | |||||
* | | Ignore non-present network interfaces in post_install_network_config | Justin Sherrill | 2009-04-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If during execution of this snippit $IFNAME is empty, the the script will end up executing: grep $IFNAME /etc/modprobe.conf which will be: grep /etc/modprobe.conf this never will return and results in a hung kickstart. Now the only reason IFNAME would be null is if at provisioning time, an interface specified in the system record wasn't present. This might be an 'error case', but it would be more ideal to simply ignore the interface than to hang. Here's the patch: index e6839f7..7191087 100644 | |||||
* | | Add makefile for django development, update urls to use /cobbler_web/ ↵ | Michael DeHaan | 2009-04-09 | 10 | -64/+63 | |
| | | | | | | | | instead of django, update Apache to use /cobbler_web/ for the URL. | |||||
* | | Add makefile to help with development until it's integrated with setup.py | Michael DeHaan | 2009-04-09 | 3 | -2/+9 | |
| | | ||||||
* | | Merge commit 'jamesc/my-devel' into devel | Michael DeHaan | 2009-04-09 | 37 | -0/+3695 | |
|\ \ | ||||||
| * | | Corrected interface stuff in the system edit template | James Cammarata | 2009-04-09 | 1 | -39/+23 | |
| | | | ||||||
| * | | Merging in the django-webui files | James Cammarata | 2009-04-08 | 37 | -0/+3711 | |
| | | | ||||||
* | | | Fix consistency of cobbler_ext_nodes usage, though this doesn't impact ↵ | Michael DeHaan | 2009-04-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | runtime operation | |||||
* | | | Update changelog, remove invalid import | Michael DeHaan | 2009-04-09 | 2 | -1/+1 | |
| | | | ||||||
* | | | Merge commit 'javiplx-debian/cobbler-debian' into devel | Michael DeHaan | 2009-04-09 | 3 | -12/+39 | |
|\ \ \ | ||||||
| * | | | Final fixes for debian deployments | Javier Palacios | 2009-04-06 | 3 | -12/+39 | |
| | | | | ||||||
* | | | | Update changelog | Michael DeHaan | 2009-04-09 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Fixed issues when reporting on a set of fields that do not exist within a ↵ | Adam Rosenwald | 2009-04-09 | 1 | -17/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | collection. ARos | |||||
* | | | | Update authors and changelog | Michael DeHaan | 2009-04-09 | 2 | -0/+2 | |
| | | | | ||||||
* | | | | fixed restart services if dnsmasq is used for dns/dhcp | arxs | 2009-04-09 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Update changelog | Michael DeHaan | 2009-04-09 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | | | Merge commit 'lazzurs/lazzurs-devel' into devel | Michael DeHaan | 2009-04-09 | 1 | -1/+0 | |
|\ \ \ \ | ||||||
| * | | | | removing duplicate entry for impilan | Rob Lazzurs | 2009-04-06 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | RHPL workaround for autodiscovery code | Michael DeHaan | 2009-04-08 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: koan/CHANGELOG | |||||
* | | | | | Turn this back on to be safe. | Michael DeHaan | 2009-04-08 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Changelog update | Michael DeHaan | 2009-04-08 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | | | | Streamlining repo code, plus a fix for potential unicode problems on EL4. | Michael DeHaan | 2009-04-08 | 3 | -44/+22 | |
| | | | | | ||||||
* | | | | | Correct changelog order | Michael DeHaan | 2009-04-08 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix likely patch fuzz error that results in second disk being added. | Michael DeHaan | 2009-04-08 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | We're now using fedorahosted.org/cobbler for hosting, and don't need this | Michael DeHaan | 2009-04-08 | 32 | -2184/+0 | |
| | | | | | | | | | | | | | | | | | | | | content anymore. | |||||
* | | | | | This file lives in snippets. | Michael DeHaan | 2009-04-08 | 1 | -11/+0 | |
| | | | | | ||||||
* | | | | | merging cobbler and koan repos | Michael DeHaan | 2009-04-08 | 30 | -0/+7307 | |
|\ \ \ \ \ | ||||||
| * | | | | | Working on a method of sending a virtual floppy with an answer file to an ↵ | Michael DeHaan | 2009-03-31 | 2 | -2/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ISO based install (intended for windows). Currently not-working as libvirt tries to label the device "hda", which is wrong, though checking in what I have... | |||||
| * | | | | | Remove line continuations | Michael DeHaan | 2009-03-30 | 1 | -4/+2 | |
| | | | | | | ||||||
| * | | | | | Patch to fix the koan rpm not updating the lilo.conf | Partha Aji | 2009-03-30 | 1 | -5/+14 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/koan into devel | Michael DeHaan | 2009-03-27 | 5 | -12/+11 | |
| |\ \ \ \ \ |