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

Unable to sync git project from a self hosted gitlab via ssh #725

Closed
craph opened this issue Jan 11, 2022 · 3 comments
Closed

Unable to sync git project from a self hosted gitlab via ssh #725

craph opened this issue Jan 11, 2022 · 3 comments

Comments

@craph
Copy link
Contributor

craph commented Jan 11, 2022

ISSUE TYPE
  • Bug Report
SUMMARY

After installing AWX with AWX operator and importing old database from awx 17.x, I'm unable to sync my projects from a self hosted Gitlab server via SSH clone.

ENVIRONMENT
  • AWX version: 19.2.0
  • Operator version: 0.10.0
  • Kubernetes version: 1.20.11
  • AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker
STEPS TO REPRODUCE

create a new project with a source control url like this : ssh://git@your_git_server:your_custom_port/some_group/my_project.git and add source control credential. In my case it's a user with a private ssh key.
Then save it and try to sync.

EXPECTED RESULTS

The sync should work.

ACTUAL RESULTS

The sync is still running indefinitly ... In AWX 17.x the same project sync correctly
Where can I see the log of the sync process to investigate more ?

ADDITIONAL INFORMATION
AWX-OPERATOR LOGS

the only logs I can find is in the awx-tasks container in the job_lifecycle.log

{"type": "projectupdate", "task_id": 2791, "state": "running_playbook", "template_name": "my-project", "guid": "1e632d939b7f4b649d51641d18d66264", "time": "2022-01-11T07:31:28.279033+00:00"}
@WebSpider
Copy link

Have you tried using 'git@your_git_server:your_custom_port/some_group.git` as the URL?

@shanemcd
Copy link
Member

Are you using crowdstrike? Possibly a dupe of ansible/awx#11518

@shanemcd
Copy link
Member

Oops. That is you 😄. Closing this in favor of that issue.

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

3 participants