origin: webconsole unavailable after install

Several of our extended test jobs failed to install/stand up due to the console being unavailable:

FAILED - RETRYING: Verify that the web console is running (5 retries left).
FAILED - RETRYING: Verify that the web console is running (4 retries left).
FAILED - RETRYING: Verify that the web console is running (3 retries left).
FAILED - RETRYING: Verify that the web console is running (2 retries left).
FAILED - RETRYING: Verify that the web console is running (1 retries left).
fatal: [localhost]: FAILED! => {

https://ci.openshift.redhat.com/jenkins/job/test_branch_origin_extended_builds/418/console https://ci.openshift.redhat.com/jenkins/job/test_branch_origin_extended_image_ecosystem/431/console

@spadgett @stevekuznetsov

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 34 (26 by maintainers)

Most upvoted comments

@spadgett that allowed me to by pass the web_console installer.
Thanks Once Again.

Failed again https://ci.openshift.redhat.com/jenkins/job/test_branch_origin_extended_image_ecosystem/446/consoleFull#28517456858b6e51eb7608a5981914356

TASK [openshift_web_console : Verify that the web console is running] **********
task path: /usr/share/ansible/openshift-ansible/roles/openshift_web_console/tasks/start.yml:2
FAILED - RETRYING: Verify that the web console is running (60 retries left).
...
FAILED - RETRYING: Verify that the web console is running (1 retries left).
fatal: [localhost]: FAILED! => {
...
curl: (6) Could not resolve host: webconsole.openshift-web-console.svc; Name or service not
...
TASK [openshift_web_console : Report console errors] ***************************
task path: /usr/share/ansible/openshift-ansible/roles/openshift_web_console/tasks/start.yml:51
fatal: [localhost]: FAILED! => {
    "changed": false, 
    "generated_timestamp": "2018-04-13 11:19:11.922200", 
    "msg": "Console install failed."
}

/cc @stevekuznetsov

We started pulling the console image by SHA, not sure where or how… but the build AMI that the jobs were based off of was not building the full ecosystem. I updated that AMI job to build everything in https://github.com/openshift/aos-cd-jobs/pull/1280 and kicked off a build here: https://ci.openshift.redhat.com/jenkins/job/ami_build_origin_int_rhel_build/2525/

The jobs should be functional after that AMI is ready.