Add docs for an admin node
Change-Id: Id5ea082c581cb8688dc420e95412997256bdc0c5 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
9d1f5a2856
commit
cdc5026909
15
doc/source/admin_node.rst
Normal file
15
doc/source/admin_node.rst
Normal 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.
|
@ -13,6 +13,7 @@ Contents
|
||||
:maxdepth: 2
|
||||
|
||||
host_requirements
|
||||
admin_node
|
||||
inventory_repo
|
||||
packer
|
||||
collect_info
|
||||
|
Loading…
Reference in New Issue
Block a user