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

ose-3.2 ./install-logging.sh suck in while loop #159

Open
jedrington opened this issue Jun 18, 2016 · 1 comment
Open

ose-3.2 ./install-logging.sh suck in while loop #159

jedrington opened this issue Jun 18, 2016 · 1 comment

Comments

@jedrington
Copy link
Contributor

The install-logging.sh step of the ose-3.2 install gets stuck in a loop at https://github.com/RedHatEMEA/demobuilder/blob/master/layers/rhel-server-7:gui:ose-3.2/%40target/install-logging.sh#L36-L38.

Debug output:

Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: + oc process logging-support-template
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: + oc create -f -
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: oauthclient "kibana-proxy" created
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: route "kibana" created
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: route "kibana-ops" created
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: imagestream "logging-auth-proxy" created
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: imagestream "logging-elasticsearch" created
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: imagestream "logging-fluentd" created
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: imagestream "logging-kibana" created
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: ++ oc get dc logging-fluentd -n logging -o template --template '{{.status.latestVersion}}'
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: + '[' '' '!=' 1 ']'
Sat Jun 18 14:23:41 2016: rhel-server-7:gui:ose-3.2: + sleep 1

I let the while loop sleep 30 minutes without success. However, the previous while loop to configure logging-deployer-template does complete.

@jedrington
Copy link
Contributor Author

Reason is because {{.status}} is empty. Not sure if this is because the install failed, or if the oc get dc output go template was intentionally changed. This is possible, because the standard UI output of oc get dc changed from 3.1.1 to 3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant