apmec/samples/tosca-templates/evaluation/sample2-tosca-7app-apmec.yaml

260 lines
5.7 KiB
YAML

tosca_definitions_version: tosca_simple_profile_for_mec_1_0_0
description: Demo example MEAD4
node_types:
tosca.nodes.mec.MEA4:
requirements:
- virtualLink1:
type: tosca.nodes.mec.VL
required: true
topology_template:
substitution_mappings:
node_type: tosca.nodes.mec.MEA4
node_templates:
VDU1:
type: tosca.nodes.mec.VDU.Apmec
properties:
flavor: m1.small
image: ubuntu-xenial
mgmt_driver: noop
availability_zone: nova
config_drive: true
key_name: mykey
config: |
param0: key1
param1: key2
CP21:
type: tosca.nodes.mec.CP.Apmec
properties:
order: 0
management: true
anti_spoofing_protection: false
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU1
VDU2:
type: tosca.nodes.mec.VDU.Apmec
properties:
flavor: m1.small
image: ubuntu-xenial
mgmt_driver: noop
availability_zone: nova
config_drive: true
key_name: mykey
config: |
param0: key1
param1: key2
CP22:
type: tosca.nodes.mec.CP.Apmec
properties:
order: 0
management: true
anti_spoofing_protection: false
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU2
VDU3:
type: tosca.nodes.mec.VDU.Apmec
properties:
flavor: m1.small
image: ubuntu-xenial
mgmt_driver: noop
availability_zone: nova
config_drive: true
key_name: mykey
config: |
param0: key1
param1: key2
CP23:
type: tosca.nodes.mec.CP.Apmec
properties:
order: 0
management: true
anti_spoofing_protection: false
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU3
VDU4:
type: tosca.nodes.mec.VDU.Apmec
properties:
flavor: m1.small
image: ubuntu-xenial
mgmt_driver: noop
availability_zone: nova
config_drive: true
key_name: mykey
config: |
param0: key1
param1: key2
CP24:
type: tosca.nodes.mec.CP.Apmec
properties:
order: 0
management: true
anti_spoofing_protection: false
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU4
VDU5:
type: tosca.nodes.mec.VDU.Apmec
properties:
flavor: m1.small
image: ubuntu-xenial
mgmt_driver: noop
availability_zone: nova
config_drive: true
key_name: mykey
config: |
param0: key1
param1: key2
CP25:
type: tosca.nodes.mec.CP.Apmec
properties:
order: 0
management: true
anti_spoofing_protection: false
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU5
VDU6:
type: tosca.nodes.mec.VDU.Apmec
properties:
flavor: m1.small
image: ubuntu-xenial
mgmt_driver: noop
availability_zone: nova
config_drive: true
key_name: mykey
config: |
param0: key1
param1: key2
CP26:
type: tosca.nodes.mec.CP.Apmec
properties:
order: 0
management: true
anti_spoofing_protection: false
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU6
VDU7:
type: tosca.nodes.mec.VDU.Apmec
properties:
flavor: m1.small
image: ubuntu-xenial
mgmt_driver: noop
availability_zone: nova
config_drive: true
key_name: mykey
config: |
param0: key1
param1: key2
CP27:
type: tosca.nodes.mec.CP.Apmec
properties:
order: 0
management: true
anti_spoofing_protection: false
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU7
VL1:
type: tosca.nodes.mec.VL
properties:
network_name: net0
vendor: Apmec
FIP21:
type: tosca.nodes.network.FloatingIP
properties:
floating_network: external
floating_ip_address: 203.203.203.120
requirements:
- link:
node: CP21
FIP22:
type: tosca.nodes.network.FloatingIP
properties:
floating_network: external
floating_ip_address: 203.203.203.121
requirements:
- link:
node: CP22
FIP23:
type: tosca.nodes.network.FloatingIP
properties:
floating_network: external
floating_ip_address: 203.203.203.122
requirements:
- link:
node: CP23
FIP24:
type: tosca.nodes.network.FloatingIP
properties:
floating_network: external
floating_ip_address: 203.203.203.123
requirements:
- link:
node: CP24
FIP25:
type: tosca.nodes.network.FloatingIP
properties:
floating_network: external
floating_ip_address: 203.203.203.124
requirements:
- link:
node: CP25
FIP26:
type: tosca.nodes.network.FloatingIP
properties:
floating_network: external
floating_ip_address: 203.203.203.125
requirements:
- link:
node: CP26
FIP27:
type: tosca.nodes.network.FloatingIP
properties:
floating_network: external
floating_ip_address: 203.203.203.126
requirements:
- link:
node: CP27