Merge "Fix tacker vnffgd version"

This commit is contained in:
Zuul 2018-02-24 10:15:10 +00:00 committed by Gerrit Code Review
commit 9a86713551

View File

@ -26,17 +26,19 @@ topology_template:
node_templates: node_templates:
Forwarding_path1: Forwarding_path1:
type: tosca.nodes.nfv.FP.Tacker type: tosca.nodes.nfv.FP.TackerV2
description: creates path (CP12->CP12) description: creates path (CP12->CP12)
properties: properties:
id: 51 id: 51
policy: policy:
type: ACL type: ACL
criteria: criteria:
- network_src_port_id: ${KOLLA_SFC_CLIENT_PORT} - name: block_http
- network_id: ${DEMO_NET} classifier:
- ip_proto: 6 network_src_port_id: ${KOLLA_SFC_CLIENT_PORT}
- destination_port_range: 80-80 network_id: ${DEMO_NET}
ip_proto: 6
destination_port_range: 80-80
path: path:
- forwarder: kolla-sample-vnfd - forwarder: kolla-sample-vnfd
capability: CP11 capability: CP11