Bug #22700
closed
Salt installer doesn't pull an updated arvados-formula by default after the first deployment
Added by Lucas Di Pentima 10 days ago.
Updated 2 days ago.
Release relationship:
Auto
Description
To have consistency between the arvados-formula
and other formulas, there should be an explicit pin in provision.sh
so that we deploy the required version.
As it is currently coded, unless we specify a custom value in BRANCH
or ARVADOS_TAG
envvars, the formula is checked out once at first deploy and never updated again, avoiding formula enhancements to ever be applied on currently running clusters.
Updates at 3b0bbf0 - branch 22700-installer-arvados-formula
Test run: test-provision: #1138 
This update makes the provision script to handle arvados-formula
just as any other formula: using the ARVADOS_TAG
envvar to pin the commit hash to be checked out on every run.
Lucas Di Pentima wrote in #note-1:
Updates at 3b0bbf0 - branch 22700-installer-arvados-formula
Test run: test-provision: #1138 
This update makes the provision script to handle arvados-formula
just as any other formula: using the ARVADOS_TAG
envvar to pin the commit hash to be checked out on every run.
So if I'm following, you just set ARVADOS_TAG to an exact version, and remove the somewhat more complicated logic that tries to figure out what branch or tag to use based on the Arvados version?
LGTM
- Status changed from New to Resolved
Also available in: Atom
PDF