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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
Trying to install integr8ly on a local development environment using minishift. But it fails when installing rhsso. I have also followed the steps to setup minishift as described in #182.
Expected Behavior
Integr8ly gets installed properly on a minishift cluster.
Actual Behavior
Ansible stops with an error:
< TASK [rhsso : Get RH-SSO secure route] >
task path: <...>/integr8ly/installation/roles/rhsso/tasks/main.yml:3
fatal: [127.0.0.1]: FAILED! => {
"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'stdout'
The error appears to be in '/home/msaud/code/integr8ly/installation/roles/rhsso/tasks/main.yml': line 35, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Get RH-SSO secure route
^ here
"}
< TASK [rhsso : Get RH-SSO secure route] >
task path: <...>/integr8ly/installation/roles/rhsso/tasks/main.yml:3
fatal: [127.0.0.1]: FAILED! => {
"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'stdout'
The error appears to be in '/home/msaud/code/integr8ly/installation/roles/rhsso/tasks/main.yml': line 35, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Get RH-SSO secure route
^ here
"}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Trying to install integr8ly on a local development environment using minishift. But it fails when installing
rhsso
. I have also followed the steps to setup minishift as described in #182.Expected Behavior
Integr8ly gets installed properly on a minishift cluster.
Actual Behavior
Ansible stops with an error:
Environment
oc v3.11.0+8de5c34
kubernetes v1.10.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server <...>
kubernetes v1.11.0+d4cacc0
ansible 2.8.5
python version = 3.7.4 (default, Jul 9 2019, 16:32:37) [GCC 9.1.1 20190503 (Red Hat 9.1.1-1)]
Steps to reproduce
The text was updated successfully, but these errors were encountered: