ccb79934ec
Change-Id: Ib3be5c8c19b17bac4add76c0210c1ec7af3d99ac implements-blueprint: vnf-components-support Co-Authored-By: Manikantha Srinivas Tadi <manikantha.tadi@gmail.com>
64 lines
1.4 KiB
YAML
64 lines
1.4 KiB
YAML
tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
|
|
metadata:
|
|
template_name: sample-tosca-vnfd-for-vnfc
|
|
|
|
topology_template:
|
|
node_templates:
|
|
firewall_vnfc:
|
|
type: tosca.nodes.nfv.VNFC.Tacker
|
|
requirements:
|
|
- host: VDU1
|
|
- host: VDU2
|
|
interfaces:
|
|
Standard:
|
|
create: /home/bharatht/install_vnfc.sh
|
|
|
|
VDU1:
|
|
type: tosca.nodes.nfv.VDU.Tacker
|
|
properties:
|
|
image: fedora-software-config
|
|
flavor: m1.small
|
|
mgmt_driver: noop
|
|
key_name: stack_key
|
|
config: |
|
|
param0: key1
|
|
param1: key2
|
|
|
|
CP1:
|
|
type: tosca.nodes.nfv.CP.Tacker
|
|
properties:
|
|
management: true
|
|
anti_spoofing_protection: false
|
|
requirements:
|
|
- virtualLink:
|
|
node: VL1
|
|
- virtualBinding:
|
|
node: VDU1
|
|
VDU2:
|
|
type: tosca.nodes.nfv.VDU.Tacker
|
|
properties:
|
|
image: fedora-software-config
|
|
flavor: m1.small
|
|
mgmt_driver: noop
|
|
key_name: stack_key
|
|
config: |
|
|
param0: key1
|
|
param1: key2
|
|
|
|
CP2:
|
|
type: tosca.nodes.nfv.CP.Tacker
|
|
properties:
|
|
management: true
|
|
anti_spoofing_protection: false
|
|
requirements:
|
|
- virtualLink:
|
|
node: VL1
|
|
- virtualBinding:
|
|
node: VDU2
|
|
|
|
VL1:
|
|
type: tosca.nodes.nfv.VL
|
|
properties:
|
|
network_name: private
|
|
vendor: Tacker
|