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