SEBA-544 Helm charts for TT Workflow
Change-Id: I3eb33c501876f1b76312836b2fa16d68d4bb9c9a
diff --git a/xos-profiles/seba-services/Chart.yaml b/xos-profiles/seba-services/Chart.yaml
index ea665e8..917a223 100644
--- a/xos-profiles/seba-services/Chart.yaml
+++ b/xos-profiles/seba-services/Chart.yaml
@@ -17,7 +17,7 @@
name: seba-services
description: A Helm chart for XOS's "SEBA" profile
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.0.9
+version: 1.1.0
# xosproject/tosca-loader version
appVersion: 1.1.7
diff --git a/xos-profiles/seba-services/templates/_tosca.tpl b/xos-profiles/seba-services/templates/_tosca.tpl
index 1e4ca3c..cb329b4 100644
--- a/xos-profiles/seba-services/templates/_tosca.tpl
+++ b/xos-profiles/seba-services/templates/_tosca.tpl
@@ -93,19 +93,6 @@
node: service#onos
relationship: tosca.relationships.BelongsToOne
- onos_app#aaa:
- type: tosca.nodes.ONOSApp
- properties:
- name: aaa
- app_id: org.opencord.aaa
- url: {{ .aaaAppUrl }}
- version: {{ .aaaAppVersion }}
- dependencies: org.opencord.sadis
- requirements:
- - owner:
- node: service#onos
- relationship: tosca.relationships.BelongsToOne
-
onos_app#kafka:
type: tosca.nodes.ONOSApp
properties:
@@ -113,7 +100,6 @@
app_id: org.opencord.kafka
url: {{ .kafkaAppUrl }}
version: {{ .kafkaAppVersion }}
- dependencies: org.opencord.olt,org.opencord.aaa,org.opencord.dhcpl2relay
requirements:
- owner:
node: service#onos
@@ -148,24 +134,6 @@
node: onos_app#olt
relationship: tosca.relationships.BelongsToOne
- aaa-config-attr:
- type: tosca.nodes.ServiceInstanceAttribute
- properties:
- name: /onos/v1/network/configuration/apps/org.opencord.aaa
- value: >
- {
- "AAA" : {
- "radiusConnectionType" : "socket",
- "radiusHost" : "freeradius.voltha.svc.cluster.local",
- "radiusServerPort" : "1812",
- "radiusSecret" : "SECRET"
- }
- }
- requirements:
- - service_instance:
- node: onos_app#aaa
- relationship: tosca.relationships.BelongsToOne
-
sadis-config-attr:
type: tosca.nodes.ServiceInstanceAttribute
properties:
@@ -389,9 +357,4 @@
- provider_service:
node: service#onos
relationship: tosca.relationships.BelongsToOne
-
- constraints:
- type: tosca.nodes.ServiceGraphConstraint
- properties:
- constraints: '[[null, "rcord", null], [null, "volt", null], ["onos", "fabric-crossconnect", "att-workflow-driver"], ["fabric", null, null]]'
{{- end -}}
diff --git a/xos-profiles/seba-services/values.yaml b/xos-profiles/seba-services/values.yaml
index ec65381..fce29c4 100644
--- a/xos-profiles/seba-services/values.yaml
+++ b/xos-profiles/seba-services/values.yaml
@@ -40,9 +40,6 @@
xosAdminPassword: "letmein"
# ONOS applications
-aaaAppUrl: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/aaa/1.8.0/aaa-1.8.0.oar"
-aaaAppVersion: "1.8.0"
-
sadisAppUrl: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/sadis-app/2.2.0/sadis-app-2.2.0.oar"
sadisAppVersion: "2.2.0"
@@ -62,4 +59,4 @@
fabric:
enabled: true
onos-service:
- enabled: true
\ No newline at end of file
+ enabled: true