From 30937551fc31d3d46488e8ded78fd07e8270c8f6 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Sat, 23 May 2020 00:01:59 +0530 Subject: Add passthrough attribute to docs Issue-ID: OPTFRA-762 Signed-off-by: krishnaa96 Change-Id: Ib47097f15ed558d4ff0b6f4b8da0edbc6c21a2ed --- docs/sections/homingspecification.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/sections/homingspecification.rst b/docs/sections/homingspecification.rst index 855e0ba..4950a9a 100644 --- a/docs/sections/homingspecification.rst +++ b/docs/sections/homingspecification.rst @@ -252,14 +252,18 @@ Demand criteria is dependent upon the inventory provider in use. | | instances). Exactly one inventory | | | type may be specified. | +-----------------------------+------------------------------------+ -| ``attributes`` (Optional) | A list of key-value pairs, that is | -| | used to select inventory | +| ``filtering_attributes`` | A list of key-value pairs, that is | +| (Optional) | used to select inventory | | | candidates that match *all* the | | | specified attributes. The key | | | should be a uniquely identifiable | | | attribute at the inventory | | | provider. | +-----------------------------+------------------------------------+ +| ``passthrough_attributes`` | A list of key-value pairs, that | +| (Optional) | will be added to the candidate's | +| | attribute directly from template. | ++-----------------------------+------------------------------------+ | ``service_type`` (Optional) | If ``inventory_type`` is | | | ``service``, a list of one or more | | | provider-defined service types. If | @@ -327,10 +331,14 @@ for ONAP. | | instances). Exactly one inventory | | | type may be specified. | +-----------------------------+------------------------------------+ -| ``attributes`` (Optional) | A list of key-value pairs to match | -| | against inventory when drawing | +| ``filtering attributes`` | A list of key-value pairs to match | +| (Optional) | against inventory when drawing | | | candidates. | +-----------------------------+------------------------------------+ +| ``passthrough_attributes`` | A list of key-value pairs, that | +| (Optional) | will be added to the candidate's | +| | attribute directly from template. | ++-----------------------------+------------------------------------+ | ``service_type`` (Optional) | Examples may include ``vG``, | | | ``vG_MuxInfra``, etc. | +-----------------------------+------------------------------------+ -- cgit 1.2.3-korg