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

awx.awx collection modules should check for compatible version of awxkit #8127

Closed
snooyen opened this issue Sep 10, 2020 · 1 comment
Closed
Assignees
Labels
component:awx_collection issues related to the collection for controlling AWX type:bug

Comments

@snooyen
Copy link

snooyen commented Sep 10, 2020

ISSUE TYPE
  • Bug Report
SUMMARY

Caused by #8108
@john-westcott-iv

awx.awx.tower_* modules should:

  1. Fail with error if awxkit is not installed
  2. Fail with error if awxkit does not include export/import functionality
ENVIRONMENT
  • AWX version: 14.1.0
  • AWX install method: K8s
  • Ansible version: 2.9.11
  • Operating System: Mac OSX
  • Web Browser: Chrome
STEPS TO REPRODUCE
  1. Run awx.awx.tower_export in a Python environment that does not have awxkit installed.
EXPECTED RESULTS

Task should fail due to missing awxkit dependency

ACTUAL RESULTS

Task fails with incorrect error message. See #8108 for details.

@squidboylan
Copy link
Contributor

This has been fixed by #8308 which I have confirmed with manual testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:awx_collection issues related to the collection for controlling AWX type:bug
Projects
None yet
Development

No branches or pull requests

8 participants