d11309080829ca1e71dd65958d1fa78c9bd3e484
[demo.git] / tutorials / ApacheCNF / README.txt
1 Demo directory structure:
2
3 /templates/           #Base directory containing vFW resources
4     |- /base_dummy    #Directory containing base payload of VSP package in OpenStack VSP format, doesn't need further proceeding
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 
8 /examples/            #Directory with context-specific overrides over general resources
9 /automation/          #Directory with automation scripts. For more details read README file inside.
10
11 Note: Makefile script generates two VSP packages, one in Frankfurt format with helm associated with dummy heat templates and second
12 with native Helm VSP format where helm packages are standalone. CBA folder contains CBA Definition for native VSP format but 
13 make is coverting the definition into Frankfurt format for Frankfurt VSP. Frankfurt VSP is still supported in Guilin.