SEBA-457 cleanse helm-charts of deployment and siterole objects
Change-Id: I8a4a4f5a641556dcb2522482580ff9d35369d8c8
diff --git a/xos-profiles/seba-services/Chart.yaml b/xos-profiles/seba-services/Chart.yaml
index 6bc215d..4141686 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.6
+version: 1.0.7
# 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 71c1792..1e4ca3c 100644
--- a/xos-profiles/seba-services/templates/_tosca.tpl
+++ b/xos-profiles/seba-services/templates/_tosca.tpl
@@ -222,10 +222,8 @@
tosca_definitions_version: tosca_simple_yaml_1_0
description: Some basic fixtures
imports:
- - custom_types/deployment.yaml
- custom_types/networkparametertype.yaml
- custom_types/networktemplate.yaml
- - custom_types/siterole.yaml
topology_template:
node_templates:
@@ -257,22 +255,6 @@
properties:
name: neutron_port_name
-# ----------------------------------------------------------------------------
-# Roles
-# ----------------------------------------------------------------------------
- siterole#admin:
- type: tosca.nodes.SiteRole
- properties:
- role: admin
- siterole#pi:
- type: tosca.nodes.SiteRole
- properties:
- role: pi
- siterole#tech:
- type: tosca.nodes.SiteRole
- properties:
- role: tech
-
# -----------------------------------------------------------------------------
# Network Templates
# -----------------------------------------------------------------------------
@@ -299,13 +281,6 @@
translation: none
shared_network_name: ext-net
-# -----------------------------------------------------------------------------
-# Deployment
-# -----------------------------------------------------------------------------
- MyDeployment:
- type: tosca.nodes.Deployment
- properties:
- name: MyDeployment
{{- end -}}
diff --git a/xos-profiles/seba-services/templates/tosca-configmap.yaml b/xos-profiles/seba-services/templates/tosca-configmap.yaml
index 2ca2edd..3b78537 100644
--- a/xos-profiles/seba-services/templates/tosca-configmap.yaml
+++ b/xos-profiles/seba-services/templates/tosca-configmap.yaml
@@ -19,8 +19,6 @@
metadata:
name: seba-services-tosca
data:
- 010-fixtures.yaml: |
-{{ include "seba-services.basicFixturesTosca" . | indent 4 }}
020-rcord-subscriber-service.yaml: |
{{ include "rcord.serviceTosca" .Values.rcord | indent 4 }}
030-volt-service.yaml: |