Refector samples
Change-Id: I559882c83c3d464795e8d95b1cbb81493e94922f
This commit is contained in:
parent
3360c1b1fa
commit
38cdeac5e4
@ -1,88 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_mec_1_0_0
|
|
||||||
|
|
||||||
description: Demo Sample MEAD1
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.mec.MEA1:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.mec.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.mec.MEA1
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
CP31:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP32:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU2
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.mec.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Apmec
|
|
||||||
|
|
||||||
FIP31:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.104
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP31
|
|
||||||
|
|
||||||
FIP32:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.105
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP32
|
|
||||||
|
|
@ -1,80 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_mec_1_0_0
|
|
||||||
|
|
||||||
description: Demo example
|
|
||||||
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.mec.MEA2:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.mec.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.mec.MEA2
|
|
||||||
node_templates:
|
|
||||||
VDU1:
|
|
||||||
type: tosca.nodes.mec.VDU.Apmec
|
|
||||||
properties:
|
|
||||||
image: cirros-0.3.5-x86_64-disk
|
|
||||||
flavor: m1.tiny
|
|
||||||
availability_zone: nova
|
|
||||||
mgmt_driver: noop
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP41:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU1
|
|
||||||
|
|
||||||
VDU2:
|
|
||||||
type: tosca.nodes.mec.VDU.Apmec
|
|
||||||
properties:
|
|
||||||
image: cirros-0.3.5-x86_64-disk
|
|
||||||
flavor: m1.tiny
|
|
||||||
availability_zone: nova
|
|
||||||
mgmt_driver: noop
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP42:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU2
|
|
||||||
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.mec.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Apmec
|
|
||||||
|
|
||||||
FIP41:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.120
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP41
|
|
||||||
|
|
||||||
FIP42:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.121
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP42
|
|
||||||
|
|
@ -1,355 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
||||||
VDU8:
|
|
||||||
type: tosca.nodes.mec.VDU.Apmec
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
|
|
||||||
CP28:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU8
|
|
||||||
VDU9:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP29:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU9
|
|
||||||
|
|
||||||
VDU10:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP210:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU10
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
FIP28:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.127
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP28
|
|
||||||
|
|
||||||
FIP29:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.128
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP29
|
|
||||||
|
|
||||||
FIP210:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.129
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP210
|
|
@ -1,355 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Demo example VNFD4
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.nfv.VNF4:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.nfv.VNF4
|
|
||||||
|
|
||||||
node_templates:
|
|
||||||
VDU1:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU1
|
|
||||||
|
|
||||||
VDU2:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU2
|
|
||||||
|
|
||||||
VDU3:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU3
|
|
||||||
VDU4:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU4
|
|
||||||
|
|
||||||
VDU5:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU5
|
|
||||||
|
|
||||||
VDU6:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU6
|
|
||||||
|
|
||||||
VDU7:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU7
|
|
||||||
|
|
||||||
VDU8:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
|
|
||||||
CP28:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU8
|
|
||||||
VDU9:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP29:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU9
|
|
||||||
|
|
||||||
VDU10:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP210:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU10
|
|
||||||
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Tacker
|
|
||||||
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
FIP28:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.127
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP28
|
|
||||||
|
|
||||||
FIP29:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.128
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP29
|
|
||||||
|
|
||||||
FIP210:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.129
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP210
|
|
@ -1,524 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
||||||
VDU8:
|
|
||||||
type: tosca.nodes.mec.VDU.Apmec
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
|
|
||||||
CP28:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU8
|
|
||||||
VDU9:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP29:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU9
|
|
||||||
|
|
||||||
VDU10:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP210:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU10
|
|
||||||
|
|
||||||
VDU11:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP211:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU11
|
|
||||||
|
|
||||||
VDU12:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP212:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU12
|
|
||||||
|
|
||||||
VDU13:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP213:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU13
|
|
||||||
VDU14:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP214:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU14
|
|
||||||
|
|
||||||
VDU15:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP215:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU15
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
FIP28:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.127
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP28
|
|
||||||
|
|
||||||
FIP29:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.128
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP29
|
|
||||||
|
|
||||||
FIP210:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.129
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP210
|
|
||||||
|
|
||||||
FIP211:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.130
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP211
|
|
||||||
|
|
||||||
FIP212:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.131
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP212
|
|
||||||
|
|
||||||
FIP213:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.132
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP213
|
|
||||||
|
|
||||||
FIP214:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.133
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP214
|
|
||||||
|
|
||||||
FIP215:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.134
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP215
|
|
@ -1,644 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Demo example VNFD4
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.nfv.VNF4:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.nfv.VNF4
|
|
||||||
|
|
||||||
node_templates:
|
|
||||||
VDU1:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU1
|
|
||||||
|
|
||||||
VDU2:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU2
|
|
||||||
|
|
||||||
VDU3:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU3
|
|
||||||
VDU4:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU4
|
|
||||||
|
|
||||||
VDU5:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU5
|
|
||||||
|
|
||||||
VDU6:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU6
|
|
||||||
|
|
||||||
VDU7:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU7
|
|
||||||
|
|
||||||
VDU8:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
|
|
||||||
CP28:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU8
|
|
||||||
VDU9:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP29:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU9
|
|
||||||
|
|
||||||
VDU10:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP210:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU10
|
|
||||||
|
|
||||||
VDU11:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP211:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU11
|
|
||||||
|
|
||||||
VDU12:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP212:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU12
|
|
||||||
|
|
||||||
VDU13:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP213:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU13
|
|
||||||
VDU14:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP214:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU14
|
|
||||||
|
|
||||||
VDU15:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP215:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU15
|
|
||||||
|
|
||||||
VDU16:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP216:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU16
|
|
||||||
|
|
||||||
VDU17:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP217:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU17
|
|
||||||
|
|
||||||
VDU18:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
|
|
||||||
CP218:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU18
|
|
||||||
VDU19:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP219:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU19
|
|
||||||
|
|
||||||
VDU20:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP220:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU20
|
|
||||||
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Tacker
|
|
||||||
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
FIP28:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.127
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP28
|
|
||||||
|
|
||||||
FIP29:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.128
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP29
|
|
||||||
|
|
||||||
FIP210:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.129
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP210
|
|
||||||
|
|
||||||
FIP211:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.130
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP211
|
|
||||||
|
|
||||||
FIP212:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.131
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP212
|
|
||||||
|
|
||||||
FIP213:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.132
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP213
|
|
||||||
|
|
||||||
FIP214:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.133
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP214
|
|
||||||
|
|
||||||
FIP215:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.134
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP215
|
|
@ -1,689 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
||||||
VDU8:
|
|
||||||
type: tosca.nodes.mec.VDU.Apmec
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
|
|
||||||
CP28:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU8
|
|
||||||
VDU9:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP29:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU9
|
|
||||||
|
|
||||||
VDU10:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP210:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU10
|
|
||||||
|
|
||||||
VDU11:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP211:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU11
|
|
||||||
|
|
||||||
VDU12:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP212:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU12
|
|
||||||
|
|
||||||
VDU13:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP213:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU13
|
|
||||||
VDU14:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP214:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU14
|
|
||||||
|
|
||||||
VDU15:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP215:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU15
|
|
||||||
|
|
||||||
VDU16:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP216:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU16
|
|
||||||
|
|
||||||
VDU17:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP217:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU17
|
|
||||||
|
|
||||||
VDU18:
|
|
||||||
type: tosca.nodes.mec.VDU.Apmec
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
|
|
||||||
CP218:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU18
|
|
||||||
VDU19:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP219:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU19
|
|
||||||
|
|
||||||
VDU20:
|
|
||||||
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
|
|
||||||
|
|
||||||
CP220:
|
|
||||||
type: tosca.nodes.mec.CP.Apmec
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU20
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
FIP28:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.127
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP28
|
|
||||||
|
|
||||||
FIP29:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.128
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP29
|
|
||||||
|
|
||||||
FIP210:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.129
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP210
|
|
||||||
|
|
||||||
FIP211:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.130
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP211
|
|
||||||
|
|
||||||
FIP212:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.131
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP212
|
|
||||||
|
|
||||||
FIP213:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.132
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP213
|
|
||||||
|
|
||||||
FIP214:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.133
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP214
|
|
||||||
|
|
||||||
FIP215:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.134
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP215
|
|
||||||
|
|
||||||
FIP216:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.135
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP216
|
|
||||||
|
|
||||||
FIP217:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.136
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP217
|
|
||||||
|
|
||||||
FIP218:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.137
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP218
|
|
||||||
|
|
||||||
FIP219:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.138
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP219
|
|
||||||
|
|
||||||
FIP220:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.139
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP220
|
|
@ -1,689 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Demo example VNFD4
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.nfv.VNF4:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.nfv.VNF4
|
|
||||||
|
|
||||||
node_templates:
|
|
||||||
VDU1:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU1
|
|
||||||
|
|
||||||
VDU2:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU2
|
|
||||||
|
|
||||||
VDU3:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU3
|
|
||||||
VDU4:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU4
|
|
||||||
|
|
||||||
VDU5:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU5
|
|
||||||
|
|
||||||
VDU6:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU6
|
|
||||||
|
|
||||||
VDU7:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU7
|
|
||||||
|
|
||||||
VDU8:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
|
|
||||||
CP28:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU8
|
|
||||||
VDU9:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP29:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU9
|
|
||||||
|
|
||||||
VDU10:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP210:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU10
|
|
||||||
|
|
||||||
VDU11:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP211:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU11
|
|
||||||
|
|
||||||
VDU12:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP212:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU12
|
|
||||||
|
|
||||||
VDU13:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP213:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU13
|
|
||||||
VDU14:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP214:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU14
|
|
||||||
|
|
||||||
VDU15:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP215:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU15
|
|
||||||
|
|
||||||
VDU16:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP216:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU16
|
|
||||||
|
|
||||||
VDU17:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP217:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU17
|
|
||||||
|
|
||||||
VDU18:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
|
|
||||||
CP218:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU18
|
|
||||||
VDU19:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP219:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU19
|
|
||||||
|
|
||||||
VDU20:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP220:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU20
|
|
||||||
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Tacker
|
|
||||||
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
FIP28:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.127
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP28
|
|
||||||
|
|
||||||
FIP29:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.128
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP29
|
|
||||||
|
|
||||||
FIP210:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.129
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP210
|
|
||||||
|
|
||||||
FIP211:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.130
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP211
|
|
||||||
|
|
||||||
FIP212:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.131
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP212
|
|
||||||
|
|
||||||
FIP213:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.132
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP213
|
|
||||||
|
|
||||||
FIP214:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.133
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP214
|
|
||||||
|
|
||||||
FIP215:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.134
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP215
|
|
||||||
|
|
||||||
FIP216:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.135
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP216
|
|
||||||
|
|
||||||
FIP217:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.136
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP217
|
|
||||||
|
|
||||||
FIP218:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.137
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP218
|
|
||||||
|
|
||||||
FIP219:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.138
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP219
|
|
||||||
|
|
||||||
FIP220:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.139
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP220
|
|
File diff suppressed because it is too large
Load Diff
@ -1,259 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
@ -1,260 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Demo example VNFD4
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.nfv.VNF4:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.nfv.VNF4
|
|
||||||
|
|
||||||
node_templates:
|
|
||||||
VDU1:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU1
|
|
||||||
|
|
||||||
VDU2:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU2
|
|
||||||
|
|
||||||
VDU3:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU3
|
|
||||||
VDU4:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU4
|
|
||||||
|
|
||||||
VDU5:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU5
|
|
||||||
|
|
||||||
VDU6:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU6
|
|
||||||
|
|
||||||
VDU7:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
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.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU7
|
|
||||||
|
|
||||||
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Tacker
|
|
||||||
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Import VNDs(already on-boarded) without param
|
|
||||||
imports:
|
|
||||||
- vnfd1
|
|
||||||
- vnfd2
|
|
||||||
- vnfd3
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
node_templates:
|
|
||||||
VNF1:
|
|
||||||
type: tosca.nodes.nfv.VNF1
|
|
||||||
|
|
||||||
VNF2:
|
|
||||||
type: tosca.nodes.nfv.VNF2
|
|
||||||
|
|
||||||
VNF3:
|
|
||||||
type: tosca.nodes.nfv.VNF3
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Import VNDs(already on-boarded) without param
|
|
||||||
imports:
|
|
||||||
- vnfd1
|
|
||||||
- vnfd2
|
|
||||||
- vnfd3
|
|
||||||
- vnfd4
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
node_templates:
|
|
||||||
VNF1:
|
|
||||||
type: tosca.nodes.nfv.VNF1
|
|
||||||
|
|
||||||
VNF2:
|
|
||||||
type: tosca.nodes.nfv.VNF2
|
|
||||||
|
|
||||||
VNF3:
|
|
||||||
type: tosca.nodes.nfv.VNF3
|
|
||||||
|
|
||||||
VNF4:
|
|
||||||
type: tosca.nodes.nfv.VNF4
|
|
||||||
|
|
@ -1,89 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Demo example VNFD4
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.nfv.VNF4:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.nfv.VNF4
|
|
||||||
|
|
||||||
node_templates:
|
|
||||||
VDU1:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP41:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU1
|
|
||||||
|
|
||||||
VDU2:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP42:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU2
|
|
||||||
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Tacker
|
|
||||||
|
|
||||||
|
|
||||||
FIP41:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.120
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP41
|
|
||||||
|
|
||||||
FIP42:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.121
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP42
|
|
@ -1,55 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Demo Sample VNFD1
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.nfv.VNF1:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.nfv.VNF1
|
|
||||||
|
|
||||||
node_templates:
|
|
||||||
VDU1:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
CP11:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU1
|
|
||||||
|
|
||||||
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Tacker
|
|
||||||
|
|
||||||
FIP11:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.100
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP11
|
|
||||||
|
|
@ -1,56 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Demo example VNFD2
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.nfv.VNF2:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.nfv.VNF2
|
|
||||||
|
|
||||||
node_templates:
|
|
||||||
VDU1:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP12:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU1
|
|
||||||
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Tacker
|
|
||||||
|
|
||||||
|
|
||||||
FIP12:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.102
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP12
|
|
||||||
|
|
@ -1,57 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
||||||
|
|
||||||
description: Demo example VNFD3
|
|
||||||
node_types:
|
|
||||||
tosca.nodes.nfv.VNF3:
|
|
||||||
requirements:
|
|
||||||
- virtualLink1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
required: true
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
substitution_mappings:
|
|
||||||
node_type: tosca.nodes.nfv.VNF3
|
|
||||||
|
|
||||||
node_templates:
|
|
||||||
VDU1:
|
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
|
||||||
properties:
|
|
||||||
flavor: m1.small
|
|
||||||
image: ubuntu-xenial
|
|
||||||
mgmt_driver: noop
|
|
||||||
availability_zone: nova
|
|
||||||
config_drive: true
|
|
||||||
key_name: mykey
|
|
||||||
config: |
|
|
||||||
param0: key1
|
|
||||||
param1: key2
|
|
||||||
|
|
||||||
CP13:
|
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
|
||||||
properties:
|
|
||||||
order: 0
|
|
||||||
management: true
|
|
||||||
anti_spoofing_protection: false
|
|
||||||
requirements:
|
|
||||||
- virtualLink:
|
|
||||||
node: VL1
|
|
||||||
- virtualBinding:
|
|
||||||
node: VDU1
|
|
||||||
|
|
||||||
|
|
||||||
VL1:
|
|
||||||
type: tosca.nodes.nfv.VL
|
|
||||||
properties:
|
|
||||||
network_name: net0
|
|
||||||
vendor: Tacker
|
|
||||||
|
|
||||||
|
|
||||||
FIP13:
|
|
||||||
type: tosca.nodes.network.FloatingIP
|
|
||||||
properties:
|
|
||||||
floating_network: external
|
|
||||||
floating_ip_address: 203.203.203.104
|
|
||||||
requirements:
|
|
||||||
- link:
|
|
||||||
node: CP13
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
@ -1,15 +0,0 @@
|
|||||||
tosca_definitions_version: tosca_simple_profile_for_mec_1_0_0
|
|
||||||
|
|
||||||
description: Import MEADs(already on-boarded) and NSD (already on-boarded) with input parameters
|
|
||||||
imports:
|
|
||||||
meads:
|
|
||||||
- mead1
|
|
||||||
nsds:
|
|
||||||
- nsd
|
|
||||||
|
|
||||||
topology_template:
|
|
||||||
node_templates:
|
|
||||||
MEA4:
|
|
||||||
type: tosca.nodes.mec.MEA4
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user