update info of infra/README.md 58/4958/1 master
authortwilight0620 <liuhuiling4@huawei.com>
Wed, 10 Aug 2022 08:36:07 +0000 (16:36 +0800)
committertwilight0620 <liuhuiling4@huawei.com>
Wed, 10 Aug 2022 08:36:07 +0000 (16:36 +0800)
Signed-off-by: twilight0620 <liuhuiling4@huawei.com>
Change-Id: I59b13df809a04019f46306675ba7dc17a3741ddf

ocd/infra/README.md

index c75613e..eea56b4 100644 (file)
@@ -1,2 +1,21 @@
 # OCD for ealt-edge
-Ansible playbooks for ealt-edge
\ No newline at end of file
+It contains ansible scripts for EALTEdge stack deployment.
+
+This contains the config.yml which helps to configure the edge gallery deployment.   
+config.yml which contains variable for which user needs to provide values for deployment of EALTEdge stack.
+
+ealt-all.yml and ealt-all-uninstall.yml which helps to install and uninstall the platform respectively.   
+In general, the above path contains config files to deploy the platform.
+
+ealt-eg-aio-latest.yml and ealt-eg-aio-unins-latest.yml which helps to install and uninstall the edge gallery in one node respectively. 
+
+ealt-eg-muno-controller.yml which helps to install and uninstall the controller node of edge gallery when deploying in multi nodes. 
+
+ealt-eg-muno-edge.yml which helps to install and uninstall the edge node of edge gallery when deploying in multi nodes. 
+
+ealt-inventory.ini for user to specify node informations.
+
+In the directory of roles, it contains the ansible playbook roles which internally provides the functionalities of EALTEdge Blueprint.
+Each role corresponds to specific functionalities of EALTEdge.
+
+In the directory of muno-config, it contains the controller node config info and edge node config info of deploying in multi nodes.