Refactor FIXMEs in vFW_CDS_CNF use case 63/97963/5
authorKonrad Bańka <k.banka@samsung.com>
Tue, 5 Nov 2019 14:25:09 +0000 (15:25 +0100)
committerKonrad Bańka <k.banka@samsung.com>
Wed, 4 Dec 2019 10:47:39 +0000 (11:47 +0100)
commit374837f4d4b07a7ed4d920c35b0946b9435cc8d4
treefa89292cb9d270250d5e3bc6d2a0b4ff01bca18d
parent2cd2bb28b21e74140315412b3de303daac206e98
Refactor FIXMEs in vFW_CDS_CNF use case

Issue-ID: INT-1259
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: Ia834019f3c1564e660036047864f74a7477273aa
39 files changed:
heat/vFW_CNF_CDS/templates/.gitignore
heat/vFW_CNF_CDS/templates/Makefile
heat/vFW_CNF_CDS/templates/base/MANIFEST.json
heat/vFW_CNF_CDS/templates/base/base_template.env [moved from heat/vFW_CNF_CDS/templates/base/base.env with 100% similarity]
heat/vFW_CNF_CDS/templates/base/base_template.yaml [moved from heat/vFW_CNF_CDS/templates/base/base.yaml with 89% similarity]
heat/vFW_CNF_CDS/templates/base/vfw.env [moved from heat/vFW_CNF_CDS/templates/base/firewall.env with 100% similarity]
heat/vFW_CNF_CDS/templates/base/vfw.yaml [moved from heat/vFW_CNF_CDS/templates/base/firewall.yaml with 100% similarity]
heat/vFW_CNF_CDS/templates/base/vpkg.env [moved from heat/vFW_CNF_CDS/templates/base/packetgen.env with 100% similarity]
heat/vFW_CNF_CDS/templates/base/vpkg.yaml [moved from heat/vFW_CNF_CDS/templates/base/packetgen.yaml with 100% similarity]
heat/vFW_CNF_CDS/templates/base/vsn.env [moved from heat/vFW_CNF_CDS/templates/base/sink.env with 100% similarity]
heat/vFW_CNF_CDS/templates/base/vsn.yaml [moved from heat/vFW_CNF_CDS/templates/base/sink.yaml with 100% similarity]
heat/vFW_CNF_CDS/templates/helm/Makefile
heat/vFW_CNF_CDS/templates/helm/base/.helmignore [deleted file]
heat/vFW_CNF_CDS/templates/helm/base/resources/id_rsa [deleted file]
heat/vFW_CNF_CDS/templates/helm/base/resources/id_rsa.pub [deleted file]
heat/vFW_CNF_CDS/templates/helm/base/templates/pubkey.yaml [deleted file]
heat/vFW_CNF_CDS/templates/helm/base_template/Chart.yaml [moved from heat/vFW_CNF_CDS/templates/helm/base/Chart.yaml with 85% similarity]
heat/vFW_CNF_CDS/templates/helm/base_template/templates/network_attachment_definition.yaml [moved from heat/vFW_CNF_CDS/templates/helm/base/templates/network_attachment_definition.yaml with 83% similarity]
heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml [moved from heat/vFW_CNF_CDS/templates/helm/base/templates/onap-private-net.yaml with 85% similarity]
heat/vFW_CNF_CDS/templates/helm/base_template/templates/protected-private-net.yaml [moved from heat/vFW_CNF_CDS/templates/helm/base/templates/protected-private-net.yaml with 85% similarity]
heat/vFW_CNF_CDS/templates/helm/base_template/templates/unprotected-private-net.yaml [moved from heat/vFW_CNF_CDS/templates/helm/base/templates/unprotected-private-net.yaml with 86% similarity]
heat/vFW_CNF_CDS/templates/helm/base_template/values.yaml [moved from heat/vFW_CNF_CDS/templates/helm/base/values.yaml with 56% similarity]
heat/vFW_CNF_CDS/templates/helm/firewall/.helmignore [deleted file]
heat/vFW_CNF_CDS/templates/helm/packetgen/.helmignore [deleted file]
heat/vFW_CNF_CDS/templates/helm/sink/.helmignore [deleted file]
heat/vFW_CNF_CDS/templates/helm/vfw/Chart.yaml [moved from heat/vFW_CNF_CDS/templates/helm/firewall/Chart.yaml with 88% similarity]
heat/vFW_CNF_CDS/templates/helm/vfw/templates/configmap.yaml [moved from heat/vFW_CNF_CDS/templates/helm/firewall/templates/configmap.yaml with 88% similarity]
heat/vFW_CNF_CDS/templates/helm/vfw/templates/deployment.yaml [moved from heat/vFW_CNF_CDS/templates/helm/firewall/templates/deployment.yaml with 85% similarity]
heat/vFW_CNF_CDS/templates/helm/vfw/values.yaml [moved from heat/vFW_CNF_CDS/templates/helm/firewall/values.yaml with 95% similarity]
heat/vFW_CNF_CDS/templates/helm/vpkg/Chart.yaml [moved from heat/vFW_CNF_CDS/templates/helm/packetgen/Chart.yaml with 87% similarity]
heat/vFW_CNF_CDS/templates/helm/vpkg/templates/configmap.yaml [moved from heat/vFW_CNF_CDS/templates/helm/packetgen/templates/configmap.yaml with 88% similarity]
heat/vFW_CNF_CDS/templates/helm/vpkg/templates/deployment.yaml [moved from heat/vFW_CNF_CDS/templates/helm/packetgen/templates/deployment.yaml with 88% similarity]
heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml [moved from heat/vFW_CNF_CDS/templates/helm/packetgen/templates/service.yaml with 66% similarity]
heat/vFW_CNF_CDS/templates/helm/vpkg/values.yaml [moved from heat/vFW_CNF_CDS/templates/helm/packetgen/values.yaml with 91% similarity]
heat/vFW_CNF_CDS/templates/helm/vsn/Chart.yaml [moved from heat/vFW_CNF_CDS/templates/helm/sink/Chart.yaml with 90% similarity]
heat/vFW_CNF_CDS/templates/helm/vsn/templates/configmap.yaml [moved from heat/vFW_CNF_CDS/templates/helm/sink/templates/configmap.yaml with 77% similarity]
heat/vFW_CNF_CDS/templates/helm/vsn/templates/deployment.yaml [moved from heat/vFW_CNF_CDS/templates/helm/sink/templates/deployment.yaml with 80% similarity]
heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml [moved from heat/vFW_CNF_CDS/templates/helm/sink/templates/service.yaml with 66% similarity]
heat/vFW_CNF_CDS/templates/helm/vsn/values.yaml [moved from heat/vFW_CNF_CDS/templates/helm/sink/values.yaml with 100% similarity]