Provide vFW CNF use case csar content 09/97409/5
authorKonrad Bańka <k.banka@samsung.com>
Mon, 21 Oct 2019 09:04:31 +0000 (11:04 +0200)
committerMarco Platania <platania@research.att.com>
Mon, 4 Nov 2019 14:01:54 +0000 (14:01 +0000)
commit68042495ef1e1e6dff7fed7fc2691b01cf672fe1
tree7c84d170b19f3674586d268dda3671378471ec00
parent5e1fea9785cad165c17e1b4bc2b79c671e8cd951
Provide vFW CNF use case csar content

Issue-ID: INT-1259
Change-Id: I0bcd85725e7f102bdcdf813db0c0260526b5807d
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
42 files changed:
heat/vFW_CNF_CDS/README.txt [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/.gitignore [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/Makefile [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/base/MANIFEST.json [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/base/base.env [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/base/base.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/base/firewall.env [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/base/firewall.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/base/packetgen.env [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/base/packetgen.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/base/sink.env [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/base/sink.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/.gitignore [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/Makefile [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/README.txt [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/.helmignore [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/Chart.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/resources/id_rsa [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/resources/id_rsa.pub [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/templates/network_attachment_definition.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/templates/onap-private-net.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/templates/protected-private-net.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/templates/pubkey.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/templates/unprotected-private-net.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/base/values.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/firewall/.helmignore [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/firewall/Chart.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/firewall/templates/configmap.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/firewall/templates/deployment.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/firewall/values.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/packetgen/.helmignore [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/packetgen/Chart.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/packetgen/templates/configmap.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/packetgen/templates/deployment.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/packetgen/templates/service.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/packetgen/values.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/sink/.helmignore [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/sink/Chart.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/sink/templates/configmap.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/sink/templates/deployment.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/sink/templates/service.yaml [new file with mode: 0644]
heat/vFW_CNF_CDS/templates/helm/sink/values.yaml [new file with mode: 0644]