diff options
author | Konrad Bańka <k.banka@samsung.com> | 2020-05-19 08:08:19 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-05-25 09:47:50 +0000 |
commit | 7c523c94d26afe32ef655e252cf06583aa3509ec (patch) | |
tree | 92583646aeecfa04051f7717b9f88b77c9f6548c /heat/vFW_CNF_CDS/templates/helm | |
parent | 2892dcf9b4d8f11e923d8f11699e0d7e776d31e9 (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/helm')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/helm/README.txt | 2 | ||||
-rw-r--r-- | heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml | 2 | ||||
-rw-r--r-- | heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/heat/vFW_CNF_CDS/templates/helm/README.txt b/heat/vFW_CNF_CDS/templates/helm/README.txt index bd7626b4..63429e91 100644 --- a/heat/vFW_CNF_CDS/templates/helm/README.txt +++ b/heat/vFW_CNF_CDS/templates/helm/README.txt @@ -1,4 +1,4 @@ -Helm content of csar package +Helm content of onboarding package To create necessary archives, please ensure you have [helm] and [make] installed first. diff --git a/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml b/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml index 7d2ecc13..a9994425 100644 --- a/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ .Values.vpg_name_0 }}-management-api + name: "{{ .Values.vpg_name_0 }}-mgmt" labels: vnf-name: {{ .Values.vnf_name }} vf-module-name: {{ .Values.vpg_name_0 }} diff --git a/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml index e93a8c9a..a046531f 100644 --- a/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ .Values.vsn_name_0 }}-darkstat-ui + name: "{{ .Values.vsn_name_0 }}-ui" labels: vnf-name: {{ .Values.vnf_name }} vf-module-name: {{ .Values.vsn_name_0 }} |