Andrea Campanella | 770ca04 | 2017-06-23 14:06:03 +0200 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | imports: |
| 4 | - custom_types/xos.yaml |
| 5 | |
| 6 | description: carrierethernet-app onboarding, generated by platform-install |
| 7 | topology_template: |
| 8 | node_templates: |
| 9 | |
| 10 | service#ONOS_CORD: |
| 11 | type: tosca.nodes.ONOSService |
| 12 | properties: |
| 13 | no-delete: true |
| 14 | no-create: true |
| 15 | no-update: true |
| 16 | |
| 17 | service#ONOS_Fabric: |
| 18 | type: tosca.nodes.ONOSService |
| 19 | properties: |
| 20 | no-delete: true |
| 21 | no-create: true |
| 22 | no-update: true |
| 23 | |
| 24 | CarrierEthernet_ONOS_app: |
| 25 | type: tosca.nodes.ONOSApp |
| 26 | requirements: |
| 27 | - onos_tenant: |
| 28 | node: service#ONOS_CORD |
| 29 | relationship: tosca.relationships.TenantOfService |
| 30 | properties: |
Marc De Leenheer | 054e80a | 2017-10-22 08:43:24 -0700 | [diff] [blame] | 31 | 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/bigswitch/1.0.0-SNAPSHOT/bigswitch-1.0.0-SNAPSHOT.oar, http://mavenrepo:8080/repository/org/opencord/ce/local-channel/1.0.0-SNAPSHOT/local-channel-1.0.0-SNAPSHOT.oar, http://mavenrepo:8080/repository/org/opencord/ce/vee/1.0.0-SNAPSHOT/vee-1.0.0-SNAPSHOT.oar |
Andrea Campanella | 00a882e | 2017-10-24 15:17:27 +0200 | [diff] [blame] | 32 | dependencies: org.onosproject.drivers.microsemi, org.onosproject.cfm |
Scott Baker | d5d4e21 | 2017-10-19 14:18:16 -0700 | [diff] [blame] | 33 | component_config: > |
| 34 | { |
| 35 | "org.onosproject.netconf.ctl.impl.NetconfControllerImpl": { |
| 36 | "netconfConnectTimeout": "60", |
| 37 | "netconfReplyTimeout": "60" |
| 38 | } |
| 39 | } |
Andrea Campanella | 770ca04 | 2017-06-23 14:06:03 +0200 | [diff] [blame] | 40 | |
| 41 | CarrierEthernet_Fabric_ONOS_app: |
| 42 | type: tosca.nodes.ONOSApp |
| 43 | requirements: |
| 44 | - onos_tenant: |
| 45 | node: service#ONOS_Fabric |
| 46 | relationship: tosca.relationships.TenantOfService |
| 47 | properties: |
Marc De Leenheer | 054e80a | 2017-10-22 08:43:24 -0700 | [diff] [blame] | 48 | 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/bigswitch/1.0.0-SNAPSHOT/bigswitch-1.0.0-SNAPSHOT.oar, http://mavenrepo:8080/repository/org/opencord/ce/local-channel/1.0.0-SNAPSHOT/local-channel-1.0.0-SNAPSHOT.oar, http://mavenrepo:8080/repository/org/opencord/ce/fabric/1.0.0-SNAPSHOT/fabric-1.0.0-SNAPSHOT.oar |
Andrea Campanella | 231eb17 | 2017-10-11 18:49:26 +0200 | [diff] [blame] | 49 | |