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

The "<ESD name>" _can_ collide with a neutron l7_policy name #1077

Open
zancas opened this issue Nov 7, 2017 · 2 comments
Open

The "<ESD name>" _can_ collide with a neutron l7_policy name #1077

zancas opened this issue Nov 7, 2017 · 2 comments

Comments

@zancas
Copy link
Contributor

zancas commented Nov 7, 2017

ESD names, as described here:

https://devcentral.f5.com/articles/customizing-openstack-lbaasv2-using-enhanced-services-definitions-25681

can conflict with l7_policy names.

A simple fix is to prepend a magic string to all ESD names, e.g.:

<ESD_NAME> = "f5_ESD_"<ESD_SPECIFIC_NAME>

@richbrowne
Copy link
Contributor

If a user creates a L7 policy that has the same name as an ESD, then the ESD will be applied. We have no way of determining what the user's intent is.

Perhaps some naming guidelines included in the documentation would be helpful

@jgruber
Copy link
Contributor

jgruber commented Dec 5, 2017

Agreed.. we simply document this.

Don't forget that we are 'hand waving' many profile, iRule, and traffic policy collisions on the BIG-IP as well with the proviso that the provider which constructs the ESD needs to test them. We can not turn the agent in a 'rules engine' for validity of all possible TMOS functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants