summaryrefslogtreecommitdiffstats
path: root/docs/inventory_refresh.md
diff options
context:
space:
mode:
authorWayne Witzel III <wayne@riotousliving.com>2017-07-14 16:41:06 +0200
committerWayne Witzel III <wayne@riotousliving.com>2017-07-14 16:41:06 +0200
commit96cc7144893309141a0537dfc40608e428ce944d (patch)
tree67c2983de82e95d60d7f22bb54c0f30b008b02db /docs/inventory_refresh.md
parentFix an issue where an unlicensed system would throw errors (diff)
downloadawx-96cc7144893309141a0537dfc40608e428ce944d.tar.xz
awx-96cc7144893309141a0537dfc40608e428ce944d.zip
Update smart inventory acceptance
Diffstat (limited to 'docs/inventory_refresh.md')
-rw-r--r--docs/inventory_refresh.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/inventory_refresh.md b/docs/inventory_refresh.md
index ae58cf9c7b..88064261dd 100644
--- a/docs/inventory_refresh.md
+++ b/docs/inventory_refresh.md
@@ -99,14 +99,18 @@ hosts with a name containing "nyc".
### Acceptance Critera
When verifying acceptance we should ensure the following statements are true:
+``
* `Inventory` has a new field named `kind` that defaults to empty and
can only be set to `smart`.
* `Inventory` has a new field named `host_filter` to empty and can only be
set to a valid _SmartFilter_ string.
-* `Inventory` with a `host_filter` set and a `kind` of `smart` will have
-a `hosts` list reflecting the results of searching `/api/v2/hosts` with the same
+* `Inventory` with a `host_filter` set and a `kind` of `smart`:
+ * `hosts` list reflecting the results of searching `/api/v2/hosts` with the same
search that is set in the `host_filter`.
+ * Not allow creation of Hosts
+ * Not allow creation of Groups
+ * Not allow creation of Inventory Sources
### API Concerns
There are no breaking or backwards incompatible changes for this feature.