Sean Dague | cea7ec8 | 2016-08-05 08:29:54 -0400 | [diff] [blame] | 1 | Guides |
| 2 | ====== |
| 3 | |
| 4 | .. warning:: |
| 5 | |
| 6 | The guides are point in time contributions, and may not always be |
| 7 | up to date with the latest work in devstack. |
| 8 | |
| 9 | Walk through various setups used by stackers |
| 10 | |
| 11 | .. toctree:: |
| 12 | :glob: |
| 13 | :maxdepth: 1 |
| 14 | |
| 15 | guides/single-vm |
| 16 | guides/single-machine |
| 17 | guides/lxc |
| 18 | guides/multinode-lab |
| 19 | guides/neutron |
| 20 | guides/devstack-with-nested-kvm |
| 21 | guides/nova |
| 22 | guides/devstack-with-lbaas-v2 |
| 23 | |
| 24 | All-In-One Single VM |
| 25 | -------------------- |
| 26 | |
| 27 | Run :doc:`OpenStack in a VM <guides/single-vm>`. The VMs launched in your cloud will be slow as |
| 28 | they are running in QEMU (emulation), but it is useful if you don't have |
| 29 | spare hardware laying around. :doc:`[Read] <guides/single-vm>` |
| 30 | |
| 31 | All-In-One Single Machine |
| 32 | ------------------------- |
| 33 | |
| 34 | Run :doc:`OpenStack on dedicated hardware <guides/single-machine>` This can include a |
| 35 | server-class machine or a laptop at home. |
| 36 | :doc:`[Read] <guides/single-machine>` |
| 37 | |
| 38 | All-In-One LXC Container |
| 39 | ------------------------- |
| 40 | |
| 41 | Run :doc:`OpenStack in a LXC container <guides/lxc>`. Beneficial for intermediate |
| 42 | and advanced users. The VMs launched in this cloud will be fully accelerated but |
| 43 | not all OpenStack features are supported. :doc:`[Read] <guides/lxc>` |
| 44 | |
| 45 | Multi-Node Lab |
| 46 | -------------- |
| 47 | |
| 48 | Setup a :doc:`multi-node cluster <guides/multinode-lab>` with dedicated VLANs for VMs & Management. |
| 49 | :doc:`[Read] <guides/multinode-lab>` |
| 50 | |
| 51 | DevStack with Neutron Networking |
| 52 | -------------------------------- |
| 53 | |
| 54 | Building a DevStack cluster with :doc:`Neutron Networking <guides/neutron>`. |
| 55 | This guide is meant for building lab environments with a dedicated |
| 56 | control node and multiple compute nodes. |
| 57 | |
| 58 | DevStack with KVM-based Nested Virtualization |
| 59 | --------------------------------------------- |
| 60 | |
| 61 | Procedure to setup :doc:`DevStack with KVM-based Nested Virtualization |
| 62 | <guides/devstack-with-nested-kvm>`. With this setup, Nova instances |
| 63 | will be more performant than with plain QEMU emulation. |
| 64 | |
| 65 | Nova and devstack |
| 66 | -------------------------------- |
| 67 | |
| 68 | Guide to working with nova features :doc:`Nova and devstack <guides/nova>`. |