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
[ ] No unnecessary placeholders
[ ] Useful values that match sample data, work out-of-the-box and cover the common needs
[ ] All settings correct and clearly documented by preceding comments with unique terminology, like in the manuals
[ ] No unnecessary "if-then-else" documentation of settings (avoided)
[ ] All Jenkins CI tests for OIDC and INTERNAL mode are successful
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.