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