[COMAC-132,COMAC-187] Fix typo: resdential to residential
Change-Id: I829afbb508da7c60bfec01bb54111f1137045ab3
diff --git a/xos-profiles/comac/templates/_tosca.tpl b/xos-profiles/comac/templates/_tosca.tpl
index 42c0efb..7b0f000 100644
--- a/xos-profiles/comac/templates/_tosca.tpl
+++ b/xos-profiles/comac/templates/_tosca.tpl
@@ -36,7 +36,7 @@
rest_hostname: {{ .onosRestService | quote }}
rest_port: 8181
-{{- if $.resdentialService.enabled }}
+{{- if $.residentialService.enabled }}
onos_app#openflow-base:
type: tosca.nodes.ONOSApp
properties:
@@ -306,7 +306,7 @@
- custom_types/mcordsubscriberservice.yaml
- custom_types/onosservice.yaml
- custom_types/vrouterservice.yaml
-{{- if .Values.resdentialService.enabled }}
+{{- if .Values.residentialService.enabled }}
- custom_types/rcordservice.yaml
- custom_types/voltservice.yaml
- custom_types/fabriccrossconnectservice.yaml
@@ -343,7 +343,7 @@
name: mcord
must-exist: true
-{{- if .Values.resdentialService.enabled }}
+{{- if .Values.residentialService.enabled }}
service#rcord:
type: tosca.nodes.RCORDService
properties:
@@ -415,7 +415,7 @@
node: service#fabric
relationship: tosca.relationships.BelongsToOne
-{{- if .Values.resdentialService.enabled }}
+{{- if .Values.residentialService.enabled }}
service_dependency#rcord_volt:
type: tosca.nodes.ServiceDependency
properties:
diff --git a/xos-profiles/comac/templates/tosca-configmap.yaml b/xos-profiles/comac/templates/tosca-configmap.yaml
index 7e2cf06..f6fc35b 100644
--- a/xos-profiles/comac/templates/tosca-configmap.yaml
+++ b/xos-profiles/comac/templates/tosca-configmap.yaml
@@ -18,7 +18,7 @@
metadata:
name: comac-tosca
data:
-{{- if .Values.resdentialService.enabled }}
+{{- if .Values.residentialService.enabled }}
010-rcord-subscriber-service.yaml: |
{{ include "rcord.serviceTosca" .Values.rcord | indent 4 }}
020-volt-service.yaml: |
@@ -34,7 +34,7 @@
050-fabric-service.yaml: |
{{ include "fabric.serviceTosca" .Values.fabric | indent 4 }}
{{- end }}
-{{- if .Values.resdentialService.enabled }}
+{{- if .Values.residentialService.enabled }}
060-fixtures.yaml: |
{{ include "comac.basicFixturesTosca" . | indent 4 }}
{{- end }}