[major] FVT Implement Workflow for Saas AI Services#2310
Open
joshiricha444 wants to merge 287 commits into
Open
[major] FVT Implement Workflow for Saas AI Services#2310joshiricha444 wants to merge 287 commits into
joshiricha444 wants to merge 287 commits into
Conversation
before clonning git repo code added to : Delete the existing directory and all its contents (rm -rf). Recreate the empty directory (mkdir -p).
code change updated for the odh
resolving issue with clonning
removed temp folder
added valid folder path
rename to gitops-mas-aibroker-tenant
ACCOUNT_ID replaced with ACCOUNT
code updated
removed cluster id
removed temp dir
Contributor
Author
|
We have introduced the IS_GITOPS_FVT_ENV env in fvt-dev to skip the validation in CLI for SaaS FVT. If IS_GITOPS_FVT_ENV is true then s3, DRO and JDBC secrets will be skipped and created through the ArgoCD PostSync job When the pipeline-launcher triggers the validation pipeline, those secrets are not available yet because ArgoCD is still syncing in parallel. That’s why we decided to skip these validations. |
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.
Jira
MASAIB-2258
Description
This PR adds support for FVT environments in AI Service SaaS deployments.
FVT environments need to deploy AI Service instances as standalone application.
Testing Resluts:
Testing results includes succesful pipeline runs for the aiservice pipeline, aiservice instance and tenant level pipelines.