aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/Makefile
diff options
context:
space:
mode:
authorKonrad Bańka <k.banka@samsung.com>2020-05-19 08:08:19 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-05-25 09:47:50 +0000
commit7c523c94d26afe32ef655e252cf06583aa3509ec (patch)
tree92583646aeecfa04051f7717b9f88b77c9f6548c /heat/vFW_CNF_CDS/templates/Makefile
parent2892dcf9b4d8f11e923d8f11699e0d7e776d31e9 (diff)
[vFW_CNF_CDS] Cleanup onboarding package content
Rename CSAR to onboarding package where mentioned. This change doesn't contain CBA/Policy updates as they need to be updated according to latest CDS config once it is merged. Issue-ID: INT-1457 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Ia230b749fc080d4eaf9834d7d64723d74726a550
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/Makefile')
-rw-r--r--heat/vFW_CNF_CDS/templates/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/heat/vFW_CNF_CDS/templates/Makefile b/heat/vFW_CNF_CDS/templates/Makefile
index 72e93f2a..5cae204b 100644
--- a/heat/vFW_CNF_CDS/templates/Makefile
+++ b/heat/vFW_CNF_CDS/templates/Makefile
@@ -1,15 +1,15 @@
.PHONY: all clean helm base cba clean_all
-CSAR_NAME ?= vfw_k8s_demo
-CBA_NAME ?= vFW_CDS_CNF
+ONBOARDING_PACKAGE_NAME ?= vfw_k8s_demo
+CBA_NAME ?= CBA
clean_all:
$(MAKE) clean
$(MAKE) all
+#Can't use .csar extension or SDC will panic
all: csar/ helm base cba
- #Can't use .csar extension or SDC will panic
- cd csar/ && zip -r $(CSAR_NAME).zip .
- mv csar/$(CSAR_NAME).zip .
+ cd csar/ && zip -r $(ONBOARDING_PACKAGE_NAME).zip .
+ mv csar/$(ONBOARDING_PACKAGE_NAME).zip .
helm: csar/
make -C helm
@@ -27,4 +27,4 @@ csar/:
clean:
rm -rf csar/
- rm -f $(CSAR_NAME).zip
+ rm -f $(ONBOARDING_PACKAGE_NAME).zip