diff options
author | Konrad Bańka <k.banka@samsung.com> | 2019-11-05 15:25:09 +0100 |
---|---|---|
committer | Konrad Bańka <k.banka@samsung.com> | 2019-12-04 11:47:39 +0100 |
commit | 374837f4d4b07a7ed4d920c35b0946b9435cc8d4 (patch) | |
tree | fa89292cb9d270250d5e3bc6d2a0b4ff01bca18d /heat/vFW_CNF_CDS/templates/helm/Makefile | |
parent | 2cd2bb28b21e74140315412b3de303daac206e98 (diff) |
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
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm/Makefile')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/helm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/vFW_CNF_CDS/templates/helm/Makefile b/heat/vFW_CNF_CDS/templates/helm/Makefile index 12d2d52f..feb92082 100644 --- a/heat/vFW_CNF_CDS/templates/helm/Makefile +++ b/heat/vFW_CNF_CDS/templates/helm/Makefile @@ -1,10 +1,9 @@ -vf-modules = base firewall packetgen sink +vf-modules = base_template vpkg vfw vsn .PHONY: build clean $(vf-modules:=-build) $(vf-modules:-clean) $(vf-modules:=-package) package: $(vf-modules:=-package) build: $(vf-modules:=-build) clean: $(vf-modules:=-clean) - rm -f *_cloudtech_k8s_charts.tgz $(vf-modules:=-package): %-package: %-build mv $(@:package=)*.tgz $(@:-package=)_cloudtech_k8s_charts.tgz @@ -14,3 +13,4 @@ $(vf-modules:=-build): %-build: %-clean $(vf-modules:=-clean): rm -f $(@:-clean=)-*.tgz + rm -f $(@:-clean=)_cloudtech_k8s_charts.tgz |