From 13cd05f5ca800707c03526648c789f7765013cfb Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Fri, 30 Aug 2013 13:37:43 +0200 Subject: [PATCH] DevStack baremetal config docs Fixes: bug #1218862 Change-Id: I34462e94ffcd3c6071428de6c8dca930328a8ecf --- docs/devstack_baremetal.rst | 17 +++++++++++++++++ docs/install.rst | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 docs/devstack_baremetal.rst diff --git a/docs/devstack_baremetal.rst b/docs/devstack_baremetal.rst new file mode 100644 index 000000000..658306c27 --- /dev/null +++ b/docs/devstack_baremetal.rst @@ -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 `_ +or `baremetal file itself `_ diff --git a/docs/install.rst b/docs/install.rst index 321b5671a..3b4a04c87 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 `_.) +If you are using Devstack to run OpenStack, you can use +`Devstack Baremetal configuration `_. + Installing the packages -----------------------