blob: c2c7b9163a2cfa63b66aaa28bf4b58a9eb2fba46 [file] [log] [blame]
Sean Daguecea7ec82016-08-05 08:29:54 -04001Guides
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
9Walk 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
24All-In-One Single VM
25--------------------
26
27Run :doc:`OpenStack in a VM <guides/single-vm>`. The VMs launched in your cloud will be slow as
28they are running in QEMU (emulation), but it is useful if you don't have
29spare hardware laying around. :doc:`[Read] <guides/single-vm>`
30
31All-In-One Single Machine
32-------------------------
33
34Run :doc:`OpenStack on dedicated hardware <guides/single-machine>` This can include a
35server-class machine or a laptop at home.
36:doc:`[Read] <guides/single-machine>`
37
38All-In-One LXC Container
39-------------------------
40
41Run :doc:`OpenStack in a LXC container <guides/lxc>`. Beneficial for intermediate
42and advanced users. The VMs launched in this cloud will be fully accelerated but
43not all OpenStack features are supported. :doc:`[Read] <guides/lxc>`
44
45Multi-Node Lab
46--------------
47
48Setup a :doc:`multi-node cluster <guides/multinode-lab>` with dedicated VLANs for VMs & Management.
49:doc:`[Read] <guides/multinode-lab>`
50
51DevStack with Neutron Networking
52--------------------------------
53
54Building a DevStack cluster with :doc:`Neutron Networking <guides/neutron>`.
55This guide is meant for building lab environments with a dedicated
56control node and multiple compute nodes.
57
58DevStack with KVM-based Nested Virtualization
59---------------------------------------------
60
61Procedure to setup :doc:`DevStack with KVM-based Nested Virtualization
62<guides/devstack-with-nested-kvm>`. With this setup, Nova instances
63will be more performant than with plain QEMU emulation.
64
65Nova and devstack
66--------------------------------
67
68Guide to working with nova features :doc:`Nova and devstack <guides/nova>`.