Add support for kickstarting different versions of a given datastore
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Trove Integration |
In Progress
|
Medium
|
Viswa Vutharkar |
Bug Description
In the function cmd_set_datastore() in redstack, which invokes trove-manage CLI to wire up an image to a specific datastore/version info in trove DB, there is ability to provide 'PACKAGES' string by defining an environment variable. This allows to override the default strings defined inside the function when running "redstack kick-start".
This enhancement aims to do the same thing for Version string as well, so that someone can do
export DATASTORE_
This will be convenient when people are using redstack kick-start and want to give more flexible names to versions (Especially if they are pointing to an internal ubuntu package repo that pulls a different version during install than what is hardcoded in the redstack script)
Also allows version specific elements pick during image building. (See comment below for further details)
affects: | trove → trove-integration |
Changed in trove-integration: | |
assignee: | nobody → Viswa Vutharkar (vvutharkar) |
description: | updated |
description: | updated |
summary: |
- Allow VERSION string to be specified externally when invoking kick-start + Add support for kickstarting different versions of a given datastore |
Changed in trove-integration: | |
importance: | Undecided → Medium |
milestone: | none → juno-1 |
Fix proposed to branch: master /review. openstack. org/72804
Review: https:/