-
Notifications
You must be signed in to change notification settings - Fork 33
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
local/linux/run_setup_local.sh ends in error waiting for ASB deployment configs #193
Comments
Can you get the status and logs from the broker pod? |
Is asb-1-deploy the broker pod? I've included the sosreport here. [root@localhost bin]# ./oc get pods [root@localhost bin]# ./kubectl logs asb-1-deploy [root@localhost bin]# ./kubectl describe pod asb-1-deploy
Conditions: 26m 26m 1 default-scheduler Normal Scheduled Successfully assigned asb-1-deploy to localhost |
My deployment was on a centos7 vm.
snip
==> default: ok: [localhost] => {
==> default: "msg": [
==> default: "oc v3.9.0-alpha.0+a0adcf4",
==> default: "kubernetes v1.8.1+0d5291c",
==> default: "features: Basic-Auth GSSAPI Kerberos SPNEGO"
==> default: ]
==> default: }
snip
==> default: FAILED - RETRYING: Waiting 10 minutes for ASB deployment configs (3 retries left).
==> default: FAILED - RETRYING: Waiting 10 minutes for ASB deployment configs (2 retries left).
==> default: FAILED - RETRYING: Waiting 10 minutes for ASB deployment configs (1 retries left).
==> default: failed: [localhost] (item=asb) => {"attempts": 60, "changed": true, "cmd": ""/root/bin/oc" get deploymentconfig "asb" -o go-template='{{if eq .spec.replicas .status.availableReplicas}}good{{end}}' | grep 'good'", "delta": "0:00:00.162655", "end": "2017-12-05 01:43:03.310830", "failed": true, "item": "asb", "msg": "non-zero return code", "rc": 1, "start": "2017-12-05 01:43:03.148175", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
==> default: changed: [localhost] => (item=asb-etcd)
==> default: to retry, use: --limit @/home/vagrant/catasb/ansible/setup_local_environment.retry
==> default:
==> default: PLAY RECAP *********************************************************************
==> default: localhost : ok=70 changed=36 unreachable=0 failed=1
The text was updated successfully, but these errors were encountered: