-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(tenants): Add docs for ACITenant model
- Loading branch information
Showing
3 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Tenants | ||
|
||
An ACI fabric manages one or more *tenants* based on the tenant portion of the hierarchical management information tree (MIT). | ||
|
||
```mermaid | ||
flowchart TD | ||
TN([Tenant]) | ||
subgraph graphTN [Tenant] | ||
TN | ||
end | ||
``` | ||
|
||
## Tenant | ||
|
||
A *tenant* in the ACI policy model represents a container for application policies with domain-based access control. Tenants can be modeled after customers, organizations, domains, or used to group policies. | ||
|
||
The *ACITenant* model has the following fields: | ||
|
||
*Required fields*: | ||
|
||
- **Name**: represent the tenant name in the ACI | ||
|
||
*Optional fields*: | ||
|
||
- **Alias**: an alias in the ACI | ||
- **Description**: a description of the ACI tenant | ||
- (NetBox) **Tenant**: an assignment to the NetBox tenant model | ||
- **Comments**: a text field for additional notes | ||
- **Tags**: a list of NetBox tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters