-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow more than 1 Account per provider #9047
Comments
I would ask for the ability to relate "Contact" objects to accounts, as each account may have a different admin/technical/stakeholder. An arbitrary number of Contacts should be allowed to relate to an Account (as there may be multiple stakeholders who need to be notified for outages, or an escalation path for technical contacts). The relation of a Contact to an Account should include a Contact Type (i.e. Billing, Technical, Landlord, etc.) And just to explicitly say it, Circuits should then be related to an Account object instead of directly to a Provider. |
I am not against a new account model because that does model real world usage. The challenge with this is the migrations and impact to users to remove the provider to circuit direct relationship. |
might be nice to add to 3.5 |
Ref @bryanward-net
The Rack model could use a similar relation. |
@jbakklund - There's no relation between racks and providers. If you meant in a general sense, racks already have tenant group -> tenant. |
I think @jbakklund is talking about changing the rack model to relate to providers given some providers provide colocation services and telecom services. Its sort of a pain to duplicate data and leverage tenants or the facility field to signify a provider/landlord. It is also a pain point with the netbox circuit maintenance plugin given it can be used to parse colocation provider maintenance that could impact specific site, and right now there is no easy way to model that relationship besides leveraging tenants where it does not always make sense. Regardless, @jbakklund that would be a separate well thought out feature request. |
+1 to @ jbakklund's request. |
Another off topic item. I’m not saying this is not necessarily needed or useful, but I’m say this is outside of the scope of this accepted FR. Please submit a Feature Request to address the problem you touched on. |
NetBox version
v3.2.0
Feature type
New functionality
Proposed functionality
Create an account model allowing more than one account per provider. The model could include:
Use case
Sometimes providers require a different account and circuit id per region, sometimes your firm may have different billed entities per region for AP purposes and the provider cannot link the accounts all together, etc
Database changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: