remove cinder_volume_driver config option from globals.yml

Bug #1485704 reported by Steven Dake
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Invalid
Medium
Ryan Hallisey

Bug Description

We don't need this configuration option. There are two types of config - ceph or lvm. We are not templating further support for cinder drivers. If people want more cinder drivers they can override the configuration to their liking.

Since we are introducing ceph, we can use the "enable_ceph" flag to determine if cinder should use ceph or should use lvm.

Use:

If enable_ceph=yes
do ceph config
else
do lvm config

vs current code of

if cinder_volume_driver=lvm
do lvm config
elsif cinder_volume_driver=ceph
do ceph config
endif

IRC Discussion:
http://eavesdrop.openstack.org/irclogs/%23kolla/%23kolla.2015-08-17.log.html#t2015-08-17T16:32:40

Revision history for this message
Steven Dake (sdake) wrote :

critical because must be fixed before liberty release. config file is in lockdown :)

Changed in kolla:
status: New → Confirmed
importance: Undecided → Critical
assignee: nobody → Ryan Hallisey (rthall14)
milestone: none → liberty-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

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

Changed in kolla:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (master)

Change abandoned by Ryan Hallisey (<email address hidden>) on branch: master
Review: https://review.openstack.org/213840
Reason: sounds good

Revision history for this message
Sam Yaple (s8m) wrote :

The patch for this was abandoned. We have since moved virtually all of these options to group_vars/all.yml so this can be closed.

Changed in kolla:
status: In Progress → Won't Fix
Revision history for this message
Steven Dake (sdake) wrote :

Sam this can still be addressed, just in group_vars/all.yml. Placing bug back in triaged state.

Changed in kolla:
status: Won't Fix → Triaged
importance: Critical → Medium
Steven Dake (sdake)
Changed in kolla:
milestone: liberty-3 → liberty-rc1
Revision history for this message
Sam Yaple (s8m) wrote :

We aren't removing this option though. It will still exist. Just because you have ceph doesn't mean you _will_ back cinder by it.

I am not sure what you want to track or accomplish by keeping this open, but there is nothing more to do here. Please update the bug with what you would like to see happen.

Steven Dake (sdake)
Changed in kolla:
status: Triaged → Invalid
milestone: liberty-rc1 → none
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.