update info of infra/README.md
[ealt-edge.git] / ocd / infra / README.md
1 # OCD for ealt-edge
2 It contains ansible scripts for EALTEdge stack deployment.
3
4 This contains the config.yml which helps to configure the edge gallery deployment.   
5 config.yml which contains variable for which user needs to provide values for deployment of EALTEdge stack.
6
7 ealt-all.yml and ealt-all-uninstall.yml which helps to install and uninstall the platform respectively.   
8 In general, the above path contains config files to deploy the platform.
9
10 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. 
11
12 ealt-eg-muno-controller.yml which helps to install and uninstall the controller node of edge gallery when deploying in multi nodes. 
13
14 ealt-eg-muno-edge.yml which helps to install and uninstall the edge node of edge gallery when deploying in multi nodes. 
15
16 ealt-inventory.ini for user to specify node informations.
17
18 In the directory of roles, it contains the ansible playbook roles which internally provides the functionalities of EALTEdge Blueprint.
19 Each role corresponds to specific functionalities of EALTEdge.
20
21 In the directory of muno-config, it contains the controller node config info and edge node config info of deploying in multi nodes.