-
Notifications
You must be signed in to change notification settings - Fork 648
ydbd_slice: add support for using raw config.yaml #15094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ydbd_slice: add support for using raw config.yaml #15094
Conversation
🟢 |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
f58c5eb
to
e24f1a1
Compare
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
…nd dynconfig.yaml via --yaml-dynconfig - Add yaml_configurator instead of configurator - Add warning for old style cluster.yaml - Add dynconfig-generator for generating simple dynconfig.yaml - Add --save-raw-cfg option for saving raw config from old cluster.yaml
- --yaml-dynconfig removed - dynconfig.yaml generator fixed ( remove storage only options ) - fix the typo
e24f1a1
to
eb7ce73
Compare
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
ydbd_slice: add support for using raw config.yaml via --yaml-config and dynconfig.yaml via --yaml-dynconfig
Changelog entry
Changelog category
Description for reviewers
This PR introduces a new slice with the following changes:
Configuration Files:
config.yaml
andcluster.yaml
(containing only thedomains
section).dynconfig.yaml
using:Slice Creation:
Notes:
ydbd_slice
is run without the--yaml-config
parameter, a warning with instructions will be displayed.