Remove scaling add trainer#28
Merged
Merged
Conversation
Remove the dashboard replica scaling feature that was previously merged. This functionality is not needed and should be removed from main. Changes: - Remove dashboard scaling block from workload.yml - Remove scaling variables from defaults/main.yml
Add the trainer component to both v1 and v2 sections of the DataScienceCluster template. The component is set to Removed by default via the ocp4_workload_openshift_ai_trainer variable. This ensures the trainer component is explicitly defined in the DSC configuration alongside trainingoperator.
Install the JobSet operator when trainer component is set to Managed. The installation happens directly after the RHODS operator installation and before the DataScienceCluster creation. Changes: - Install JobSet operator using install_operator role - Namespace: openshift-jobset-operator - Channel: stable-v1.0 - Catalog: redhat-operators - Create JobSetOperator CR from static file - Add jobset-operator.yaml file (no template variables needed) - Add JobSet operator configuration variables to defaults The JobSet operator is required for the Trainer component to function.
Remove {{ role_path }}/ prefix from src path. Ansible automatically
resolves files/ from the role directory.
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.
No description provided.