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