| |
| tosca_definitions_version: tosca_simple_yaml_1_0 |
| |
| imports: |
| - custom_types/xos.yaml |
| |
| description: carrierethernet-app onboarding, generated by platform-install |
| topology_template: |
| node_templates: |
| |
| service#ONOS_CORD: |
| type: tosca.nodes.ONOSService |
| properties: |
| no-delete: true |
| no-create: true |
| no-update: true |
| |
| CarrierEthernet_ONOS_app: |
| type: tosca.nodes.ONOSApp |
| requirements: |
| - onos_tenant: |
| node: service#ONOS_CORD |
| relationship: tosca.relationships.TenantOfService |
| properties: |
| install_dependencies: {{ onos_mavenrepo_url }}/repository/org/opencord/ce/ce-api/1.0.0-SNAPSHOT/ce-api-1.0.0-SNAPSHOT.oar, {{ onos_mavenrepo_url }}/repository/org/opencord/ce/ecord-global-app/1.0.0-SNAPSHOT/ecord-global-app-1.0.0-SNAPSHOT.oar |
| |