-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Selfbuild AWX does not Start, daphne has Missing or incorrect metadata for Tower version #1120
Comments
This also happened with 1.0.3. |
Ok this is because RHEL7 uses Git 1.8.3. I compiled my own git 2.16.x and it works now. |
Saw the same issue here: geerlingguy/awx-container#28 |
I got behind my error here. I included the awx repo as submodule in my deployment wrapper. However the awx folder gets included in the sdist builder image. But when using a submodule, the .git folder is in the main repo, not in the submodule folder. this resultet in the sdist container saying, /awx was not a git repo and failing to determen the awx version via git commits. so i cahanged my setup so a script clones the repo manually instead of including it as submodule |
…dentials Fixed workflow node credential bug
ISSUE TYPE
COMPONENT NAME
SUMMARY
When Building AWX Tag 1.0.2 the Build produces a awx-0.0.0.tar.gz instead of one with a version number. So one have to do
and rerun the playbook.
The Container then start and are listening to port 80. Howerver the webserver only responds with a internal server error.
In the Logs there is the cause:
Which leads to a always restarting daphne.
So how is the version information set in AWX. Did i miss something.
The Docu only tells to execute the playbook.
ENVIRONMENT
AWX version: 1.0.2
AWX install method: build without docker-compose
Ansible version: 2.4
Operating System: RHEL 7.4
The text was updated successfully, but these errors were encountered: