DevStack baremetal config docs
Fixes: bug #1218862 Change-Id: I34462e94ffcd3c6071428de6c8dca930328a8ecf
This commit is contained in:
parent
484f06d4bf
commit
13cd05f5ca
17
docs/devstack_baremetal.rst
Normal file
17
docs/devstack_baremetal.rst
Normal file
@ -0,0 +1,17 @@
|
||||
Bare Metal configuration in DevStack
|
||||
------------------------------------
|
||||
|
||||
To enable Bare Metal driver in DevStack you need to:
|
||||
|
||||
1. Add following settings to ``localrc``::
|
||||
|
||||
VIRT_DRIVER=baremetal
|
||||
enable_service baremetal
|
||||
|
||||
2. Update ``./lib/baremetal``::
|
||||
|
||||
- BM_DNSMASQ_FROM_NOVA_NETWORK=`trueorfalse Flase $BM_DNSMASQ_FROM_NOVA_NETWORK`
|
||||
+ BM_DNSMASQ_FROM_NOVA_NETWORK=`trueorfalse True $BM_DNSMASQ_FROM_NOVA_NETWORK`
|
||||
|
||||
See `Bare Metal DevStack documentation <http://devstack.org/lib/baremetal.html>`_
|
||||
or `baremetal file itself <https://github.com/openstack-dev/devstack/blob/master/lib/baremetal>`_
|
@ -27,6 +27,9 @@ For baremetal provisioning, you will want a Nova Baremetal driver
|
||||
installed and registered in the Keystone services catalog. (You can
|
||||
`read more about setting up Nova Baremetal here <https://wiki.openstack.org/wiki/Baremetal>`_.)
|
||||
|
||||
If you are using Devstack to run OpenStack, you can use
|
||||
`Devstack Baremetal configuration <https://github.com/stackforge/tuskar/blob/master/devstack_baremetal.rst>`_.
|
||||
|
||||
Installing the packages
|
||||
-----------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user