servicecatalog / oscm-dockerbuild

OSCM docker build files.
Apache License 2.0
3 stars 10 forks source link

Improve sample data installation #277

Closed GoebelL closed 4 years ago

GoebelL commented 4 years ago

Summary Improve the process for installing with sample data by reducing amount of required env modifications.

Details The content of the 'var.env' configuration file, created by the oscm-delployer, depends on the installation type. For standard installation the file is short, simple and easy to handle. For initial setup with sample data (-e SAMPLE_DATA="true") the generated var.env contains terribly many placeholder variables. It is very tedious and error-prone having to fill-in values for nearly all settings, which also makes users to fail installing OSCM.

Acceptance criteria

Additional context Ask me.