blob: 76e806e57ac1f01a42fd1d62a6bf2e1749435d4e [file] [log] [blame]
Andrea Campanella770ca042017-06-23 14:06:03 +02001tosca_definitions_version: tosca_simple_yaml_1_0
2
3imports:
4 - custom_types/xos.yaml
5
6description: carrierethernet-app onboarding, generated by platform-install
7topology_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 Leenheer054e80a2017-10-22 08:43:24 -070031 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 Campanella00a882e2017-10-24 15:17:27 +020032 dependencies: org.onosproject.drivers.microsemi, org.onosproject.cfm
Scott Bakerd5d4e212017-10-19 14:18:16 -070033 component_config: >
34 {
35 "org.onosproject.netconf.ctl.impl.NetconfControllerImpl": {
36 "netconfConnectTimeout": "60",
37 "netconfReplyTimeout": "60"
38 }
39 }
Andrea Campanella770ca042017-06-23 14:06:03 +020040
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 Leenheer054e80a2017-10-22 08:43:24 -070048 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 Campanella231eb172017-10-11 18:49:26 +020049