Add docs for an admin node

Change-Id: Id5ea082c581cb8688dc420e95412997256bdc0c5
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2016-08-29 11:10:54 +02:00
parent 9d1f5a2856
commit cdc5026909
2 changed files with 16 additions and 0 deletions

15
doc/source/admin_node.rst Normal file
View File

@ -0,0 +1,15 @@
Admin node
==========
This is a node where to run the installer. Admin node should be Ubuntu/Debian
based with the following packages installed:
* ansible (2.1.x),
* python-netaddr,
* sshpass,
* git.
The env var `$ADMIN_IP` determines where to run `admin_node_command` function
of the installer main script. When the `$ADMIN_IP` refers to a remote node,
like a VM, it should take an IP address. Otherwise, it should take the `local`
value.

View File

@ -13,6 +13,7 @@ Contents
:maxdepth: 2
host_requirements
admin_node
inventory_repo
packer
collect_info