From 723e5e62605b73863d1e4cdbb2bc00bace19e05e Mon Sep 17 00:00:00 2001 From: beierl Date: Tue, 10 Sep 2019 02:05:18 -0400 Subject: [PATCH] Feature for Provider Network Support Change-Id: Iee1a3cff47c137e2962d33815dd66e9cbd542451 Signed-off-by: beierl --- Release7/provider_network_support.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Release7/provider_network_support.md diff --git a/Release7/provider_network_support.md b/Release7/provider_network_support.md new file mode 100644 index 0000000..309ceb7 --- /dev/null +++ b/Release7/provider_network_support.md @@ -0,0 +1,30 @@ +# Support for network creation based on provider network attributes # +​ +## Proposer ## +​ +- Vanessa Little (VMware) +- Mark Beierl (VMware) +- Matt Harper (RIFT) +- Ravi Chamarty (RIFT) +​ +## Type ## +*Feature** +​ +## Target MDG/TF ## +NBI, LCM, RO +​ +## Description ## +The OSM instantiation parameters needs enhancement to support the following VIM specific per-VL attributes supports +​ +provider-network: + physical-network: string + segmentation-id: uint32 +​ +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. +​ +In the case of VMware VCD, this allows creation of VL based on a specific VDC external network. +In the case of Openstack, this allows creation of VL based on a specific physical network. +​ +​ +## Demo or definition of done ## +Instantiate NS VL based on provider network attributes -- 2.25.1