Docs: add content to Domain Model - Host Catalogs page (#622)

pull/623/head
Michael Gaffney 6 years ago committed by GitHub
parent caf7a47ff7
commit e87edd9ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save