-
Notifications
You must be signed in to change notification settings - Fork 51
[Ready to review] Refactoring SMC env variable config #1232
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
[Ready to review] Refactoring SMC env variable config #1232
Conversation
ads/aqua/config/container_config.py
Outdated
for key, default in config_keys.items() | ||
if key in additional_configurations | ||
] | ||
env_vars_dict = json.loads( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the transition period, I would support both. If we merge it as is and deploy without container changes, this will break the AQUA. We can add TODO indicating that the old logic needs to be deleted after the containers config related changes will be published.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
Thanks!
Description
This PR is intended to enhance the SMC environment variable configuration for AQUA. After this change, any new environment variable introduced as part of CP config should automatically be picked by ADS.
Related PR
https://bitbucket.oci.oraclecorp.com/projects/ODSC/repos/odsc-pegasus-control-plane/pull-requests/4689/overview
Unit tests
Test results
Was able to successfully deploy granite-vision model with the latest changes in this PR
