blob: 69e6ce940f188add8a96d66dca0c93f81c423f66 [file] [log] [blame]
Sean M. Collins09e550c2014-10-21 11:40:08 -04001DevStack - an OpenStack Community Production
2============================================
3
Dean Troyeraf140292014-11-20 21:13:15 -06004.. image:: assets/images/logo-blue.png
5
Dean Troyer63baba22014-10-29 21:57:31 -05006.. toctree::
7 :glob:
8 :maxdepth: 1
Sean M. Collins09e550c2014-10-21 11:40:08 -04009
Dean Troyer63baba22014-10-29 21:57:31 -050010 overview
11 configuration
12 plugins
13 faq
14 changes
15 contributing
Sean M. Collins09e550c2014-10-21 11:40:08 -040016
Dean Troyer26dd21b2014-11-06 09:33:02 -060017Quick Start
18-----------
Sean M. Collins09e550c2014-10-21 11:40:08 -040019
20#. Select a Linux Distribution
21
22 Only Ubuntu 14.04 (Trusty), Fedora 20 and CentOS/RHEL 6.5 are
23 documented here. OpenStack also runs and is packaged on other flavors
24 of Linux such as OpenSUSE and Debian.
25
26#. Install Selected OS
27
28 In order to correctly install all the dependencies, we assume a
29 specific minimal version of the supported distributions to make it as
30 easy as possible. We recommend using a minimal install of Ubuntu or
31 Fedora server in a VM if this is your first time.
32
33#. Download DevStack
34
35 ::
36
37 git clone https://git.openstack.org/openstack-dev/devstack
38
39 The ``devstack`` repo contains a script that installs OpenStack and
40 templates for configuration files
41
42#. Configure
43
Dean Troyerd224ae12014-11-06 09:33:02 -060044 We recommend at least a :doc:`minimal
45 configuration <configuration>` be set up.
Sean M. Collins09e550c2014-10-21 11:40:08 -040046
47#. Start the install
48
49 ::
50
51 cd devstack; ./stack.sh
52
53 It takes a few minutes, we recommend `reading the
54 script <stack.sh.html>`__ while it is building.
55
Dean Troyer63baba22014-10-29 21:57:31 -050056Guides
57======
58
59Walk through various setups used by stackers
Sean M. Collins09e550c2014-10-21 11:40:08 -040060
Dean Troyer26dd21b2014-11-06 09:33:02 -060061.. toctree::
62 :glob:
63 :maxdepth: 1
Sean M. Collins09e550c2014-10-21 11:40:08 -040064
Dean Troyer26dd21b2014-11-06 09:33:02 -060065 guides/single-vm
66 guides/single-machine
67 guides/multinode-lab
Sean M. Collins09e550c2014-10-21 11:40:08 -040068
Dean Troyer26dd21b2014-11-06 09:33:02 -060069All-In-One Single VM
70--------------------
Dean Troyer63baba22014-10-29 21:57:31 -050071
Dean Troyer26dd21b2014-11-06 09:33:02 -060072Run :doc:`OpenStack in a VM <guides/single-vm>`. The VMs launched in your cloud will be slow as
Dean Troyer63baba22014-10-29 21:57:31 -050073they are running in QEMU (emulation), but it is useful if you don't have
Dean Troyerd224ae12014-11-06 09:33:02 -060074spare hardware laying around. :doc:`[Read] <guides/single-vm>`
Dean Troyer63baba22014-10-29 21:57:31 -050075
Dean Troyer26dd21b2014-11-06 09:33:02 -060076All-In-One Single Machine
77-------------------------
Sean M. Collins09e550c2014-10-21 11:40:08 -040078
Dean Troyer26dd21b2014-11-06 09:33:02 -060079Run :doc:`OpenStack on dedicated hardware <guides/single-machine>` This can include a
80server-class machine or a laptop at home.
81:doc:`[Read] <guides/single-machine>`
Sean M. Collins09e550c2014-10-21 11:40:08 -040082
Dean Troyer26dd21b2014-11-06 09:33:02 -060083Multi-Node Lab
84--------------
Dean Troyer63baba22014-10-29 21:57:31 -050085
Dean Troyer26dd21b2014-11-06 09:33:02 -060086Setup a :doc:`multi-node cluster <guides/multinode-lab>` with dedicated VLANs for VMs & Management.
87:doc:`[Read] <guides/multinode-lab>`
Dean Troyer63baba22014-10-29 21:57:31 -050088
Dean Troyer26dd21b2014-11-06 09:33:02 -060089DevStack Documentation
90======================
Sean M. Collins09e550c2014-10-21 11:40:08 -040091
92Overview
93--------
94
Dean Troyerd224ae12014-11-06 09:33:02 -060095:doc:`An overview of DevStack goals and priorities <overview>`
Sean M. Collins09e550c2014-10-21 11:40:08 -040096
97Configuration
98-------------
99
Dean Troyerd224ae12014-11-06 09:33:02 -0600100:doc:`Configuring and customizing the stack <configuration>`
Sean M. Collins09e550c2014-10-21 11:40:08 -0400101
102Plugins
103-------
104
Dean Troyerd224ae12014-11-06 09:33:02 -0600105:doc:`Extending DevStack with new features <plugins>`
Sean M. Collins09e550c2014-10-21 11:40:08 -0400106
107Recent Changes
108--------------
109
Dean Troyerd224ae12014-11-06 09:33:02 -0600110:doc:`An incomplete summary of recent changes <changes>`
Sean M. Collins09e550c2014-10-21 11:40:08 -0400111
112FAQ
113---
114
Dean Troyerd224ae12014-11-06 09:33:02 -0600115:doc:`The DevStack FAQ <faq>`
Sean M. Collins09e550c2014-10-21 11:40:08 -0400116
117Contributing
118------------
119
Dean Troyerd224ae12014-11-06 09:33:02 -0600120:doc:`Pitching in to make DevStack a better place <contributing>`
Sean M. Collins09e550c2014-10-21 11:40:08 -0400121
Dean Troyer63baba22014-10-29 21:57:31 -0500122Code
123====
Sean M. Collins09e550c2014-10-21 11:40:08 -0400124
Dean Troyer26dd21b2014-11-06 09:33:02 -0600125*A look at the bits that make it all go*
Dean Troyer63baba22014-10-29 21:57:31 -0500126
127Scripts
128-------
129
Dean Troyer26dd21b2014-11-06 09:33:02 -0600130* `stack.sh <stack.sh.html>`__ - The main script
131* `functions <functions.html>`__ - DevStack-specific functions
132* `functions-common <functions-common.html>`__ - Functions shared with other projects
133* `lib/apache <lib/apache.html>`__
134* `lib/baremetal <lib/baremetal.html>`__
135* `lib/ceilometer <lib/ceilometer.html>`__
136* `lib/ceph <lib/ceph.html>`__
137* `lib/cinder <lib/cinder.html>`__
138* `lib/config <lib/config.html>`__
139* `lib/database <lib/database.html>`__
140* `lib/dib <lib/dib.html>`__
141* `lib/dstat <lib/dstat.html>`__
142* `lib/glance <lib/glance.html>`__
143* `lib/heat <lib/heat.html>`__
144* `lib/horizon <lib/horizon.html>`__
145* `lib/infra <lib/infra.html>`__
146* `lib/ironic <lib/ironic.html>`__
147* `lib/keystone <lib/keystone.html>`__
148* `lib/ldap <lib/ldap.html>`__
149* `lib/neutron <lib/neutron.html>`__
150* `lib/nova <lib/nova.html>`__
151* `lib/opendaylight <lib/opendaylight.html>`__
152* `lib/oslo <lib/oslo.html>`__
153* `lib/rpc\_backend <lib/rpc_backend.html>`__
154* `lib/sahara <lib/sahara.html>`__
155* `lib/stackforge <lib/stackforge.html>`__
156* `lib/swift <lib/swift.html>`__
157* `lib/tempest <lib/tempest.html>`__
158* `lib/tls <lib/tls.html>`__
159* `lib/trove <lib/trove.html>`__
160* `lib/zaqar <lib/zaqar.html>`__
161* `unstack.sh <unstack.sh.html>`__
162* `clean.sh <clean.sh.html>`__
163* `run\_tests.sh <run_tests.sh.html>`__
Sean M. Collins09e550c2014-10-21 11:40:08 -0400164
Dean Troyer26dd21b2014-11-06 09:33:02 -0600165* `extras.d/40-dib.sh <extras.d/40-dib.sh.html>`__
166* `extras.d/50-ironic.sh <extras.d/50-ironic.sh.html>`__
167* `extras.d/60-ceph.sh <extras.d/60-ceph.sh.html>`__
168* `extras.d/70-sahara.sh <extras.d/70-sahara.sh.html>`__
169* `extras.d/70-trove.sh <extras.d/70-trove.sh.html>`__
170* `extras.d/70-zaqar.sh <extras.d/70-zaqar.sh.html>`__
171* `extras.d/80-opendaylight.sh <extras.d/80-opendaylight.sh.html>`__
172* `extras.d/80-tempest.sh <extras.d/80-tempest.sh.html>`__
Sean M. Collins09e550c2014-10-21 11:40:08 -0400173
Dean Troyer63baba22014-10-29 21:57:31 -0500174Configuration
175-------------
Sean M. Collins09e550c2014-10-21 11:40:08 -0400176
Dean Troyer63baba22014-10-29 21:57:31 -0500177.. toctree::
178 :glob:
179 :maxdepth: 1
180
Dean Troyer26dd21b2014-11-06 09:33:02 -0600181 local.conf
182 stackrc
183 openrc
184 exerciserc
185 eucarc
186
187Tools
188-----
189
190* `tools/build\_docs.sh <tools/build_docs.sh.html>`__
191* `tools/create-stack-user.sh <tools/create-stack-user.sh.html>`__
192* `tools/create\_userrc.sh <tools/create_userrc.sh.html>`__
193* `tools/fixup\_stuff.sh <tools/fixup_stuff.sh.html>`__
194* `tools/info.sh <tools/info.sh.html>`__
195* `tools/install\_pip.sh <tools/install_pip.sh.html>`__
196* `tools/install\_prereqs.sh <tools/install_prereqs.sh.html>`__
197* `tools/make\_cert.sh <tools/make_cert.sh.html>`__
198* `tools/upload\_image.sh <tools/upload_image.sh.html>`__
199
200Samples
201-------
202
203* `local.sh <samples/local.sh.html>`__
204
205Exercises
206---------
207
208* `exercise.sh <exercise.sh.html>`__
209* `exercises/aggregates.sh <exercises/aggregates.sh.html>`__
210* `exercises/boot\_from\_volume.sh <exercises/boot_from_volume.sh.html>`__
211* `exercises/bundle.sh <exercises/bundle.sh.html>`__
212* `exercises/client-args.sh <exercises/client-args.sh.html>`__
213* `exercises/client-env.sh <exercises/client-env.sh.html>`__
214* `exercises/euca.sh <exercises/euca.sh.html>`__
215* `exercises/floating\_ips.sh <exercises/floating_ips.sh.html>`__
216* `exercises/horizon.sh <exercises/horizon.sh.html>`__
217* `exercises/neutron-adv-test.sh <exercises/neutron-adv-test.sh.html>`__
218* `exercises/sahara.sh <exercises/sahara.sh.html>`__
219* `exercises/sec\_groups.sh <exercises/sec_groups.sh.html>`__
220* `exercises/swift.sh <exercises/swift.sh.html>`__
221* `exercises/trove.sh <exercises/trove.sh.html>`__
222* `exercises/volumes.sh <exercises/volumes.sh.html>`__
223* `exercises/zaqar.sh <exercises/zaqar.sh.html>`__