Skip to content
Snippets Groups Projects
Commit 1cde0ebb authored by montesmoreno's avatar montesmoreno
Browse files

Added management network flag to NS descriptors that did not include it. Moved...

Added management network flag to NS descriptors that did not include it. Moved vnf descriptor located in nsd directory

Signed-off-by: default avatarmontesmoreno <pablo.montesmoreno@telefonica.com>
parent 11d63d9c
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 0 deletions
......@@ -27,6 +27,7 @@ nsd:nsd-catalog:
name: cirros_2vnf_nsd_vld1
short-name: cirros_2vnf_nsd_vld1
type: ELAN
mgmt-network: 'true'
# vim-network-name: <update>
# provider-network:
# overlay-type: VLAN
......
......@@ -27,6 +27,7 @@ nsd:nsd-catalog:
name: cirros_2vnf_nsd_vld1
short-name: cirros_2vnf_nsd_vld1
type: ELAN
mgmt-network: 'true'
# vim-network-name: <update>
# provider-network:
# overlay-type: VLAN
......
......@@ -34,6 +34,7 @@ nsd:nsd-catalog:
- id: cirros_nsd_vld1
name: cirros_nsd_vld1
type: ELAN
mgmt-network: 'true'
# vim-network-name: <update>
# provider-network:
# overlay-type: VLAN
......
......@@ -24,6 +24,7 @@ nsd:nsd-catalog:
name: management
short-name: management
type: ELAN
mgmt-network: 'true'
vnfd-connection-point-ref:
# Specify the constituent VNFs
- member-vnf-index-ref: 1
......
......@@ -12,6 +12,7 @@ nsd:nsd-catalog:
nsd:mgmt-network: 'false'
nsd:name: mgmt
nsd:short-name: mgmt
mgmt-network: 'true'
nsd:vnfd-connection-point-ref:
- nsd:member-vnf-index-ref: '1'
nsd:vnfd-connection-point-ref: eth0
......
......@@ -17,6 +17,7 @@ nsd:nsd-catalog:
name: mgmt
short-name: mgmt
type: ELAN
mgmt-network: 'true'
vnfd-connection-point-ref:
- member-vnf-index-ref: 1
vnfd-id-ref: ubuntu_epa_virtio_vnf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment