aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/ApacheCNF/README.txt
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2022-10-21 10:36:42 +0200
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2022-10-21 14:02:36 +0200
commit0c85ee9fc85870f8ba39befc63b8351301d4842f (patch)
treee08524866f18783ed711d2d11f0586330c65436a /tutorials/ApacheCNF/README.txt
parente7121fda9d1d39ee02af43e78e0d93a93e6de94f (diff)
[APACHECNF] Various updates of the demo
Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I1ce506db959d5fd865898422cb018b1428ec41ac
Diffstat (limited to 'tutorials/ApacheCNF/README.txt')
-rw-r--r--tutorials/ApacheCNF/README.txt21
1 files changed, 11 insertions, 10 deletions
diff --git a/tutorials/ApacheCNF/README.txt b/tutorials/ApacheCNF/README.txt
index d1130908..80c9f065 100644
--- a/tutorials/ApacheCNF/README.txt
+++ b/tutorials/ApacheCNF/README.txt
@@ -1,13 +1,14 @@
Demo directory structure:
-/templates/ #Base directory containing vFW resources
- |- /base_dummy #Directory containing base payload of VSP package in OpenStack VSP format, doesn't need further proceeding
- |- /base_native #Directory containing base payload of VSP package in Helm VSP, doesn't need further proceeding
- |- /helm #Directory containing helm charts that need to be packaged and attached to VSP package
- \- /cba #Directory containing CBA content to be included to csar package. It is prepared for
-/examples/ #Directory with context-specific overrides over general resources
-/automation/ #Directory with automation scripts. For more details read README file inside.
+/service_config.yaml # Main configuration faile. Only here eventual changes are required
+/templates/ # Base directory containing Apache CNF resources
+ |- /base_native # Directory containing base payload of VSP package in Helm VSP, doesn't need further proceeding
+ |- /helm # Directory containing helm charts that need to be packaged and attached to VSP package
+ \- /cba # Directory containing CBA content to be included to csar package. It is prepared for deployment
+ # and configuration of apache helm package
+/automation/ # Directory with automation scripts. For more details read README file inside.
-Note: Makefile script generates two VSP packages, one in Frankfurt format with helm associated with dummy heat templates and second
-with native Helm VSP format where helm packages are standalone. CBA folder contains CBA Definition for native VSP format but
-make is coverting the definition into Frankfurt format for Frankfurt VSP. Frankfurt VSP is still supported in Guilin.
+Installation requirements:
+* Helm 3.5
+* make
+* python 3.8 or higher