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

LTM Policy on BigIP v12.1+ incompatible with provider #47

Open
kkloos1 opened this issue Apr 26, 2017 · 1 comment
Open

LTM Policy on BigIP v12.1+ incompatible with provider #47

kkloos1 opened this issue Apr 26, 2017 · 1 comment

Comments

@kkloos1
Copy link

kkloos1 commented Apr 26, 2017

When attempting to create LTM policies on a F5 host running version 12.1 or higher you'll receive the following error:

Cannot create/modify published policy '/Common/test-policy' directly, try specifying a draft folder like '/Common/Drafts/test-policy'.

Looking at F5's documentation, https://support.f5.com/csp/article/K04597703 , between 12.0 and 12.1 they changed how the LTM Policy object works, it now prevents users from editing active LTM policies and now requires that you create a draft policy for any changes, create/edit rules for this draft, save these changes to the draft, and then publish the policy. After the policy has been published it is available to virtual servers.

Any chance we can get support for 12.1+ LTM policies added? Also would it be possible for the provider to maintain backwards compatibility with older versions?

@jakauppila
Copy link
Contributor

jakauppila commented Apr 26, 2017

I'm assuming go-bigip library will need to be updated to account for this; at which point the provider will likely have to do a version check to use the differing logic.

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

No branches or pull requests

2 participants