-
Notifications
You must be signed in to change notification settings - Fork 24k
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
Undefined variables in boundary_meter #29387
Comments
From @ansibot on 2016-10-23T23:16:22Z @ccollicutt ping, this issue is waiting for your response. |
From @ccollicutt on 2016-10-23T23:16:22Z Hi, I don't think boundary exists as a service any more, so I'm sorry but this module should just be removed. I actually thought it had been. My apologies. |
…been removed. References ansible#29387
The service no longer exists so this module will no longer work, the module was removed in #31506 and won't be available in future Ansible versions. |
…been removed. (ansible#31506) References ansible#29387
…been removed. (ansible#31506) References ansible#29387
From @abadger on 2016-10-23T23:16:22Z
ISSUE TYPE
COMPONENT NAME
monitoring/boundary_meter.py
ANSIBLE VERSION
SUMMARY
When porting to python3 I ran pyflakes on boundary_meter.py and found that there are several undefined variables. These probably make state=absent traceback and state=present when the cert file needs to be downloaded.
delete_meter problem
https://github.com/ansible/ansible-modules-extras/blob/devel/monitoring/boundary_meter.py#L191
action is used here but not defined at this point in the code.
create_meter problems
https://github.com/ansible/ansible-modules-extras/blob/devel/monitoring/boundary_meter.py#L216
At this point result is not defined. Perhaps you meant response instead?
Copied from original issue: ansible/ansible-modules-extras#3277
The text was updated successfully, but these errors were encountered: