[APACHECNF] Various updates of the demo
[demo.git] / tutorials / ApacheCNF / README.txt
1 Demo directory structure:
2
3 /service_config.yaml  # Main configuration faile. Only here eventual changes are required
4 /templates/           # Base directory containing Apache CNF resources
5     |- /base_native   # Directory containing base payload of VSP package in Helm VSP, doesn't need further proceeding
6     |- /helm          # Directory containing helm charts that need to be packaged and attached to VSP package
7     \- /cba           # Directory containing CBA content to be included to csar package. It is prepared for deployment
8                       # and configuration of apache helm package
9 /automation/          # Directory with automation scripts. For more details read README file inside.
10
11 Installation requirements:
12 * Helm 3.5
13 * make
14 * python 3.8 or higher