stable/pike containers-multinode create timed out on overcloud

Bug #1748315 reported by Alex Schultz
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
wes hayutin

Bug Description

This seems to only be occuring on stable/pike. The 3node-multinode job is also failing.

http://logs.openstack.org/34/541034/1/check/tripleo-ci-centos-7-containers-multinode/5dfae80/job-output.txt.gz#_2018-02-08_19_28_25_734423

- event_time: '2018-02-08T20:46:00Z'
  id: 25fc682a-9151-4a9a-bd85-ba61bcf5e8aa
  logical_resource_id: Controller
  physical_resource_id: 9f02744f-ab42-44b0-841c-9b39271c1738
  resource_name: Controller
  resource_status: CREATE_FAILED
  resource_status_reason: CREATE aborted
- event_time: '2018-02-08T20:46:00Z'
  id: 3afcb179-06a5-4336-afb0-4e9bcad72ee2
  logical_resource_id: overcloud
  physical_resource_id: a5394349-e3e3-4ffb-b41d-5d5f68e57a95
  resource_name: overcloud
  resource_status: CREATE_FAILED
  resource_status_reason: Create timed out

http://logs.openstack.org/34/541034/1/check/tripleo-ci-centos-7-3nodes-multinode/e6e09f0/job-output.txt.gz#_2018-02-08_19_15_22_398779

- event_time: '2018-02-08T20:46:53Z'
  id: f6127bc0-ec4b-44eb-96fd-8873d6163827
  logical_resource_id: Controller
  physical_resource_id: 4340a32f-1c87-420d-9cb3-8fca3bc2adbd
  resource_name: Controller
  resource_status: CREATE_FAILED
  resource_status_reason: CREATE aborted
- event_time: '2018-02-08T20:46:53Z'
  id: 5eb9099a-aea9-4e42-a0d4-3466792b5ca2
  logical_resource_id: ControllerApi
  physical_resource_id: 32b27715-ef82-4faf-9fb7-a290a4f32779
  resource_name: ControllerApi
  resource_status: CREATE_FAILED
  resource_status_reason: CREATE aborted
- event_time: '2018-02-08T20:46:53Z'
  id: ece2bf0c-c948-4557-8cfb-c023463842ae
  logical_resource_id: overcloud
  physical_resource_id: c6affb0a-884c-47bd-96ab-c9ca47ee7f78
  resource_name: overcloud
  resource_status: CREATE_FAILED
  resource_status_reason: Create timed out

Tags: alert ci
summary: - stable/pike containers-multinode creatte timed out on covercloud
+ stable/pike containers-multinode create timed out on overcloud
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-quickstart-extras (master)

Fix proposed to branch: master
Review: https://review.openstack.org/542473

Changed in tripleo:
assignee: nobody → Alex Schultz (alex-schultz)
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to puppet-tripleo (stable/pike)

Related fix proposed to branch: stable/pike
Review: https://review.openstack.org/542478

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-quickstart (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/542491

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: master
Review: https://review.openstack.org/542499

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-quickstart (master)

Reviewed: https://review.openstack.org/542491
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=905258d3233f5f5bf2864f7f65a11ae2fd24c3e0
Submitter: Zuul
Branch: master

commit 905258d3233f5f5bf2864f7f65a11ae2fd24c3e0
Author: Wes Hayutin <email address hidden>
Date: Thu Feb 8 18:36:37 2018 -0500

    Activate config-download only in Queens and beyond

    ... the feature doesn't work in Pike.

    Related-Bug: #1748315
    Change-Id: I9c54f72e1b527ca68e88cc253c673362ca7943f1

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on tripleo-quickstart-extras (master)

Change abandoned by Alex Schultz (<email address hidden>) on branch: master
Review: https://review.openstack.org/542473
Reason: https://review.openstack.org/#/c/542491

Changed in tripleo:
assignee: Alex Schultz (alex-schultz) → wes hayutin (weshayutin)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-quickstart (master)

Reviewed: https://review.openstack.org/542499
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=bab0f87196cac8d0830014e497990841e529fc98
Submitter: Zuul
Branch: master

commit bab0f87196cac8d0830014e497990841e529fc98
Author: Wes Hayutin <email address hidden>
Date: Thu Feb 8 18:48:35 2018 -0500

    remove deployed_server from common args

    deployed_server is no longer common
    through out the multinode featuresets.
    deploy_steps_ansible_workflow is an
    alternative now.

    Related-Bug: #1748315
    Change-Id: I28988d30338527669da25bc764143cf57a995af9

wes hayutin (weshayutin)
Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-quickstart (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/543057

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-quickstart (master)

Reviewed: https://review.openstack.org/543057
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=f51f4c6c38acfea56f1eddba40505d79e1d7b88b
Submitter: Zuul
Branch: master

commit f51f4c6c38acfea56f1eddba40505d79e1d7b88b
Author: Wes Hayutin <email address hidden>
Date: Fri Feb 9 19:23:58 2018 -0500

    add deployed_server variable

    deployed_server is no longer common
    through out the multinode featuresets.
    deploy_steps_ansible_workflow is an
    alternative now.

    Related-Bug: #1748315
    Change-Id: I52b9d68b2bb6efcc438855e5411eb5d56cc5d3d1

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on puppet-tripleo (stable/pike)

Change abandoned by Alex Schultz (<email address hidden>) on branch: stable/pike
Review: https://review.openstack.org/542478

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on tripleo-quickstart-extras (master)

Change abandoned by Alex Schultz (<email address hidden>) on branch: master
Review: https://review.openstack.org/542473

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-quickstart (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/546297

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-quickstart (master)

Reviewed: https://review.openstack.org/546297
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=c9bc66379bfc4cc10046c81d1c44076ddc49aa2f
Submitter: Zuul
Branch: master

commit c9bc66379bfc4cc10046c81d1c44076ddc49aa2f
Author: Emilien Macchi <email address hidden>
Date: Tue Feb 20 12:18:23 2018 -0800

    fs004: add missing deployed_server var

    Set deployed_server to true in tripleo-ci-centos-7-nonha-multinode-oooq
    job that still run on newton/ocata/pike.

    So the job will run the deployed-server scripts as we expect it to do
    it.

    Change-Id: Ib203161b9676dcfaaf46eec2bddf767ec49282f7
    Related-Bug: #1748315

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.