diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-06-30 15:04:23 -0500 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-06-30 15:04:23 -0500 |
| commit | 55def9c6b99514655330eb9c4d70fe09146ce36a (patch) | |
| tree | adcedf9e4fb4ea6a2a92b83601bdf1fa892203b6 /docs/getting.started.rst | |
| parent | 8a2f1763cbadd47f6ce26467ac9f82bc9b436d2a (diff) | |
getting started update
Diffstat (limited to 'docs/getting.started.rst')
| -rw-r--r-- | docs/getting.started.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/getting.started.rst b/docs/getting.started.rst index ffa396e08..f2f1dde44 100644 --- a/docs/getting.started.rst +++ b/docs/getting.started.rst @@ -1,6 +1,6 @@ .. Copyright 2010 United States Government as represented by the - Administrator of the National Aeronautics and Space Administration. + Administrator of the National Aeronautics and Space Administration. All Rights Reserved. Copyright 2010 Anso Labs, LLC @@ -62,7 +62,7 @@ Installation :: # system libraries and tools - apt-get install -y aoetools vlan + apt-get install -y aoetools vlan curl modprobe aoe # python libraries @@ -81,6 +81,7 @@ Installation # ON THE COMPUTE NODE: apt-get install -y python-libvirt apt-get install -y kpartx kvm libvirt-bin + modprobe kvm # optional packages apt-get install -y euca2ools @@ -111,7 +112,7 @@ ON CLOUD CONTROLLER location ~ /_images/.+ { root NOVA_PATH/images; - rewrite ^/_images/(.*)\$ /\$1 break; + rewrite ^/_images/(.*)$ /$1 break; } location / { @@ -128,6 +129,7 @@ ON VOLUME NODE # This creates a 1GB file to create volumes out of dd if=/dev/zero of=MY_FILE_PATH bs=100M count=10 losetup --show -f MY_FILE_PATH + # replace loop0 below with whatever losetup returns echo "--storage_dev=/dev/loop0" >> NOVA_PATH/bin/nova.conf Running |
