sassoftware / viya4-deployment

This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71 stars 64 forks source link

SAS Deployment Operator is getting Failed #408

Closed shahjayl closed 11 months ago

shahjayl commented 1 year ago

While running ansible command, I am getting the following error:

fatal: [localhost]: FAILED! => {"changed": false, "msg": "Logging into cr.sas.com for user 9CV4JS failed - 500 Server Error for http+docker://localhost/v1.41/auth: Internal Server Error (\"Get \"https://cr.sas.com/v2/\": unauthorized: incorrect username or password\")"}

Though it's taking the credentials from the secrets.yaml

Anyone is having an idea on this or faced the same then please update me with the resolution. Thanks in advance!

dhoucgitter commented 1 year ago

What release version of DAC are you using? Could you check out this Troubleshooting tip and validate that you have the required version of the Docker daemon running on the workstation you are running DAC from? Here is the text from the solution of that troubleshooting entry:

As of release 6.0.0, it's required that if you are running this project using Ansible directly on your workstation, it needs Docker to be installed and the executing user should be able to access it. This is so that we can consume the sas-orchestration tool, which is available as a Docker image to generate the SASDeployment Custom Resource file

jarpat commented 11 months ago

Marking as stale/inactive. If there are further questions please open a new GitHub issue.