Scott Baker | 7538963 | 2017-10-03 11:06:36 -0700 | [diff] [blame] | 1 | |
Andrea Campanella | c5c1b7c | 2017-06-23 14:06:03 +0200 | [diff] [blame] | 2 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 3 | |
| 4 | imports: |
| 5 | - custom_types/xos.yaml |
| 6 | |
| 7 | description: carrierethernet-app onboarding, generated by platform-install |
| 8 | topology_template: |
| 9 | node_templates: |
| 10 | |
| 11 | service#ONOS_CORD: |
| 12 | type: tosca.nodes.ONOSService |
| 13 | properties: |
| 14 | no-delete: true |
| 15 | no-create: true |
| 16 | no-update: true |
| 17 | |
| 18 | CarrierEthernet_ONOS_app: |
| 19 | type: tosca.nodes.ONOSApp |
| 20 | requirements: |
| 21 | - onos_tenant: |
| 22 | node: service#ONOS_CORD |
| 23 | relationship: tosca.relationships.TenantOfService |
| 24 | properties: |
Scott Baker | 7538963 | 2017-10-03 11:06:36 -0700 | [diff] [blame] | 25 | install_dependencies: http://mavenrepo:8080/repository/org/opencord/ce/ce-api/1.0.0-SNAPSHOT/ce-api-1.0.0-SNAPSHOT.oar, http://mavenrepo:8080/repository/org/opencord/ce/ecord-global-app/1.0.0-SNAPSHOT/ecord-global-app-1.0.0-SNAPSHOT.oar |