Finish initial docs
Finish the initial sections defined in the documentation index. Add sphinxcontrib-programoutput to document command line utils. Add py27 to the list of default tox targets. Change-Id: I254534032e0706e410647b023249fe3af4f3a35f
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.. _scripts:
|
||||
|
||||
Node Prep Scritps
|
||||
Node Prep Scripts
|
||||
=================
|
||||
|
||||
Nodepool requires the specification of a script directory
|
||||
@@ -8,3 +8,13 @@ Nodepool requires the specification of a script directory
|
||||
machine for the purpose of creating a snapshot image, all of the files
|
||||
within this directory will be copied to the virtual machine so they
|
||||
are available for use by the setup script.
|
||||
|
||||
At various points in the image and node creation processes, these
|
||||
scripts may be invoked by nodepool. See :ref:`configuration` for
|
||||
details.
|
||||
|
||||
Any environment variables present in the nodepool daemon environment
|
||||
that begin with ``NODEPOOL_`` will be set in the calling environment
|
||||
for the script. This is useful during testing to alter script
|
||||
behavior, for instance, to add a local ssh key that would not
|
||||
otherwise be set in production.
|
||||
|
||||
Reference in New Issue
Block a user