mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Refactor tenancy docs
This commit is contained in:
parent
a061a03860
commit
b8b02c7b25
@ -1,20 +1,2 @@
|
|||||||
# Tenants
|
{!docs/models/tenancy/tenant.md!}
|
||||||
|
{!docs/models/tenancy/tenantgroup.md!}
|
||||||
A tenant represents a discrete entity for administrative purposes. Typically, tenants are used to represent individual customers or internal departments within an organization. The following objects can be assigned to tenants:
|
|
||||||
|
|
||||||
* Sites
|
|
||||||
* Racks
|
|
||||||
* Rack reservations
|
|
||||||
* Devices
|
|
||||||
* VRFs
|
|
||||||
* Prefixes
|
|
||||||
* IP addresses
|
|
||||||
* VLANs
|
|
||||||
* Circuits
|
|
||||||
* Virtual machines
|
|
||||||
|
|
||||||
Tenant assignment is used to signify ownership of an object in NetBox. As such, each object may only be owned by a single tenant. For example, if you have a firewall dedicated to a particular customer, you would assign it to the tenant which represents that customer. However, if the firewall serves multiple customers, it doesn't *belong* to any particular customer, so tenant assignment would not be appropriate.
|
|
||||||
|
|
||||||
### Tenant Groups
|
|
||||||
|
|
||||||
Tenants can be organized by custom groups. For instance, you might create one group called "Customers" and one called "Acquisitions." The assignment of tenants to groups is optional.
|
|
||||||
|
16
docs/models/tenancy/tenant.md
Normal file
16
docs/models/tenancy/tenant.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Tenants
|
||||||
|
|
||||||
|
A tenant represents a discrete entity for administrative purposes. Typically, tenants are used to represent individual customers or internal departments within an organization. The following objects can be assigned to tenants:
|
||||||
|
|
||||||
|
* Sites
|
||||||
|
* Racks
|
||||||
|
* Rack reservations
|
||||||
|
* Devices
|
||||||
|
* VRFs
|
||||||
|
* Prefixes
|
||||||
|
* IP addresses
|
||||||
|
* VLANs
|
||||||
|
* Circuits
|
||||||
|
* Virtual machines
|
||||||
|
|
||||||
|
Tenant assignment is used to signify ownership of an object in NetBox. As such, each object may only be owned by a single tenant. For example, if you have a firewall dedicated to a particular customer, you would assign it to the tenant which represents that customer. However, if the firewall serves multiple customers, it doesn't *belong* to any particular customer, so tenant assignment would not be appropriate.
|
3
docs/models/tenancy/tenantgroup.md
Normal file
3
docs/models/tenancy/tenantgroup.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Tenant Groups
|
||||||
|
|
||||||
|
Tenants can be organized by custom groups. For instance, you might create one group called "Customers" and one called "Acquisitions." The assignment of tenants to groups is optional.
|
Loading…
Reference in New Issue
Block a user