summaryrefslogtreecommitdiffstats
path: root/cloud/Rakefile
diff options
context:
space:
mode:
authorGreg Blomquist <gblomqui@redhat.com>2008-06-19 11:26:41 -0400
committerGreg Blomquist <gblomqui@redhat.com>2008-06-19 11:26:41 -0400
commit4f244d65c5c2e4ffb4b38e00baa5f83de89c20d8 (patch)
tree3766d2acc9bab1e67f59265ddf65eaf11524b0eb /cloud/Rakefile
parent6589df757f98b386afda6bbb1b076577b96b8ae2 (diff)
Creating a "cloud controller" daemon to run on cloud machines and provision 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.
Diffstat (limited to 'cloud/Rakefile')
-rw-r--r--cloud/Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cloud/Rakefile b/cloud/Rakefile
new file mode 100644
index 0000000..e469154
--- /dev/null
+++ b/cloud/Rakefile
@@ -0,0 +1,4 @@
+require 'config/requirements'
+require 'config/hoe' # setup Hoe + all gem configuration
+
+Dir['tasks/**/*.rake'].each { |rake| load rake } \ No newline at end of file