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

Demo job fails #510

Closed
sean-m-sullivan opened this issue Oct 26, 2017 · 3 comments
Closed

Demo job fails #510

sean-m-sullivan opened this issue Oct 26, 2017 · 3 comments

Comments

@sean-m-sullivan
Copy link
Contributor

sean-m-sullivan commented Oct 26, 2017

ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • Installer
  • General
SUMMARY

Unable to launch jobs.

ENVIRONMENT
  • AWX version: current, fresh clone, but had been installed before, and then deleted when this issue first appeared.
  • AWX install method: minishift
  • Operating System: Fedora 26
  • Web Browser: Firefox
STEPS TO REPRODUCE

Launch demo job, with demo inventory
Launch demo job, with newly created inventory.

EXPECTED RESULTS

Demo job completes successfully.

ACTUAL RESULTS

job fails with following:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/awx/main/tasks.py", line 786, in run
safe_args = self.build_safe_args(instance, **kwargs)
File "/usr/lib/python2.7/site-packages/awx/main/tasks.py", line 1161, in build_safe_args
return self.build_args(job, display=True, **kwargs)
File "/usr/lib/python2.7/site-packages/awx/main/tasks.py", line 1088, in build_args
args = ['ansible-playbook', '-i', self.build_inventory(job, **kwargs)]
File "/usr/lib/python2.7/site-packages/awx/main/tasks.py", line 681, in build_inventory
with open(path, 'w') as f:
IOError: [Errno 13] Permission denied: u'/tmp/awx_5_pCcQJS/inventory'

ADDITIONAL INFORMATION
@cevich
Copy link

cevich commented Oct 28, 2017

I'm experiencing this also, using 'oc cluster up' on docker.

@cevich
Copy link

cevich commented Oct 28, 2017

This is a dupe of #492

@matburt
Copy link
Member

matburt commented Oct 30, 2017

closing for dup

@matburt matburt closed this as completed Oct 30, 2017
matburt pushed a commit to matburt/awx that referenced this issue Nov 16, 2017
add logger statement for number of events
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

4 participants