diff options
author | zhouya <zhou.ya@zte.com.cn> | 2017-08-26 14:50:59 +0800 |
---|---|---|
committer | zhouya <zhou.ya@zte.com.cn> | 2017-08-26 19:32:24 +0800 |
commit | f3ad3936a5d395ecb31849835e6517bdc5de8d59 (patch) | |
tree | fc503e5ee16ba2c41e683952a3bfb08203b87d7d /docs | |
parent | 6073849ebbb7f390bc43e620ea1be7a0aa8db251 (diff) |
revert build_pxe_for_discover function to build pxe server
In case of deploy failed with deploy.sh file without reinstall
daisy node, we need to resetup DHCP in tempest.py script
Change-Id: Ia7b4de7933bf4957226a2bf0965858a555f0ed54
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/configguide/installerconfig.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/release/configguide/installerconfig.rst b/docs/release/configguide/installerconfig.rst index f6a01b71..10fa9ad8 100644 --- a/docs/release/configguide/installerconfig.rst +++ b/docs/release/configguide/installerconfig.rst @@ -28,9 +28,7 @@ daisy.conf file.Then put the right configured daisy.conf file in the 3. "os_install_type" field just support "pxe" for now. -4. Daisy now use pxe server to install the os, so "build_pxe" must set to "yes". - If the value in daisy.conf in your env of /home/daisy_install/ dir is "no", - you must change this field to "yes" manually before installing Daisy. +4. Daisy now use pxe server to install the os, the "build_pxe" item must set to "no". 5. "eth_name" field is the pxe server interface, and this field is required when the "build_pxe" field set to "yes".This should be set to the interface |