From 031cb00d90db0519f0902e81a602a71ad115020e Mon Sep 17 00:00:00 2001 From: zhouya Date: Mon, 7 Aug 2017 19:03:59 +0800 Subject: use daisy.conf to build pxe server we use the interface of daisyclient to build the pxe server in tempest.py,but we can use the daisy.conf to build the pxe server instead,this is just the optimization of code Change-Id: I7a75d33aa8f80326750d304fa0a881201e956c57 Signed-off-by: zhouya --- docs/release/installation/vmdeploy.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/release/installation/vmdeploy.rst') diff --git a/docs/release/installation/vmdeploy.rst b/docs/release/installation/vmdeploy.rst index 3812a40e..5da3949b 100644 --- a/docs/release/installation/vmdeploy.rst +++ b/docs/release/installation/vmdeploy.rst @@ -42,7 +42,10 @@ E.g. OpenStack only deployment roles setting - compute NOTE: -For B/M, Daisy uses MAC address defined in deploy.yml to map discovered nodes to node items definition in deploy.yml, then assign role described by node item to the discovered nodes by name pattern. Currently, controller01, controller02, and controller03 will be assigned with Controler role while computer01, 'computer02, computer03, and computer04 will be assigned with Compute role. +For B/M, Daisy uses MAC address defined in deploy.yml to map discovered nodes to node items definition in deploy.yml, +then assign role described by node item to the discovered nodes by name pattern. +Currently, controller01, controller02, and controller03 will be assigned with Controller role +while computer01, computer02, computer03, and computer04 will be assigned with Compute role. NOTE: For V/M, There is no MAC address defined in deploy.yml for each virtual machine. Instead, Daisy will fill that blank by getting MAC from "virsh dump-xml". -- cgit 1.2.3-korg