[Ironic] deploy failed because fuel-bootstrap-image-builder is removed

Bug #1527587 reported by Vasyl Saienko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Vasyl Saienko

Bug Description

MOS with Ironic can't be deployed because fuel-bootstrap-image-builder is removed from ISO.

======================================================================
FAIL: Deploy cluster in HA mode with Ironic:
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
    compatability.capture_type_error(s_func)
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
    func()
  File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
    func(test_case.state.get_state())
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/helpers/decorators.py", line 80, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/tests/test_ironic_base.py", line 73, in ironic_base
    self.fuel_web.deploy_cluster_wait(cluster_id)
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/helpers/decorators.py", line 428, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/helpers/decorators.py", line 413, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/helpers/decorators.py", line 464, in wrapper
    return func(*args, **kwargs)
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/helpers/decorators.py", line 474, in wrapper
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/helpers/decorators.py", line 355, in wrapper
    return func(*args, **kwargs)
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/models/fuel_web_client.py", line 708, in deploy_cluster_wait
    self.assert_task_success(task, interval=interval, timeout=timeout)
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/__init__.py", line 57, in wrapped
    result = func(*args, **kwargs)
  File "/home/jenkins/workspace/8.0.system_test.ubuntu.ironic_base/fuelweb_test/models/fuel_web_client.py", line 317, in assert_task_success
    task["name"], task['status'], 'ready', _message(task)
AssertionError: Task 'deploy' has incorrect status. error != ready, 'Provision has failed. Failed to execute hook 'shell' Failed to run command cd / && BOOTSTRAP_FUEL_PKGS='openssh-server ntp fuel-agent' EXTRA_CONF_FILES='/usr/share/ironic-fa-bootstrap-configs/' DESTDIR='/var/www/nailgun/bootstrap/ironic/1' BOOTSTRAP_SSH_KEYS='/var/lib/fuel/keys/1/ironic/ironic.pub' fuel-bootstrap-image '

tags: added: blocker-for-qa
Changed in fuel:
status: New → Confirmed
Changed in fuel:
importance: Undecided → High
assignee: nobody → Vasyl Saienko (vsaienko)
milestone: none → 8.0
tags: added: feature-ironic
Maciej Relewicz (rlu)
tags: added: area-python
Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :

why we don't have fix yet? anybody work on the issue?

Revision history for this message
Vasyl Saienko (vsaienko) wrote :

We reverting fuel-bootstrap-image-builder:
https://review.openstack.org/#/c/259436/ (Merged)
https://review.openstack.org/#/c/259437/ (On review)

Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :

Status of this issue changed to "In Progress" because we have fixes on review.

Changed in fuel:
status: Confirmed → In Progress
Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :

All fixes were merged.

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

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on fuel-agent (master)

Change abandoned by Aleksey Zvyagintsev (<email address hidden>) on branch: master
Review: https://review.openstack.org/261361

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

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on fuel-agent (master)

Change abandoned by Aleksey Zvyagintsev (<email address hidden>) on branch: master
Review: https://review.openstack.org/261382

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to fuel-agent (stable/8.0)

Related fix proposed to branch: stable/8.0
Review: https://review.openstack.org/261383

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on fuel-agent (stable/8.0)

Change abandoned by Aleksey Zvyagintsev (<email address hidden>) on branch: stable/8.0
Review: https://review.openstack.org/261383

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

Reviewed: https://review.openstack.org/260747
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=094bb946a3c8cfc87a51918b6dac30f3e8eec8ca
Submitter: Jenkins
Branch: master

commit 094bb946a3c8cfc87a51918b6dac30f3e8eec8ca
Author: Alexey Zvyagintsev <email address hidden>
Date: Thu Dec 24 18:21:54 2015 +0200

    [do_mkbootstrap]Enable possibility to use "directory" like container format

    * Copy built files into output dir - not arhive them

    Closes-bug: #1528533
    Related-bug: #1527587
    Change-Id: Ic332428ed311d3dad0b599189498153c55af7b30
    Co-Authored-By: Artur Svechnikov <email address hidden>

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-agent (stable/8.0)

Reviewed: https://review.openstack.org/261383
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=1d2f6bc1123b9364ba65b41afcc0608662bb25b9
Submitter: Jenkins
Branch: stable/8.0

commit 1d2f6bc1123b9364ba65b41afcc0608662bb25b9
Author: Alexey Zvyagintsev <email address hidden>
Date: Thu Dec 24 18:21:54 2015 +0200

    [do_mkbootstrap]Enable possibility to use "directory" like container format

    * Copy built files into output dir - not arhive them

    Closes-bug: #1528533
    Related-bug: #1527587
    Change-Id: Ic332428ed311d3dad0b599189498153c55af7b30
    Co-Authored-By: Artur Svechnikov <email address hidden>

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to fuel-web (stable/8.0)

Related fix proposed to branch: stable/8.0
Review: https://review.openstack.org/262032

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to fuel-library (stable/8.0)

Related fix proposed to branch: stable/8.0
Review: https://review.openstack.org/262034

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

Reviewed: https://review.openstack.org/260081
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=00bf06f4312991ba9135f3ce7a6e80dc15574086
Submitter: Jenkins
Branch: master

commit 00bf06f4312991ba9135f3ce7a6e80dc15574086
Author: vsaienko <email address hidden>
Date: Mon Dec 21 18:16:50 2015 +0200

    Generate Ironic bootstrap with fuel-bootstrap

    Use fuel-bootstrap instead of deprecated fuel-bootstrap-image-builder

    Related-Bug: #1527587
    Depends-On: Ic332428ed311d3dad0b599189498153c55af7b30
    Change-Id: I2459d7ae466d9b89a50a0299c6edec012a23f71b

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-web (stable/8.0)

Reviewed: https://review.openstack.org/262032
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=2c83c05a504b252fa8a63e20312c3362399fcedf
Submitter: Jenkins
Branch: stable/8.0

commit 2c83c05a504b252fa8a63e20312c3362399fcedf
Author: vsaienko <email address hidden>
Date: Mon Dec 21 18:16:50 2015 +0200

    Generate Ironic bootstrap with fuel-bootstrap

    Use fuel-bootstrap instead of deprecated fuel-bootstrap-image-builder

    Related-Bug: #1527587
    Depends-On: Ic332428ed311d3dad0b599189498153c55af7b30
    Change-Id: I2459d7ae466d9b89a50a0299c6edec012a23f71b

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

Reviewed: https://review.openstack.org/260083
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=25d62090d642cbd39d8789dc45c7fbaf4e333e90
Submitter: Jenkins
Branch: master

commit 25d62090d642cbd39d8789dc45c7fbaf4e333e90
Author: vsaienko <email address hidden>
Date: Mon Dec 21 18:19:46 2015 +0200

    Update ironic bootstrap file names

    Update file names according to fuel-bootstrap

    Related-Bug: #1527587
    Depends-On: I2459d7ae466d9b89a50a0299c6edec012a23f71b
    Change-Id: Ie148a87c7762fc02dc367338291b7bf51f762614

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-library (stable/8.0)

Reviewed: https://review.openstack.org/262034
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=8645f587c48874cb49292174c992956512b02df6
Submitter: Jenkins
Branch: stable/8.0

commit 8645f587c48874cb49292174c992956512b02df6
Author: vsaienko <email address hidden>
Date: Mon Dec 21 18:19:46 2015 +0200

    Update ironic bootstrap file names

    Update file names according to fuel-bootstrap

    Related-Bug: #1527587
    Depends-On: I2459d7ae466d9b89a50a0299c6edec012a23f71b
    Change-Id: Ie148a87c7762fc02dc367338291b7bf51f762614

Revision history for this message
Tatyanka (tatyana-leontovich) wrote :

verified on 375 iso

Changed in fuel:
status: Fix Committed → Fix Released
Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix proposed to openstack/fuel-agent (openstack-ci/fuel-8.0/liberty)

Related fix proposed to branch: openstack-ci/fuel-8.0/liberty
Change author: Aleksey Zvyagintsev <email address hidden>
Review: https://review.fuel-infra.org/16189

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Change abandoned on openstack/fuel-agent (openstack-ci/fuel-8.0/liberty)

Change abandoned by Alexander Evseev <email address hidden> on branch: openstack-ci/fuel-8.0/liberty
Review: https://review.fuel-infra.org/16189

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.