[PR #3572] [MERGED] Add tenancy to cluster #12581

Closed
opened 2025-12-29 22:22:28 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3572
Author: @frelon
Created: 10/7/2019
Status: Merged
Merged: 10/23/2019
Merged by: @jeremystretch

Base: develop-2.7Head: cluster-tenant


📝 Commits (2)

📊 Changes

13 files changed (+80 additions, -8 deletions)

View changed files

📝 netbox/templates/tenancy/tenant.html (+4 -0)
📝 netbox/templates/virtualization/cluster.html (+10 -0)
📝 netbox/templates/virtualization/cluster_edit.html (+1 -0)
📝 netbox/tenancy/api/serializers.py (+2 -1)
📝 netbox/tenancy/views.py (+2 -1)
📝 netbox/virtualization/api/serializers.py (+2 -1)
📝 netbox/virtualization/api/views.py (+1 -1)
📝 netbox/virtualization/filters.py (+5 -0)
📝 netbox/virtualization/forms.py (+24 -2)
netbox/virtualization/migrations/0010_cluster_add_tenant.py (+18 -0)
📝 netbox/virtualization/models.py (+8 -0)
📝 netbox/virtualization/tables.py (+2 -1)
📝 netbox/virtualization/views.py (+1 -1)

📄 Description

Fixes: #3455

Adds Tenant field to cluster and related forms.

Adds badge to Tenant-view that displays number of related clusters.

Adds filter for tenant on cluster filter.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/3572 **Author:** [@frelon](https://github.com/frelon) **Created:** 10/7/2019 **Status:** ✅ Merged **Merged:** 10/23/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.7` ← **Head:** `cluster-tenant` --- ### 📝 Commits (2) - [`3262805`](https://github.com/netbox-community/netbox/commit/32628059381f3ca44595f648759f99390ea0e59b) Add tenancy to cluster - [`18e0bd8`](https://github.com/netbox-community/netbox/commit/18e0bd89374f4d0b2b6a248f8149e62ac69df46c) Fix typo ### 📊 Changes **13 files changed** (+80 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/tenancy/tenant.html` (+4 -0) 📝 `netbox/templates/virtualization/cluster.html` (+10 -0) 📝 `netbox/templates/virtualization/cluster_edit.html` (+1 -0) 📝 `netbox/tenancy/api/serializers.py` (+2 -1) 📝 `netbox/tenancy/views.py` (+2 -1) 📝 `netbox/virtualization/api/serializers.py` (+2 -1) 📝 `netbox/virtualization/api/views.py` (+1 -1) 📝 `netbox/virtualization/filters.py` (+5 -0) 📝 `netbox/virtualization/forms.py` (+24 -2) ➕ `netbox/virtualization/migrations/0010_cluster_add_tenant.py` (+18 -0) 📝 `netbox/virtualization/models.py` (+8 -0) 📝 `netbox/virtualization/tables.py` (+2 -1) 📝 `netbox/virtualization/views.py` (+1 -1) </details> ### 📄 Description ### Fixes: #3455 Adds Tenant field to cluster and related forms. Adds badge to Tenant-view that displays number of related clusters. Adds filter for tenant on cluster filter. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:22:28 +01:00
adam closed this issue 2025-12-29 22:22:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12581