Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Generalizes object blending and the concept of parentage to allow for later ↵ | Michael DeHaan | 2007-06-11 | 7 | -120/+191 | |
| | | | | | | | | | | | | | support of inheritance hierarchies, as well as making more data available to koan and the kickstart templating engine. With this change, any variable in the tree (anywhere), is now accessible via Cheetah -- and the same goes for koan XMLRPC. Unit tests pass and looks okay on the outside, though this still warrants extended testing to verify no unintended behaviors have changed. | |||||
* | Fix doc paths | Michael DeHaan | 2007-06-08 | 2 | -1/+1 | |
| | ||||||
* | New cobbler website. | Michael DeHaan | 2007-06-08 | 25 | -172/+522 | |
| | ||||||
* | Put cobbler website under version control, some changes still TBA | Michael DeHaan | 2007-06-08 | 53 | -13/+4239 | |
| | ||||||
* | Always create the .origin and directory, even if doing the reposync from | Michael DeHaan | 2007-06-08 | 1 | -3/+2 | |
| | | | | yum_rhn_plugin. Needs further testing. | |||||
* | Perry Myers docs for --arch on "cobbler repo add", + minor tweaks | Michael DeHaan | 2007-06-07 | 1 | -0/+4 | |
| | ||||||
* | Add --createrepo-flags (in "cobbler repo add") to the manpage, also add "-c | Michael DeHaan | 2007-06-07 | 5 | -9/+17 | |
| | | | | cache" as a default value. | |||||
* | This is Perry Myers's patch to reposync to allow for caching options and to | Michael DeHaan | 2007-06-07 | 4 | -34/+53 | |
| | | | | eliminate extra calls to createrepo. | |||||
* | Fix setup.py | Michael DeHaan | 2007-06-06 | 1 | -9/+9 | |
| | ||||||
* | This is Adam Rosenwald's patch for seperating triggers into pre and post | Michael DeHaan | 2007-06-06 | 9 | -32/+61 | |
| | | | | triggers, plus my modifications to make them deal with return codes. | |||||
* | Fix error in string translation changes. | Michael DeHaan | 2007-06-01 | 1 | -2/+2 | |
| | ||||||
* | Serialize the value given for --mac. | Michael DeHaan | 2007-05-30 | 1 | -2/+3 | |
| | ||||||
* | Ongoing work on making system --names descriptive, plus manpage and | Michael DeHaan | 2007-05-30 | 5 | -76/+104 | |
| | | | | CHANGELOG changes. | |||||
* | WIP: Allow system names to be anything, and gather mac address and IP from | Michael DeHaan | 2007-05-30 | 5 | -88/+148 | |
| | | | | | | either the inferred sytem name or the values given to --ip-address (--ip) or --mac-address (--mac). Change the action code to use this, and not create PXE entries when such info is not available. | |||||
* | String update. | Michael DeHaan | 2007-05-30 | 1 | -1/+1 | |
| | ||||||
* | Fix missing rhpl import for i18n | Michael DeHaan | 2007-05-30 | 1 | -0/+2 | |
| | ||||||
* | Fix bug when a report on a specific object is requested using the wrong | Michael DeHaan | 2007-05-30 | 1 | -1/+1 | |
| | | | | case. | |||||
* | Update TODO | Michael DeHaan | 2007-05-29 | 1 | -1/+2 | |
| | ||||||
* | Begining of i18n of cobbler. Tests pass, works with English. Need to test | Michael DeHaan | 2007-05-29 | 26 | -457/+260 | |
| | | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed. | |||||
* | Starting to add i18n to cobbler using rhpl | Michael DeHaan | 2007-05-25 | 28 | -14/+79 | |
| | ||||||
* | updated TODO list, removing some items that have been completed and/or | Michael DeHaan | 2007-05-25 | 1 | -36/+12 | |
| | | | | don't apply. | |||||
* | Adding missing file to MANIFEST.in | Michael DeHaan | 2007-05-24 | 1 | -0/+1 | |
| | ||||||
* | Fix date in changelog. | Michael DeHaan | 2007-05-24 | 1 | -1/+1 | |
| | ||||||
* | Change cobbler code to use /etc/ethers and /var/lib/cobbler/cobbler_hosts | Michael DeHaan | 2007-05-24 | 3 | -15/+54 | |
| | | | | | | | | | | | for dnsmasq, only writing minimal contents to /etc/dnsmasq.conf -- basically just tagging the systems with weird arches so they get the right bootloaders. "Cobbler sync" will only need to be run when adding the systems with the weird arches, and others should be dynamic without need to SIGHUP (/sbin/service restart) dnsmasq. In theory :) dnsmasq integration with cobbler is still rather experimental, but looks solid thus far. Have not actually tested any non-pxelinux.0 arches. | |||||
* | Adding dnsmasq template | Michael DeHaan | 2007-05-24 | 1 | -0/+18 | |
| | ||||||
* | Add support for dnsmasq as an alternative to ISC dhcpd. | Michael DeHaan | 2007-05-24 | 11 | -60/+143 | |
| | | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features. | |||||
* | Adding syslinux as dep. (Thanks euclid). | Michael DeHaan | 2007-05-17 | 1 | -0/+3 | |
| | ||||||
* | in rawhide, apparently yumdownloader doesn't accept --config but does | Michael DeHaan | 2007-05-01 | 1 | -1/+1 | |
| | | | | accept -c. | |||||
* | Changelog | Michael DeHaan | 2007-04-27 | 1 | -0/+1 | |
| | ||||||
* | Echo "list" features in report syntax. | Michael DeHaan | 2007-04-27 | 1 | -9/+17 | |
| | ||||||
* | Allow "list" to show specifics of a specific object when given as a | Michael DeHaan | 2007-04-27 | 1 | -4/+23 | |
| | | | | parameter. | |||||
* | Un-un-hardcode the dir parameter for now. | Michael DeHaan | 2007-04-27 | 1 | -1/+1 | |
| | ||||||
* | If import name has underscores, prevent duplicate arch info just the same. | Michael DeHaan | 2007-04-27 | 1 | -0/+3 | |
| | | | | (This should probably be replaced with a regex eventually). | |||||
* | Release bump | Michael DeHaan | 2007-04-27 | 3 | -2/+9 | |
| | ||||||
* | Remove hardcode of /var/www/cobbler from cobblerd | Michael DeHaan | 2007-04-27 | 1 | -1/+1 | |
| | ||||||
* | Fix warning message for "cobbler check" and malformed /etc/dhcpd.conf | Michael DeHaan | 2007-04-27 | 2 | -3/+3 | |
| | ||||||
* | Release bump + changelog | Michael DeHaan | 2007-04-26 | 3 | -3/+12 | |
| | ||||||
* | Make "cobbler import" more accomodating of older distros (once again) | Michael DeHaan | 2007-04-26 | 1 | -8/+27 | |
| | | | | | and also deal with createrepo possibly not having support for --basedir, which is true in newer createrepos. | |||||
* | Fix RPM defattr. | Michael DeHaan | 2007-04-26 | 1 | -1/+1 | |
| | ||||||
* | (no commit message) | Michael DeHaan | 2007-04-23 | 2 | -15/+16 | |
| | ||||||
* | Fix to make "repo delete" functional after the CLI refactoring. | Michael DeHaan | 2007-04-20 | 1 | -1/+5 | |
| | ||||||
* | Remove some stray tests that no longer apply. | Michael DeHaan | 2007-04-20 | 1 | -2/+0 | |
| | ||||||
* | Remove redundant self args | Michael DeHaan | 2007-04-20 | 1 | -4/+4 | |
| | ||||||
* | XMLRPC component must allow_none for kickstart parameter hash storage. | Michael DeHaan | 2007-04-20 | 1 | -0/+14 | |
| | ||||||
* | Clean up permissions some, and make rpmlint a bit less squeaky. | Michael DeHaan | 2007-04-20 | 1 | -2/+3 | |
| | ||||||
* | I reorged this template directory some time ago but apparently cleanup | Michael DeHaan | 2007-04-20 | 5 | -51/+14 | |
| | | | | was not checked in. | |||||
* | Bump buildrev as the last commit was a rather major change... | Michael DeHaan | 2007-04-20 | 1 | -2/+2 | |
| | ||||||
* | This commit overhauls the main cobbler CLI module and adds support for | Michael DeHaan | 2007-04-20 | 11 | -207/+396 | |
| | | | | | | | | | | | | object renaming, copying, and editing -- previously only addition and removal were supported. This frees uses (hopefully) from the need to hack YAML and risk damaging their configurations by rendering the config unparseable. It also makes "cobbler list" print out a simple tree representation that shows the association between objects. This also relaxes the requirements for what constitutes a kernel and initrd filename, just in case they are named something different. They still have to exist. | |||||
* | Make init script a bit less noisy on stop. | Michael DeHaan | 2007-04-20 | 1 | -2/+2 | |
| | ||||||
* | Update specfile/changelog | Michael DeHaan | 2007-04-20 | 3 | -14/+15 | |
| |