New feature request: Installer changes for NG-UI.
[osm/Features.git] / Release7 / provider_network_support.md
1 # Support for network creation based on provider network attributes #
2
3 ## Proposer ##
4
5 - Vanessa Little (VMware)
6 - Mark Beierl (VMware)
7 - Matt Harper (RIFT)
8 - Ravi Chamarty (RIFT)
9
10 ## Type ##
11 *Feature**
12
13 ## Target MDG/TF ##
14 NBI, LCM, RO
15
16 ## Description ##
17 The OSM instantiation parameters needs enhancement to support the following VIM specific per-VL attributes supports
18
19 provider-network:
20    physical-network: string
21    segmentation-id: uint32
22
23 NBI module shall validate the new OSM instantiation parameters. LCM module shalle pass the above parameters to RO during NS instantiation. OSM RO should support creation of VL based on provider-network.
24
25 In the case of VMware VCD, this allows creation of VL based on a specific VDC external network.
26 In the case of Openstack, this allows creation of VL based on a specific physical network.
27
28
29 ## Demo or definition of done ##
30 Instantiate NS VL based on provider network attributes