Add minimum system requirements to docs

Added subsection in contributor quickstart guide with minimum system
resources required to use Magnum with DevStack.

Change-Id: Icd6b3ecd7011a75c0ad0a50943c1934eeeb7351a
This commit is contained in:
Kirsten G 2018-02-28 10:22:40 -08:00
parent ab2d21d0b1
commit 57b9457006
1 changed files with 11 additions and 4 deletions

View File

@ -81,20 +81,27 @@ To run unit test coverage and check percentage of code covered::
To discover and interact with templates, please refer to
`<http://docs.openstack.org/developer/magnum/dev/cluster-type-definition.html>`_
Exercising the Services Using Devstack
Exercising the Services Using DevStack
======================================
Devstack can be configured to enable magnum support. It is easy to develop
magnum with the devstack environment. Magnum depends on nova, glance, heat and
DevStack can be configured to enable magnum support. It is easy to develop
magnum with the DevStack environment. Magnum depends on nova, glance, heat and
neutron to create and schedule virtual machines to simulate bare-metal (full
bare-metal support is under active development).
**NOTE:** Running devstack within a virtual machine with magnum enabled is not
Minimum System Requirements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Magnum running in DevStack requires at least: 10 GB RAM, 8 CPU and 100 GB disk
storage.
**NOTE:** Running DevStack within a virtual machine with magnum enabled is not
recommended at this time.
This session has only been tested on Ubuntu 16.04 (Xenial) and Fedora 20/21.
We recommend users to select one of them if it is possible.
Set-up Environment and Create a Magnum Session
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Clone devstack::
# Create a root directory for devstack if needed