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
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.
The text was updated successfully, but these errors were encountered:
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.
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:
I let the while loop sleep 30 minutes without success. However, the previous while loop to configure logging-deployer-template does complete.
The text was updated successfully, but these errors were encountered: