X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2FREADME.md;h=eea56b4cdf10d1cb61922c78072a343d193a91ba;hb=refs%2Fheads%2Fmaster;hp=c75613e586de5b7bc6e7f0888f87c1d9a41095b0;hpb=4b73692b90f9d28934d6c6009d2ef125a029d459;p=ealt-edge.git diff --git a/ocd/infra/README.md b/ocd/infra/README.md index c75613e..eea56b4 100644 --- a/ocd/infra/README.md +++ b/ocd/infra/README.md @@ -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.