Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update service and disk offerings #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

radu-todirica
Copy link

@radu-todirica radu-todirica commented Feb 13, 2020

Description

Update service and disk offerings
The following createDiskOffering and createServiceOffering API parameters are not exposed in UI:
iops read rate max
iops read rate max length
iops write rate max
iops write rate max length
bytes read rate max
bytes read rate max length
bytes write rate max
bytes write rate max length
Also the updateDiskOffering and updateServiceOffering endpoints doesn't update the bursting options.

The following changes have been added:

  1. Expose IO bursting options in UI
  2. Add the possibility to set the IO bursting options when creating a service or disk offerings
  3. Add the ability to modify the bytes/iops read/write max and max length fields of a service and disk offering.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Screenshots (if appropriate):

diskOffering
serviceOfferings
createDiskOffering
createServiceOff

How Has This Been Tested?

Changed test_02_edit_disk_offering test and added random data for IO bursting options.
test_disk_offerings_runinfo.txt
test_disk_offerings_results.txt

Changed test_02_edit_service_offering test and added random data for IO bursting options.
service_offerings_results.txt
service_offerings_runinfo.txt

Signed-off-by: radu-todirica <[email protected]>
@radu-todirica radu-todirica changed the title Update service offerings Update service and disk offerings Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant