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