summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Making the kickstarts release and architecture independentMatt Hicks2008-07-142-2/+28
|
* Added publican-genome directly to genome-docs and got rid of the ↵Chris Alfonso2008-07-14228-1/+18113
| | | | buildrequires on publican-genome
* Adding QuickStart sectionGreg Blomquist2008-07-146-32/+353
| | | | | | | Starting Cloudmasterd documentation Other Changes include: * Fixing up some of the references to "repo machines"...changing to "Genome Appliance"
* Changing build system over to Koji. Now the MakefilesMatt Hicks2008-07-1211-11/+11
| | | | | will only generate src RPMs. Koji builds can then be submitted to specific distribution builds.
* Adding yum repositories to the kickstartMatthew Hicks2008-07-121-0/+4
|
* More genome-sync superproject fixesBrenton Leanhardt2008-07-112-3/+4
|
* Adding a genomerepo::client class for custom machine typesBrenton Leanhardt2008-07-114-2/+82
|
* Updating the versionMatthew Hicks2008-07-111-1/+1
|
* Fixing the log appendingMatthew Hicks2008-07-111-12/+12
|
* Removing the hostname faking (we'll do that manually)Matt Hicks2008-07-111-2/+0
|
* Fixing up the priming scriptMatthew Hicks2008-07-111-12/+15
|
* Fixing some genome-sync bugs related to superprojectsBrenton Leanhardt2008-07-112-2/+4
| | | | | * the superproject's .git dir was getting picked up * superprojects checkout (no branch) by default, we don't want that
* Updating the kickstarts to match the names expected in genome-respinMatthew Hicks2008-07-114-20/+49
| | | | Adding the auto-priming logic when a respin distribution is detected
* Minor bug fix for genome-bootstrap discovered by the django-exampleBrenton Leanhardt2008-07-112-7/+8
| | | | | | | | | | | | | | The django-example only has one class. A String was getting returned where an Array was assumed. Yay for no unit tests for this. On a side note, the django-example was useful for uncovering a few corner cases with how we use Restr. The problem with Restr happens whenever 1 of something was returned. While it's nice enough wrap things in an Array if multiple items are returned, since Restr's XmlSimple instance is not setting 'forcearray => true' we have to wrap the call. It would probably be a good idea to ask the Restr maintainer about the 'forcearray' parameter.
* Adding the xen tools for the xend to startMatt Hicks2008-07-111-0/+1
|
* Removing the 'systems' functionality from genomedBrenton Leanhardt2008-07-112-111/+1
| | | | This is provided directly via the 'get_status' call to the cobbler remote api
* Updating the version of genome-replace-selfBrenton Leanhardt2008-07-111-1/+1
| | | | A fix was made. I'll push the RPM to the yum repos
* Updating the Genome respins to enhance the current modelsMatthew Hicks2008-07-1111-527/+117
| | | | and add the Cloud machine
* Adding libvirt as a dependency tooMatthew Hicks2008-07-111-0/+1
|
* Adding koan as a requirement to the cloudmaster RPMMatthew Hicks2008-07-111-1/+2
|
* Removed non GPL copyright messagesChris Alfonso2008-07-114-53/+0
|
* Adding initial cobbler priming dataMatthew Hicks2008-07-116-1/+410
|
* More minor fixes to the preface.Brenton Leanhardt2008-07-101-2/+2
|
* Minor fixes to the prefaceBrenton Leanhardt2008-07-101-2/+2
|
* Removing commented out section of prefaceBrenton Leanhardt2008-07-101-28/+0
|
* Added contribution chapterChris Alfonso2008-07-108-147/+119
|
* Adding the preface to the documentationBrenton Leanhardt2008-07-102-1/+58
| | | | https://engineering.redhat.com/trac/IT_Architecture/ticket/193
* Updating func building instructionsMatt Hicks2008-07-101-1/+1
|
* Updating func building instructionsMatt Hicks2008-07-101-1/+2
|
* Fixing the cobbler proxyingMatt Hicks2008-07-101-1/+1
|
* Revved the Release for genome-bootstrapGreg Blomquist2008-07-101-1/+1
|
* Merge branch 'master' of git://oss1-repo.usersys.redhat.com/pub/git/toolsGreg Blomquist2008-07-1014-104/+135
|\
| * Fixing indentationMatt Hicks2008-07-101-5/+5
| |
| * Genome styling updateMatt Hicks2008-07-102-1/+5
| |
| * Updated stylingMatt Hicks2008-07-102-38/+61
| |
| * Updating the RPM versionMatt Hicks2008-07-101-1/+1
| |
| * Updating stylingMatt Hicks2008-07-101-6/+12
| |
| * Updating the genome styling to the new designMatt Hicks2008-07-107-11/+28
| |
| * genome-bootstrap now calls cobbler directly to 'get_status'Brenton Leanhardt2008-07-103-51/+32
| |
* | Changes to genome-bootstrap:Greg Blomquist2008-07-102-19/+24
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * https://engineering.redhat.com/trac/IT_Architecture/ticket/209 - genome-bootstrap now filters out any cobbler profiles with "__Appliance" in the name during default mode. This will reduce confusion when users are selecting the cobbler profile. NOTE!: The cobbler profiles have been updated on oss1-repo.usersys.redhat.com but if there are any cobbler profiles in a git repo that get laid down with a new GenomeAppliance machine, these will have to be updated too. Here's how the profiles were updated: GenomeCloud* -> Cloud__Appliance* GenomeRepo* -> Genome__Appliance* GenomeRepoGuest* -> GenomeGuest__Appliance* * https://engineering.redhat.com/trac/IT_Architecture/ticket/210 - The machine_types.rb file on oss1-repo.usersys.redhat.com was updated to no longer ask for the "repoappliance" fact value. Now, genome-bootstrap's default mode assigns the "repoappliance" parameter the value of the genome repo. * https://engineering.redhat.com/trac/IT_Architecture/ticket/211 - genome-bootstrap no longer asks for "additional facts" in the default mode. The assumption is that if you want to provide additional facts you would use the advanced mode.
* Merge branch 'master' of git://oss1-repo.usersys.redhat.com/pub/git/toolsGreg Blomquist2008-07-102-2/+2
|\
| * Proxying the cobbler requests through apacheBrenton Leanhardt2008-07-092-2/+2
| | | | | | | | This keeps us from needed our hack to bind the rw api on all interfaces
* | Changed cloudmaster to use the new cobbler proxy and revved the RPM releaseGreg Blomquist2008-07-102-2/+2
|/
* Fixed a couple of bugs in genome-bootstrap:Greg Blomquist2008-07-092-11/+30
| | | | | | | | | | | | | | | | | | | * replaced references to "fqdn" with "system-name" in the run method. - Instead of collecting the fqdn, or constructing based on Red Had-specific DNS information, we now only collect enough information for a cobbler system name. * eliminated ability to specify a genome repo by "leaving off the -repo" - Since we cannot assume that any repo (or any machine) will have a "usersys.redhat.com" suffix, the ability to specify a "partial" repo name has been removed. Users are now prompted for the fully qualified domain name of the repo. * selecting first element from installed_systems - With the introduction of "restr_get" that makes sure that all RESTR GET calls return an array (even of only one element), the "get_installed_systems" method needed to change to select the first (and only) element in the installed systems array. Otherwise, "cannot convert Integer to String".
* Adding a call to the cobbler pre-kickstart hook in the default genome-repo ↵Brenton Leanhardt2008-07-094-1/+4
| | | | kickstarts
* Updating Repo Appliance documentationBrenton Leanhardt2008-07-095-3/+52
|
* The genomerepo::appliance puppet class now handles laying down the puppet hooksBrenton Leanhardt2008-07-095-37/+47
| | | | | | | | | | | | | Fixes: https://engineering.redhat.com/trac/IT_Architecture/ticket/191 Previously this was done with genome-sync. That was a hack that only worked for puppet modules that were being sync'd. If someone manually created a puppet module under /pub/git/puppet/ the hook would not get laid down. The current limitation of this solution is that it does not allow users to easily customize their post-receive hooks. They could edit /etc/genome/post-receive.template but that's would not allow for fine grained customization. We'll cross that bridge when we get there.
* Adding some release repo documentationBrenton Leanhardt2008-07-082-1/+269
|
* Makefile fixes to have clean rebuild the documentationMatt Hicks2008-07-081-1/+2
|
* Removing bundled documentation Adding an ignore to not check it in againMatt Hicks2008-07-082-0/+1
|