artefactory / one-click-mlflow

A tool to deploy a mostly serverless MLflow tracking server on a GCP project with one command
GNU Lesser General Public License v3.0
66 stars 21 forks source link

Technical Story: refactor the way configuration variables are set prior to deploying #59

Closed AlexisVLRT closed 3 years ago

AlexisVLRT commented 3 years ago

Definition of ready Ready

Description We have vars, vars_base, and vars_additionnal that are treated as sh scripts. This is not clear and well designed.

Refactor this to have a json file and a parser

Definition of done

AlexisVLRT commented 3 years ago

Done