Integration of OSM Helm Chart with different databases
Proposers
- Gabriel Cuba (Whitestack)
- Luis Vega (Whitestack)
Description
Currently, some of the values in the OSM helm-chart related to MongoDB and MySQL are not parametrized. This limits the ability to change some of the DB components. For example, if we want to use a different database instead of the default MySQL, such as MariaDB or PerconaDB, we need to have the ability to change the database secret. The same issue applies to MongoDB: if we want to use a different service name instead of the one installed via the OSM installation script, we should be able to change that name in the values of OSM.
Demo or definition of done
Been able to install and run all the OSM tests using the chart with the new values parametrized in the values.yaml file.
Edited by garciadeblas