When Network Service (NS) is supported in Tacker, we can launch multiple VNFFGs by initiating NS. Because each VNFFG can have different 'symmetrical' value, we should support dynamic 'symmetrical' parameter for each VNFFG in VNFFG descriptor. This feature will add 'symmetrical' as a property of forwarding path, so users can set 'symmetrical' value to 'true' or 'false' to change symmetrical value of a port chain in networking-sfc. Change-Id: Ie9a6abe96141954e95902cd426abafa10d744236changes/47/585647/12
parent
210d8f93bb
commit
df8be52ac7
@ -0,0 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
This feature adds 'symmetrical' as a property of forwarding path,
|
||||
so users can set 'symmetrical' value to 'true' or 'false' to change
|
||||
the symmetrical value of a port chain in networking-sfc.
|
@ -1,5 +1,6 @@
|
||||
nsd:
|
||||
vl1_name: net_mgmt
|
||||
vl2_name: net0
|
||||
net_src_port_id: 22566484-6585-483b-9f70-0c2811895f96
|
||||
ip_dest_prefix: 10.10.0.11/24
|
||||
net_src_port_id: 5610a59a-68d3-431b-aa11-843744e81041
|
||||
ip_dest_prefix: 10.10.0.5/24
|
||||
net_dst_port_id: 0eed8399-6c51-4eee-b037-0999c93ac898
|
||||
|
@ -1,6 +1,3 @@
|
||||
{
|
||||
net_src_port_id: 640dfd77-c92b-45a3-b8fc-22712de480e1
|
||||
dst_port_range: 80-1024
|
||||
ip_dst_pre:
|
||||
- 192.168.1.2/24
|
||||
}
|
||||
net_src_port_id: 640dfd77-c92b-45a3-b8fc-22712de480e1
|
||||
dst_port_range: 80-1024
|
||||
ip_dst_pre: 192.168.1.2/24
|
||||
|
Loading…
Reference in new issue