[doc] Cover aio usecase when default route not set
Change-Id: Ib95dddeff6e9583dfd48620042db938aa216805a Related-Bug: #1851248
This commit is contained in:
parent
f937d26596
commit
6c2a641b0e
@ -193,6 +193,13 @@ a space between each set of options, for example:
|
||||
# export BOOTSTRAP_OPTS="bootstrap_host_data_disk_device=sdb"
|
||||
# export BOOTSTRAP_OPTS="${BOOTSTRAP_OPTS} bootstrap_host_data_disk_fs_type=xfs"
|
||||
|
||||
If you are installing with limited connectivity, or you don't have default
|
||||
route set, you will need to define interface for outgoing connections manually
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# export BOOTSTRAP_OPTS="bootstrap_host_public_interface=eth1"
|
||||
|
||||
For the default AIO scenario, the AIO configuration preparation is completed by
|
||||
executing:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user