aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/README.txt
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2020-11-05 22:55:13 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2020-11-09 08:11:05 +0000
commit522c69de81b355646789a340f061313e3598f5b9 (patch)
tree0764f05ce844042489002a951930a68bd053b155 /heat/vFW_CNF_CDS/README.txt
parentc3987b0edac5541dba246a746b0dc89ee7603f47 (diff)
vFW CNF CDS scripts update for native Helm support
vFW CNF CDS scripts update for native Helm support Change-Id: I34a1cc8dfb18e512edb6e2786984b683c34815e6 Issue-ID: INT-1658 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/README.txt')
-rw-r--r--heat/vFW_CNF_CDS/README.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/heat/vFW_CNF_CDS/README.txt b/heat/vFW_CNF_CDS/README.txt
index 46a49e01..651d9598 100644
--- a/heat/vFW_CNF_CDS/README.txt
+++ b/heat/vFW_CNF_CDS/README.txt
@@ -1,7 +1,12 @@
Demo directory structure:
-/templates/ #Base directory containing vFW resources
- |- /base #Directory containing base payload of CSAR package, doesn't need further proceeding
- |- /helm #Directory containing helm charts that need to be packaged and attached to csar package
- \- /cba #Directory containing CBA content to be included to csar package
-/examples/ #Directory with context-specific overrides over general resources
+/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
+
+Note: Scripts generate 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.