diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-05-23 00:01:59 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-05-23 00:01:59 +0530 |
commit | 30937551fc31d3d46488e8ded78fd07e8270c8f6 (patch) | |
tree | c87b3049a60082d28a65d8787f46bd945d42bf26 /docs | |
parent | e15f32576c64949426786eec4291cf799fbf4aec (diff) |
Add passthrough attribute to docs
Issue-ID: OPTFRA-762
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ib47097f15ed558d4ff0b6f4b8da0edbc6c21a2ed
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sections/homingspecification.rst | 16 |
1 files changed, 12 insertions, 4 deletions
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. | +-----------------------------+------------------------------------+ |