Interactive install config generation#64
Merged
OliverTrautvetter merged 30 commits intomainfrom Nov 17, 2025
Merged
Conversation
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
siherrmann
reviewed
Nov 5, 2025
Member
siherrmann
left a comment
There was a problem hiding this comment.
Includes requests for bigger changes. Please carefully review the comments.
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
…b.com/codesphere-cloud/oms into interactive_install_config_generation
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
Co-authored-by: OliverTrautvetter <OliverTrautvetter@users.noreply.github.com>
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
Co-authored-by: OliverTrautvetter <OliverTrautvetter@users.noreply.github.com>
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
…b.com/codesphere-cloud/oms into interactive_install_config_generation
siherrmann
reviewed
Nov 14, 2025
Member
siherrmann
left a comment
There was a problem hiding this comment.
Some comments, else looks good.
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
NautiluX
pushed a commit
that referenced
this pull request
Nov 28, 2025
### Feat: Interactive / Scriptable `install-config.yaml` generation Implements a new OMS CLI command to generate a complete `config.yaml` and `prod.vault.yaml` file. This tool offers an easy creation. It initializes the configuration with sane defaults. --- **[ClickUp Card](https://app.clickup.com/t/869av2eej)** --------- Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com> Co-authored-by: Simon Herrmann <simonh@codesphere.com> Co-authored-by: OliverTrautvetter <OliverTrautvetter@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feat: Interactive / Scriptable
install-config.yamlgenerationImplements a new OMS CLI command to generate a complete
config.yamlandprod.vault.yamlfile. This tool offers an easy creation. It initializes the configuration with sane defaults.ClickUp Card