summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Moving the sync script to an external location and adding cleanup logicMatthew Hicks2008-06-234-118/+4
|
* Removing thread functionality - doesn't work with the serviceMatthew Hicks2008-06-223-10/+13
|
* Updated stylingMatthew Hicks2008-06-221-0/+4
|
* Updating versionsMatthew Hicks2008-06-222-2/+2
|
* More error handlingMatthew Hicks2008-06-222-26/+70
| | | | Adding a proxy pass reverse for the machine deletion redirects
* Adding the cloudmaster apache configMatthew Hicks2008-06-221-0/+4
|
* Moving several of the everest tools from rpm-source to hereMatthew Hicks2008-06-2216-2/+515
|
* Adding initial redirectMatthew Hicks2008-06-224-6/+16
|
* Updating the versionMatthew Hicks2008-06-222-3/+3
|
* More cleanupMatthew Hicks2008-06-221-1/+31
| | | | Fixing the /etc/xen/auto variable
* Adding cloud memory outputMatthew Hicks2008-06-221-54/+84
|
* Adding real instance cleanupMatthew Hicks2008-06-211-3/+14
|
* First pass of deleting imagesMatthew Hicks2008-06-211-4/+10
|
* Optimizing DB updatesMatthew Hicks2008-06-211-2/+1
|
* More sync logicMatthew Hicks2008-06-212-16/+39
|
* Adding some scheduled syncing logicMatthew Hicks2008-06-211-11/+54
|
* Adding wiring for deleting vmsMatthew Hicks2008-06-211-3/+16
|
* Adding a db primer (for testing)Matthew Hicks2008-06-212-7/+31
| | | | More work around the model names and db structure
* More work on the modelMatthew Hicks2008-06-211-13/+16
|
* Updating the versionMatthew Hicks2008-06-212-2/+2
|
* Adding model support into the cloudmaster and fixing a few creation defectsMatthew Hicks2008-06-211-8/+51
|
* Updating README for build instructionsroot2008-06-201-1/+3
|
* Bug fixes in machine creationMatthew Hicks2008-06-203-4/+6
|
* Incrementing versionMatthew Hicks2008-06-202-2/+2
|
* Allowing everest-bootstrap to be run as non-root user in cloud modesMatthew Hicks2008-06-202-5/+11
| | | | Supplying the email address to the cloudmasterd
* Fixing up cloud modeMatthew Hicks2008-06-203-8/+7
|
* Updating the spec version tooMatthew Hicks2008-06-201-1/+1
|
* Updating the versionMatthew Hicks2008-06-201-1/+1
|
* Added .chomp() to the call to func-find-resources in order to trim any ↵root2008-06-201-1/+1
| | | | trailing whitespace
* removed disk-space paramter in call to func-find-resourcesroot2008-06-201-1/+1
|
* removed disk-space paramter in call to func-find-resourcesroot2008-06-201-1/+1
|
* removed -f paramter in call to func-find-resourcesroot2008-06-201-1/+1
|
* Merge branch 'master' of it@hackathon1-repo.usersys.redhat.com:/pub/git/toolsroot2008-06-204-6/+194
|\
| * Committing my first hack at the rebase scriptBrenton Leanhardt2008-06-204-6/+194
| | | | | | | | | | At the moment I'm trying to do the simplest thing that could possibly work. We probably don't even need a rubygem for this.
* | Fixing rake errorsroot2008-06-208-33/+7
|/
* Merge branch 'master' of it@hackathon1-repo.usersys.redhat.com:/pub/git/toolsroot2008-06-191-0/+0
|\
| * Removing the submodule that got checked out using this gemChris Alfonso2008-06-191-0/+0
| |
* | Removing unfinished "Models" sectionroot2008-06-191-3/+0
| |
* | Moved the cloud daemon to cloudmasterd to give it a better nameroot2008-06-1933-58/+62
|/
* Creating a "cloud controller" daemon to run on cloud machines and provision ↵Greg Blomquist2008-06-1936-115/+2931
| | | | | | | | virtual machines within the cloud. Updated everest-bootstrap to call the cloud controller when provisioning machines Removed "koan" operations from everestd. Now everestd only knows how to register machines with everest and cobbler. Basically a rollback to its previous version.
* Reving the version numberMatthew Hicks2008-06-181-1/+1
|
* Reving the versionMatthew Hicks2008-06-181-1/+1
|
* Fixing typoMatthew Hicks2008-06-181-1/+1
|
* Reving the versionMatthew Hicks2008-06-181-1/+1
|
* Returning the host from the remote provisioning back to everest-bootstrapMatthew Hicks2008-06-182-4/+15
| | | | Ignoring built files
* More bootstrap changesMatthew Hicks2008-06-181-1/+2
|
* Removing traceMatthew Hicks2008-06-181-1/+0
|
* Fixing up the FQDN for the cloud repoMatthew Hicks2008-06-182-7/+7
|
* More cloud functionality supportMatthew Hicks2008-06-182-97/+34
|
* Initial skeleton POC for the everest-rebase that clones the apache puppet moduleChris Alfonso2008-06-1813-0/+206
| | | | | To install the required ruby-git library: sudo gem install schacon-git --source=http://gems.github.com