Sahara doesn't support cinder volume type

Bug #1369574 reported by Sergey Reshetnyak
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Medium
Andrey Pavlov
OpenStack Heat
Fix Released
Medium
Pavlo Shchelokovskyy
Python client library for Sahara
Fix Released
High
Andrey Pavlov
Sahara
Fix Released
High
Sergey Reshetnyak

Bug Description

When creating node group template you can set cinder as storage for clusters, but you can not set type of cinder volumes.
By default uses 'default' cinder backend with 'default' type.

Tags: sahara volume
summary: - Sahara don't support cinder backend
+ Sahara doesn't support cinder backend
Changed in sahara:
importance: Undecided → High
no longer affects: python-saharaclient (Ubuntu)
Changed in python-saharaclient:
status: New → Confirmed
importance: Undecided → High
Changed in sahara:
milestone: none → kilo-1
Changed in python-saharaclient:
milestone: none → next
status: Confirmed → Triaged
Changed in sahara:
status: Confirmed → Triaged
Changed in horizon:
status: New → Confirmed
importance: Undecided → Medium
summary: - Sahara doesn't support cinder backend
+ Sahara doesn't support cinder volume type
tags: added: sahara volume
Changed in sahara:
assignee: nobody → Sergey Reshetnyak (sreshetniak)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to sahara (master)

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

Changed in sahara:
status: Triaged → In Progress
Changed in heat:
status: New → Confirmed
Changed in heat:
assignee: nobody → Pavlo Shchelokovskyy (pshchelo)
Changed in heat:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

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

Changed in heat:
status: Confirmed → In Progress
Revision history for this message
Pavlo Shchelokovskyy (pshchelo) wrote :

fixing Heat will need to wait fixes to both Sahara and Sahara client, release of fixed Sahara client and update of Heat's requirements with new Sahara client

Changed in python-saharaclient:
assignee: nobody → Andrey Pavlov (apavlov-n)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-saharaclient (master)

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

Changed in python-saharaclient:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (master)

Reviewed: https://review.openstack.org/127176
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=0a05af077499aa31651a818f66e146d2e3bf29b3
Submitter: Jenkins
Branch: master

commit 0a05af077499aa31651a818f66e146d2e3bf29b3
Author: Sergey Reshetnyak <email address hidden>
Date: Thu Oct 9 13:40:10 2014 +0400

    Add volume type support to sahara

    Change-Id: Ic72556f436fc5202e3958e0495db119d4ad42a0a
    Closes-bug: #1369574

Changed in sahara:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-saharaclient (master)

Reviewed: https://review.openstack.org/127963
Committed: https://git.openstack.org/cgit/openstack/python-saharaclient/commit/?id=8cfc1d6a1fd7eda77ae3ab0407188ed28fce3210
Submitter: Jenkins
Branch: master

commit 8cfc1d6a1fd7eda77ae3ab0407188ed28fce3210
Author: PavlovAndrey <email address hidden>
Date: Mon Oct 13 17:50:00 2014 +0400

    Add volume_type support to node group templates

    Change-Id: I38e19719f7ffd50f48217fc94bc7179928131597
    Closes-Bug: #1369574

Changed in python-saharaclient:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/127205
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=fcfdc2891acd1a14b7f73cc738a47b0a9d4d32e1
Submitter: Jenkins
Branch: master

commit fcfdc2891acd1a14b7f73cc738a47b0a9d4d32e1
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Thu Oct 9 13:49:14 2014 +0300

    Support volume type in Sahara Node Group Template

    Latest python-saharaclient (already in Heat dependencies) has ability to
    specify cinder volume type when creating node group templates.
    This patch adds support for this feature to
    OS::Sahara::NodeGroupTemplate resource in Heat.

    Change-Id: Ib12bc9b8da31fdb342b76fcb523212776ac2e802
    Closes-Bug: #1369574

Changed in heat:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in sahara:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: none → kilo-1
status: Fix Committed → Fix Released
Changed in python-saharaclient:
status: Fix Committed → Fix Released
milestone: next → none
Thierry Carrez (ttx)
Changed in sahara:
milestone: kilo-1 → 2015.1.0
Thierry Carrez (ttx)
Changed in heat:
milestone: kilo-1 → 2015.1.0
Changed in horizon:
assignee: nobody → Nikita Konovalov (nkonovalov)
status: Confirmed → In Progress
Changed in horizon:
assignee: Nikita Konovalov (nkonovalov) → Andrey Pavlov (apavlov-n)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/172416
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c3a4a6ead0bf109799d78216719b6c0331901a98
Submitter: Jenkins
Branch: master

commit c3a4a6ead0bf109799d78216719b6c0331901a98
Author: Andrey Pavlov <email address hidden>
Date: Fri Jul 31 12:50:20 2015 +0300

    [Sahara] Added volume type and instance locality support

    Adding ability:
    * to specify volume_type
    * to enable volume_local_to_instance function, which allows
    volume and instance creation on the same physical host

    partially implements bp: volume-instance-locality
    Closes-Bug: #1369574

    Change-Id: Ie682907e2cfe1fe4f00ceedd310ee0251348eba3

Changed in horizon:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in horizon:
milestone: none → liberty-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
milestone: liberty-3 → 8.0.0
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.