Null graph_type for regular deployment tasks

Bug #1618758 reported by Julia Aranovich
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
High
Bulat Gaifullin
Mitaka
Fix Released
High
Bulat Gaifullin

Bug Description

Graph type was added to cluster tasks/transactions output in https://review.openstack.org/#/c/363027/

But in case of regular deployment ('default' graph) null comes as a graph_type when 'default' is expected:

> app.page.props.cluster.attributes.tasks.map('name')
["deploy", "provision", "deployment"]
> app.page.props.cluster.attributes.tasks.map('graph_type')
[null, null, null]

> app.page.props.cluster.attributes.transactions.map('name')
["deployment"]
> app.page.props.cluster.attributes.transactions.map('graph_type')
[null]

tags: added: ui-deployment-history
Changed in fuel:
assignee: Fuel Sustaining (fuel-sustaining-team) → Bulat Gaifullin (bgaifullin)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-web (master)

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

Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (master)

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

commit fe87cfa835ab7cff264c45879eb720b8755e571b
Author: Bulat Gaifullin <email address hidden>
Date: Wed Aug 31 12:14:34 2016 +0300

    Added legacy plugin tasks to graph only if graph is default

    Also save graph_type in nailgun.task(AKA transaction)

    Change-Id: I946a092df4d7c1bb143a47915cbc1455cc8c53c5
    Closes-Bug: 1618758
    Closes-Bug: 1618914

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to fuel-ui (master)

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

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

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/364728

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

Reviewed: https://review.openstack.org/364439
Committed: https://git.openstack.org/cgit/openstack/fuel-ui/commit/?id=c00db70140f92b4776f7729b82b395cc5639a488
Submitter: Jenkins
Branch: master

commit c00db70140f92b4776f7729b82b395cc5639a488
Author: Julia Aranovich <email address hidden>
Date: Thu Sep 1 19:22:41 2016 +0300

    Display graph name in History tab menu

    Related-Bug: #1618758

    Change-Id: I5cb3fe63497133ff1196a071bad628d39442265f

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

Related fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/364798

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

Reviewed: https://review.openstack.org/364728
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=77cd39256dfe2ee6199a62485c29d9444f10244d
Submitter: Jenkins
Branch: stable/mitaka

commit 77cd39256dfe2ee6199a62485c29d9444f10244d
Author: Bulat Gaifullin <email address hidden>
Date: Wed Aug 31 12:14:34 2016 +0300

    Added legacy plugin tasks to graph only if graph is default

    Also save graph_type in nailgun.task(AKA transaction)

    Change-Id: I946a092df4d7c1bb143a47915cbc1455cc8c53c5
    Closes-Bug: 1618758
    Closes-Bug: 1618914
    (cherry picked from commit fe87cfa835ab7cff264c45879eb720b8755e571b)

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

Reviewed: https://review.openstack.org/364798
Committed: https://git.openstack.org/cgit/openstack/fuel-ui/commit/?id=1842546f370a99917232d5753744512e58231c99
Submitter: Jenkins
Branch: stable/mitaka

commit 1842546f370a99917232d5753744512e58231c99
Author: Julia Aranovich <email address hidden>
Date: Thu Sep 1 19:22:41 2016 +0300

    Display graph name in History tab menu

    Related-Bug: #1618758

    Change-Id: I5cb3fe63497133ff1196a071bad628d39442265f

tags: added: in-stable-mitaka
tags: added: on-verification
Revision history for this message
Alexey. Kalashnikov (akalashnikov) wrote :

verified:
CUSTOM_VERSION=snapshot #229
MAGNET_LINK=magnet:?xt=urn:btih:bfec808dd71ff42c5613a3527733d9012bb1fabc&dn=MirantisOpenStack-9.0.iso&tr=http%3A%2F%2Ftracker01-bud.infra.mirantis.net%3A8080%2Fannounce&tr=http%3A%2F%2Ftracker01-scc.infra.mirantis.net%3A8080%2Fannounce&tr=http%3A%2F%2Ftracker01-msk.infra.mirantis.net%3A8080%2Fannounce&ws=http%3A%2F%2Fvault.infra.mirantis.net%2FMirantisOpenStack-9.0.iso
FUEL_QA_COMMIT=78e594c093e52853cc2678fd903bedd1fb9fb96e
UBUNTU_MIRROR_ID=ubuntu-2016-08-03-174238
CENTOS_MIRROR_ID=centos-7.2.1511-2016-05-31-083834
MOS_UBUNTU_MIRROR_ID=9.0-2016-09-06-174322
MOS_CENTOS_OS_MIRROR_ID=os-2016-06-23-135731
MOS_CENTOS_PROPOSED_MIRROR_ID=proposed-2016-09-06-174322
MOS_CENTOS_UPDATES_MIRROR_ID=updates-2016-06-23-135916
MOS_CENTOS_HOLDBACK_MIRROR_ID=holdback-2016-06-23-140047
MOS_CENTOS_HOTFIX_MIRROR_ID=hotfix-2016-07-18-162958
MOS_CENTOS_SECURITY_MIRROR_ID=security-2016-06-23-140002

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/fuel-web 10.0.0rc1

This issue was fixed in the openstack/fuel-web 10.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/fuel-web 10.0.0

This issue was fixed in the openstack/fuel-web 10.0.0 release.

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.