*What* Error faced on integreatly installation due to keycloak deployment not waiting for things to be deployed. {code} TASK [customisation : Get route for user-facing rhsso] ************************* fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get route/sso -o template --template \\{\\{.spec.host\\}\\} -n user-sso", "delta": "0:00:00.184512", "end": "2019-07-30 12:38:50.194798", "msg": "non-zero return code", "rc": 1, "start": "2019-07-30 12:38:50.010286", "stderr": "Error from server (NotFound): routes.route.openshift.io \"sso\" not found", "stderr_lines": ["Error from server (NotFound): routes.route.openshift.io \"sso\" not found"], "stdout": "", "stdout_lines": []} {code}
The error is caused here https://github.com/integr8ly/installation/blob/master/roles/customisation/tasks/main.yaml#L213 but the fix should be applied in the keycloak user-sso deployment.
https://github.com/integr8ly/installation/tree/master/roles/rhsso-user/tasks |
|