summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Make cobbler check better report on SELinux contexts to set, and alsoMichael DeHaan2009-10-012-6/+30
| | | | | | | | | | | | an additional boolean (if present).
* | | Various in-progress refactorings of the spacewalk java library. Moving more ↵Michael DeHaan2009-10-0810-1725/+527
| | | | | | | | | | | | | | | | | | | | | | | | | | | things to parent object class, templating out the various subclasses while keeping them minimal, eventually want to make them generate less XMLRPC wire traffic. Network Objects need to be modified to be more native to Cobbler rather than making extra objects that don't map 1:1.
* | | Moving directories around. Further work on templating for bindings.Michael DeHaan2009-10-0812-9/+8
| | |
* | | Working on a way to auto-generate Cobbler object code from the "FIELDS" data ↵Michael DeHaan2009-10-0712-0/+2411
|/ / | | | | | | | | | | structure in each of the Python classes. Based on spacewalk's cobbler jar. WIP.
* | Make cobbler check better report on SELinux contexts to set, and alsoMichael DeHaan2009-10-012-6/+30
| | | | | | | | an additional boolean (if present).
* | Merge branch 'release20'Michael DeHaan2009-10-012-3/+2
|\| | | | | | | | | Conflicts: CHANGELOG
| * Mark cobbler_web.conf config(noreplace) in the RPM specfile.Michael DeHaan2009-10-012-3/+2
| |
| * Make cobbler reposync --only=N sync only that repo.Michael DeHaan2009-10-012-0/+4
| |
* | Make cobbler reposync --only=N sync only that repo.Michael DeHaan2009-10-012-0/+4
| |
* | Merge branch 'release20'Michael DeHaan2009-10-013-33/+19
|\|
| * Fix a webapp problem where the first interface couldn't be added to a new ↵Michael DeHaan2009-10-013-33/+19
| | | | | | | | system, but could be added to a precreated system.
* | Merge branch 'release20'Michael DeHaan2009-10-012-2/+29
|\| | | | | | | | | Conflicts: CHANGELOG
| * Work around mod_python scoping bug (RHEL 4/5 only) with utils.uniquifyMichael DeHaan2009-10-012-2/+29
| |
| * Fix pagination for webapp and widen the left column to better show the ↵Michael DeHaan2009-10-014-4/+6
| | | | | | | | pagination and filter controls.
* | Fix pagination for webapp and widen the left column to better show the ↵Michael DeHaan2009-10-014-4/+6
|/ | | | pagination and filter controls.
* Fix checkbox field for virt_auto_bootMichael DeHaan2009-10-011-2/+2
|
* add "View Kickstart" page back on profile list pageMichael DeHaan2009-09-302-0/+6
|
* Remove acl_engine reference from authz_configfileMichael DeHaan2009-09-302-3/+4
|
* Merge branch 'release20'Michael DeHaan2009-09-304-8/+10
|\
| * Merge commit 'github/release20' into release20Michael DeHaan2009-09-3032-84/+122
| |\ | | | | | | | | | | | | Conflicts: CHANGELOG
| * | Fix images on NFS and also fix check about images needing a kickstart.Michael DeHaan2009-09-304-8/+10
| | |
* | | Merge branch 'release20'Michael DeHaan2009-09-301-17/+24
|\ \ \ | | |/ | |/|
| * | Support python-netaddr >= 0.7.Devan Goodwin2009-09-301-4/+24
| | | | | | | | | | | | | | | 0.7 release included many changes that broke backward compatability. Change use of netaddr module depending on what we have available.
| * | Drop the _CIDR object, unused outside of obsolete subdir.Devan Goodwin2009-09-301-13/+0
| | |
* | | Merge branch 'release20'Michael DeHaan2009-09-283-2/+6
|\| |
| * | Fix the dumpvars command for 2.0 to eliminate traceback and also printMichael DeHaan2009-09-283-2/+6
| | | | | | | | | | | | key-by-key instead of as a raw datastructure.
* | | Merge branch 'release20'Michael DeHaan2009-09-283-2/+3
|\| |
| * | Unhide fieldsMichael DeHaan2009-09-283-2/+3
| | |
* | | Merge branch 'release20'Michael DeHaan2009-09-280-0/+0
|\| |
| * | Unhide per-system post install kernel optionsMichael DeHaan2009-09-282-1/+2
| | |
* | | Unhide per-system post install kernel optionsMichael DeHaan2009-09-282-1/+2
| | |
* | | Merge branch 'release20'Michael DeHaan2009-09-283-5/+1
|\| |
| * | Cleaned up generated comments in settings filesMichael DeHaan2009-09-283-5/+1
| | |
* | | Merge branch 'release20'Michael DeHaan2009-09-282-3/+4
|\| | | | | | | | | | | | | | Conflicts: CHANGELOG
| * | Fix code in cobbler check that reports if dhcpd is installed, also updateMichael DeHaan2009-09-282-3/+4
| | | | | | | | | | | | changelog to reflect earlier dhcp config path fix.
| * | Look for memtest files in tftpboot, not tftpboot/images, so that pxegen.pyMichael DeHaan2009-09-282-3/+4
| | | | | | | | | | | | picks them up correctly.
* | | Look for memtest files in tftpboot, not tftpboot/images, so that pxegen.pyMichael DeHaan2009-09-282-3/+4
| | | | | | | | | | | | picks them up correctly.
* | | Merge branch 'release20'Michael DeHaan2009-09-283-2/+4
|\| |
| * | Show the object name on cobbler-web edit pagesMichael DeHaan2009-09-283-2/+4
| | |
* | | Merge branch 'release20'Michael DeHaan2009-09-2824-49/+74
|\| |
| * | / is valid char in many input fields, dont allow ..Bill Peck2009-09-251-1/+1
| | |
| * | fix in_place error edit commandBill Peck2009-09-241-1/+1
| | |
| * | make_tftpboot, create base dirs for yaboot, elilo, pxelinux, etc..Bill Peck2009-09-232-22/+32
| | |
| * | get distro name, not objectBill Peck2009-09-231-1/+1
| | |
| * | execute power commands through shell, this allows us to chain command ↵Bill Peck2009-09-2313-14/+18
| | | | | | | | | | | | together like etherwake and fence_wti
| * | use get_conceptual_parent(), distro may not be defined on inherited itemsBill Peck2009-09-231-4/+3
| | |
| * | move initialization code into item_distro, use get_conceptual_parent() to ↵Bill Peck2009-09-232-3/+6
| | | | | | | | | | | | find distro
| * | fix missing errno import and fix legacy netboot-enabled calls for xmlrpcBill Peck2009-09-231-3/+5
| | |
| * | pxelocal.template makes elilo halt, use ia64 specific templateBill Peck2009-09-233-0/+7
| | |
| * | add rhel6 as a valid osversionBill Peck2009-09-231-1/+1
| |/