[patch] code to install aiassistant on SAAS env#2151
Open
aniketchoudhary03 wants to merge 23 commits intomasterfrom
Open
[patch] code to install aiassistant on SAAS env#2151aniketchoudhary03 wants to merge 23 commits intomasterfrom
aniketchoudhary03 wants to merge 23 commits intomasterfrom
Conversation
6de1ff9 to
69aac52
Compare
whitfiea
requested changes
May 8, 2026
Comment on lines
+124
to
+125
| - name: AISERVICE_META_AGENT_ENABLED | ||
| value: $(params.aiservice_meta_agent_enabled) |
Member
There was a problem hiding this comment.
we are still calling it meta agent
| --aiservice-tenant-id ${COLOR_YELLOW}AISERVICE_TENANT_ID${TEXT_RESET} The tenant ID for AI Service | ||
| --aiservice-enabled ${COLOR_YELLOW}AISERVICE_ENABLED${TEXT_RESET} Enable AI Service (true|false) | ||
| --aiservice-ssl-enabled ${COLOR_YELLOW}AISERVICE_SSL_ENABLED${TEXT_RESET} Enable SSL for AI Service (true|false) | ||
| --aiservice-meta-agent-enabled ${COLOR_YELLOW}AISERVICE_META_AGENT_ENABLED${TEXT_RESET} Enable Meta Agent (true|false) |
|
|
||
| mkdir -p /tmp/deprovision-customer-subscription | ||
| mas gitops-deprovision-suite-license-service -a $ACCOUNT -i ${ICN} -s ${SAAS_SUB_ID} -c ${CLUSTER_NAME} \ | ||
| mas gitops-deprovision-suite-license-service -a $ACCOUNT -s ${SAAS_SUB_ID} -c ${CLUSTER_NAME} \ |
Comment on lines
67
to
-77
| @@ -74,7 +73,6 @@ spec: | |||
| mas gitops-license \ | |||
| -a ${ACCOUNT} \ | |||
| -c ${CLUSTER_NAME} \ | |||
| -i ${ICN} \ | |||
|
|
||
| if [[ -z "${MAS_INSTANCE_ID}" ]]; then | ||
| mas gitops-license -a $ACCOUNT -i $ICN -s $SAAS_SUB_ID \ | ||
| mas gitops-license -a $ACCOUNT -s $SAAS_SUB_ID \ |
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.
this change include installation of aiassistant on saas env with mas core operator
https://jsw.ibm.com/browse/MASDS-1204