From e87edd9ae3a1accd1c5aebb4bda35ac6653705ac Mon Sep 17 00:00:00 2001 From: Michael Gaffney Date: Sun, 11 Oct 2020 17:21:27 -0400 Subject: [PATCH] Docs: add content to Domain Model - Host Catalogs page (#622) --- .../concepts/domain-model/host-catalogs.mdx | 32 +++++++++++++------ 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/website/content/docs/concepts/domain-model/host-catalogs.mdx b/website/content/docs/concepts/domain-model/host-catalogs.mdx index bbdd3ee7ab..af4b5d3aff 100644 --- a/website/content/docs/concepts/domain-model/host-catalogs.mdx +++ b/website/content/docs/concepts/domain-model/host-catalogs.mdx @@ -8,15 +8,27 @@ description: |- # Host Catalogs -A host catalog is a permission boundary modeled as a container. -A Host Catalog can contain Scopes forming a tree. -A Scope can own zero to many -Groups, -Roles, -Targets, -and Host Catalogs. -Scope is abstract. -Organization and Project are concrete Scopes. -All resources owned by a Scope are deleted when the Scope is deleted. +A host catalog is a resource +that contains [hosts][] and [host sets][]. +A host catalog can only be defined within a [project][]. ## Attributes + +A host catalog has the following configurable attributes: + +- `name` - (optional) + If set, the `name` must be unique within the host catalog's [project][]. + +- `description` - (optional) + +## Referenced By + +- [Host][] +- [Host Set][] +- [Project][] + +[host set]: /docs/concepts/domain-model/host-sets +[host sets]: /docs/concepts/domain-model/host-sets +[host]: /docs/concepts/domain-model/hosts +[hosts]: /docs/concepts/domain-model/hosts +[project]: /docs/concepts/domain-model/scopes#projects