Andrea Campanella | c5c1b7c | 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 | c5f7bfb | 2017-11-30 15:36:56 -0800 | [diff] [blame] | 31 | install_dependencies: {{ onos_mavenrepo_url }}/repository/org/opencord/ce/ce-api/1.0.0/ce-api-1.0.0.oar, {{ onos_mavenrepo_url }}/repository/org/opencord/ce/bigswitch/1.0.0/bigswitch-1.0.0.oar, {{ onos_mavenrepo_url }}/repository/org/opencord/ce/local-channel/1.0.0/local-channel-1.0.0.oar, {{ onos_mavenrepo_url }}//repository/org/opencord/ce/vee/1.0.0/vee-1.0.0.oar |
Andrea Campanella | fd12cae | 2017-10-24 15:17:27 +0200 | [diff] [blame] | 32 | dependencies: org.onosproject.drivers.microsemi, org.onosproject.cfm |
Scott Baker | 5b1923a | 2017-10-19 14:18:16 -0700 | [diff] [blame] | 33 | component_config: > |
| 34 | { |
| 35 | "org.onosproject.netconf.ctl.impl.NetconfControllerImpl": { |
Marc De Leenheer | 2e675b6 | 2017-11-01 16:16:17 -0700 | [diff] [blame] | 36 | "netconfConnectTimeout": "120", |
| 37 | "netconfReplyTimeout": "120" |
Andrea Campanella | c1c563a | 2017-10-25 16:48:34 +0200 | [diff] [blame] | 38 | }, |
| 39 | "org.opencord.ce.local.bigswitch.BigSwitchManager": { |
Zack Williams | 7be935f | 2017-11-27 09:35:47 -0700 | [diff] [blame] | 40 | "domainId": "{{ carrierethernet_domainid_prefix }}-cord-onos" |
Scott Baker | 5b1923a | 2017-10-19 14:18:16 -0700 | [diff] [blame] | 41 | } |
| 42 | } |
Andrea Campanella | c5c1b7c | 2017-06-23 14:06:03 +0200 | [diff] [blame] | 43 | |
| 44 | CarrierEthernet_Fabric_ONOS_app: |
| 45 | type: tosca.nodes.ONOSApp |
| 46 | requirements: |
| 47 | - onos_tenant: |
| 48 | node: service#ONOS_Fabric |
| 49 | relationship: tosca.relationships.TenantOfService |
| 50 | properties: |
Marc De Leenheer | c5f7bfb | 2017-11-30 15:36:56 -0800 | [diff] [blame] | 51 | install_dependencies: {{ onos_mavenrepo_url }}/repository/org/opencord/ce/ce-api/1.0.0/ce-api-1.0.0.oar, {{ onos_mavenrepo_url }}/repository/org/opencord/ce/bigswitch/1.0.0/bigswitch-1.0.0.oar, {{ onos_mavenrepo_url }}//repository/org/opencord/ce/local-channel/1.0.0/local-channel-1.0.0.oar, {{ onos_mavenrepo_url }}//repository/org/opencord/ce/fabric/1.0.0/fabric-1.0.0.oar |
Andrea Campanella | c1c563a | 2017-10-25 16:48:34 +0200 | [diff] [blame] | 52 | component_config: > |
| 53 | { |
| 54 | "org.opencord.ce.local.bigswitch.BigSwitchManager": { |
Zack Williams | 7be935f | 2017-11-27 09:35:47 -0700 | [diff] [blame] | 55 | "domainId": "{{ carrierethernet_domainid_prefix }}-fabric-onos" |
Andrea Campanella | c1c563a | 2017-10-25 16:48:34 +0200 | [diff] [blame] | 56 | } |
| 57 | } |