...
NOTE: The .tgz file must be a tgz created from the top level helm chart folder. I.e a folder that contains a Chart.yaml file in it. For vFW use case the content of the tgz file must be following
find /firewall/$ tar -tf firewall-0.1.0.tgz firewall/.helmignore firewall/Chart.yaml firewall/templates |
firewalltemplates/onap-private-net.yaml firewall/templates/_helpers.tpl firewall/templates/protected-private-net.yaml firewall/templates/deployment.yaml firewall/templates/unprotected-private-net.yaml firewall/values.yaml firewall/charts |
firewall/chartsfirewallcharts/sink/.helmignore firewall/charts/sink/Chart.yaml firewall/charts/sink/templates |
firewallcharts/sink/templates/configmap.yaml firewall/charts/sink/templates/_helpers.tpl firewall/charts/sink/templates/service.yaml firewall/charts/sink/templates/deployment.yaml firewall/charts/sink/values.yaml |
firewall/charts/packetgen firewall/charts/packetgen/.helmignore firewall/charts/packetgen/Chart.yaml
|
firewall/charts/packetgen/templates firewall/charts/packetgen/templates/_helpers.tpl firewall/charts/packetgen/templates/deployment.yaml firewall/charts/packetgen/values.yaml
|
Listed below is an example of the contents inside a heat template package
...