You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
ISSUE TYPE
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
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
The text was updated successfully, but these errors were encountered: