Skip to content
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

add an attribute to name a network object #365

Open
vchepkov opened this issue Oct 29, 2023 · 0 comments
Open

add an attribute to name a network object #365

vchepkov opened this issue Oct 29, 2023 · 0 comments
Labels
enhancement New feature or request untriaged Issue needs to be reviewed for validity

Comments

@vchepkov
Copy link

While configuring BigIP manually, it's possible to name object of a different class with the same name,
You can create PUBLIC trunk, PUBLIC vlan and PUBLIC self ip, for example.
It is impossible to do it with declarative onboarding, because yaml requires unique mappings.
if an additional attribute added to the schema, it would be possible to achieve it with something like that:

          PUBLIC_VLAN:
            class: VLAN
            title: PUBLIC
          PUBLIC_SELFIP:
            class: SelfIp
            title: PUBLIC
@vchepkov vchepkov added enhancement New feature or request untriaged Issue needs to be reviewed for validity labels Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged Issue needs to be reviewed for validity
Projects
None yet
Development

No branches or pull requests

1 participant