Jira: DAISY-36 Update doc structure 23/38423/2
authorZhijiang Hu <hu.zhijiang@zte.com.cn>
Mon, 31 Jul 2017 11:10:57 +0000 (19:10 +0800)
committerZhijiang Hu <hu.zhijiang@zte.com.cn>
Tue, 1 Aug 2017 04:22:52 +0000 (12:22 +0800)
This PS update doc structure according to [1].

Note: This PS also add content to doc for describing the
mapping methods for map role to discovered nodes.

[1] http://docs.opnfv.org/en/stable-danube/how-to-use-docs/documentation-guide.html?highlight=templates#document-structure-and-contribution

Change-Id: I7b2ef916753cddd8cd845abae8c7d5865c49e1ac
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
12 files changed:
docs/development/design/index.rst [moved from docs/developer/design/index.rst with 100% similarity]
docs/development/design/multicast.rst [moved from docs/developer/design/multicast.rst with 100% similarity]
docs/development/requirements/multicast.rst [moved from docs/developer/spec/multicast.rst with 100% similarity]
docs/release/configguide/index.rst [moved from docs/configurationguide/index.rst with 100% similarity]
docs/release/configguide/installerconfig.rst [moved from docs/configurationguide/installerconfig.rst with 100% similarity]
docs/release/installation/bmdeploy.rst [moved from docs/installationprocedure/bmdeploy.rst with 88% similarity]
docs/release/installation/index.rst [moved from docs/installationprocedure/index.rst with 100% similarity]
docs/release/installation/installation_guide.rst [moved from docs/installationprocedure/installation_guide.rst with 100% similarity]
docs/release/installation/introduction.rst [moved from docs/installationprocedure/introduction.rst with 100% similarity]
docs/release/installation/vmdeploy.rst [moved from docs/installationprocedure/vmdeploy.rst with 85% similarity]
docs/release/release-notes/index.rst [moved from docs/releasenotes/index.rst with 100% similarity]
docs/release/release-notes/release-notes.rst [moved from docs/releasenotes/release-notes.rst with 100% similarity]

similarity index 88%
rename from docs/installationprocedure/bmdeploy.rst
rename to docs/release/installation/bmdeploy.rst
index 3879029..47a8e12 100644 (file)
@@ -46,8 +46,13 @@ E.g. OpenStack only deployment roles setting
         roles:
           - COMPUTER
 
+
+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.
+
 NOTE:
-WE JUST SUPPORT ONE CONTROLLER NODE NOW.
+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".
+
 
 Network Configuration (Bare Metal Deployment)
 ------------------------------------------
@@ -116,7 +121,8 @@ You can write your own reference into it.
 
 
 
-Note: For Flat External networks(which is used by default), a physical interface is needed on each compute node for ODL NetVirt recent versions.
+Note:
+For Flat External networks(which is used by default), a physical interface is needed on each compute node for ODL NetVirt recent versions.
 HeartBeat network is selected,and if it is configured in network.yml,the keepalived interface will be the heartbeat interface.
 
 Start Deployment (Bare Metal Deployment)
similarity index 85%
rename from docs/installationprocedure/vmdeploy.rst
rename to docs/release/installation/vmdeploy.rst
index 2ed6b00..3812a40 100644 (file)
@@ -42,7 +42,10 @@ E.g. OpenStack only deployment roles setting
           - compute
 
 NOTE:
-WE JUST SUPPORT ONE CONTROLLER NODE NOW.
+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.
+
+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".
 
 E.g. OpenStack and ceph deployment roles setting
 
@@ -121,7 +124,8 @@ You can write your own reference into it.
 
 
 
-Note: For Flat External networks(which is used by default), a physical interface is needed on each compute node for ODL NetVirt recent versions.
+Note:
+For Flat External networks(which is used by default), a physical interface is needed on each compute node for ODL NetVirt recent versions.
 HeartBeat network is selected,and if it is configured in network.yml,the keepalived interface will be the heartbeat interface.
 
 Start Deployment (Virtual Deployment)
@@ -136,7 +140,9 @@ Start Deployment (Virtual Deployment)
 (4) Create folder of labs/zte/virtual1/daisy/config in daisy4nfv code dir
 
 (5) Move the daisy/deploy/config/vm_environment/zte-virtual1/deploy.yml and daisy/deploy/config/vm_environment/zte-virtual1/network.yml to labs/zte/virtual1/daisy/config dir.
-Notes:zte-virtual1 config file is just for all-in-one deployment,if you want to deploy openstack with five node(1 lb node and 4 computer nodes),change the zte-virtual1 to zte-virtual2
+
+Note:
+zte-virtual1 config file is just for all-in-one deployment,if you want to deploy openstack with five node(1 lb node and 4 computer nodes),change the zte-virtual1 to zte-virtual2
 
 (6) Run the script deploy.sh in daisy/ci/deploy/ with command:
 sudo ./ci/deploy/deploy.sh -b ../daisy  -l zte -p virtual1 -s os-nosdn-nofeature-noha