Change-Id: I52fdfc5c865e864939df49fecb71b8e615a28cbf
| ... | ... |
@@ -18,7 +18,7 @@ |
| 18 | 18 |
body { padding-top: 60px; }
|
| 19 | 19 |
dd { padding: 10px; }
|
| 20 | 20 |
</style> |
| 21 |
- |
|
| 21 |
+ |
|
| 22 | 22 |
<!-- Le javascripts --> |
| 23 | 23 |
<script src="assets/js/jquery-1.7.1.min.js" type="text/javascript" charset="utf-8"></script> |
| 24 | 24 |
<script src="assets/js/bootstrap.js" type="text/javascript" charset="utf-8"></script> |
| ... | ... |
@@ -42,7 +42,7 @@ |
| 42 | 42 |
</div> |
| 43 | 43 |
|
| 44 | 44 |
<div class="container" id="home"> |
| 45 |
- |
|
| 45 |
+ |
|
| 46 | 46 |
<section id="faq" class="span12"> |
| 47 | 47 |
|
| 48 | 48 |
<div class='row pull-left'> |
| ... | ... |
@@ -68,16 +68,16 @@ |
| 68 | 68 |
|
| 69 | 69 |
<dt>Q: Why a shell script, why not chef/puppet/...</dt> |
| 70 | 70 |
<dd>A: The script is meant to be read by humans (as well as ran by computers); it is the primary documentation after all. Using a recipe system requires everyone to agree and understand chef or puppet.</dd> |
| 71 |
- |
|
| 71 |
+ |
|
| 72 | 72 |
<dt>Q: Why not use Crowbar?</dt> |
| 73 | 73 |
<dd>A: DevStack is optimized for documentation & developers. As some of us use <a href="https://github.com/dellcloudedge/crowbar">Crowbar</a> for production deployments, we hope developers documenting how they setup systems for new features supports projects like Crowbar.</dd> |
| 74 |
- |
|
| 74 |
+ |
|
| 75 | 75 |
<dt>Q: I'd like to help!</dt> |
| 76 |
- <dd>A: That isn't a question, but please do! The source for DevStack is <a href="http://github.com/openstack-dev/devstack">github</a> and bug reports go to <a href="http://bugs.launchpad.net/devstack/">LaunchPad</a>. Contributions follow the usual process as described in the <a href="http://wiki.openstack.org/HowToContribute">OpenStack wiki</a> even though DevStack is not an official OpenStack project. This site is housed in the CloudBuilder's <a href="http://github.com/cloudbuilders/devstack">github</a> in the gh-pages branch.</dd> |
|
| 77 |
- |
|
| 76 |
+ <dd>A: That isn't a question, but please do! The source for DevStack is <a href="http://github.com/openstack-dev/devstack">github</a> and bug reports go to <a href="http://bugs.launchpad.net/devstack/">LaunchPad</a>. Contributions follow the usual process as described in the <a href="http://wiki.openstack.org/HowToContribute">OpenStack wiki</a>. DevStack is not a core project but a gating project and therefore an official OpenStack project. This site is housed in the CloudBuilder's <a href="http://github.com/cloudbuilders/devstack">github</a> in the gh-pages branch.</dd> |
|
| 77 |
+ |
|
| 78 | 78 |
<dt>Q: Why not use packages?</dt> |
| 79 | 79 |
<dd>A: Unlike packages, DevStack leaves your cloud ready to develop - checkouts of the code and services running in screen. However, many people are doing the hard work of packaging and recipes for production deployments. We hope this script serves as a way to communicate configuration changes between developers and packagers.</dd> |
| 80 |
- |
|
| 80 |
+ |
|
| 81 | 81 |
<dt>Q: Why isn't $MY_FAVORITE_DISTRO supported?</dt> |
| 82 | 82 |
<dd>A: DevStack is meant for developers and those who want to see how OpenStack really works. DevStack is known to run on the distro/release combinations listed in <code>README.md</code>. DevStack is only supported on releases other than those documented in <code>README.md</code> on a best-effort basis.</dd> |
| 83 | 83 |
|
| ... | ... |
@@ -96,7 +96,7 @@ |
| 96 | 96 |
<dl class='pull-left'> |
| 97 | 97 |
<dt>Q: Can DevStack handle a multi-node installation?</dt> |
| 98 | 98 |
<dd>A: Indirectly, yes. You run DevStack on each node with the appropriate configuration in <code>local.conf</code>. The primary considerations are turning off the services not required on the secondary nodes, making sure the passwords match and setting the various API URLs to the right place.</dd> |
| 99 |
- |
|
| 99 |
+ |
|
| 100 | 100 |
<dt>Q: How can I document the environment that DevStack is using?</dt> |
| 101 | 101 |
<dd>A: DevStack includes a script (<code>tools/info.sh</code>) that gathers the versions of the relevant installed apt packages, pip packages and git repos. This is a good way to verify what Python modules are installed.</dd> |
| 102 | 102 |
|