From 9fb7b3a46557e20c721666db0391da12bbfbb1ad Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Mon, 4 May 2015 17:46:08 +0200 Subject: [PATCH] Specify environment variables needed for a standalone usage Adds in the installation guide the info to setup the minimum environment variables in order for ironic to work in standalone mode. Closes-Bug: #1451439 Change-Id: I7c8864dd08540f3ffa4a1c5489df05077fd51511 --- doc/source/deploy/install-guide.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index 7b1aadad6e..cb9ff7a93a 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -1386,6 +1386,15 @@ There are however some limitations for different drivers: Steps to start a deployment are pretty similar to those when using Nova: +#. To use the `ironic CLI `_, + set up these environment variables. Since no authentication strategy is + being used, the value can be any string for OS_AUTH_TOKEN. IRONIC_URL is + the URL of the ironic-api process. + For example:: + + export OS_AUTH_TOKEN=fake-token + export IRONIC_URL=http://localhost:6385/ + #. Create a Node in Ironic. At minimum, you must specify the driver name (eg, "pxe_ipmitool"). You can also specify all the required driver parameters in one command. This will return the node UUID::