feat: add configuration templates#74
feat: add configuration templates#74gazarenkov wants to merge 1 commit intoredhat-developer:mainfrom
Conversation
Reviewer's GuideThis PR introduces a profile-based installation mechanism by adding a new File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
it's a good way into the right direction but from a naming perspective I think we want to keep the flavor term because that is what people are getting used to second I would love to see how we can reuse some of the configuration that is part of a specific flavor either by consuming the configuration from the operator repository or maybe from a new repository that contains the flavor definition and this external new repository is then consumed by our HDH local and the operator and maybe the helm chart |
@kadel |
Thanks, However, note, this configuration in local is a "final" configuration, not "default" configuration (like config in operator profile or default values in chart) where the "final" configuration comes with CR and user values respectively.
I believe any app-config related configuration is reusable because it is processed by backstage, the difference is the way of delivering (local files/envs vs CMs/secrets) |
Description
Add profile configuration as a part of "flavor approach" for installation methods
Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer
PROFILE=rhdho docker compose -f profile/compose.yaml up
Summary by Sourcery
Introduce a profiles-based installation method by adding a new profile directory containing a sample ‘rhdho’ profile, a Docker Compose orchestrator for RHDH and its plugins, and documentation on using and customizing profiles
New Features:
Documentation: