Skip to content

[patch] code to install aiassistant on SAAS env#2151

Open
aniketchoudhary03 wants to merge 23 commits intomasterfrom
meta-gitops
Open

[patch] code to install aiassistant on SAAS env#2151
aniketchoudhary03 wants to merge 23 commits intomasterfrom
meta-gitops

Conversation

@aniketchoudhary03
Copy link
Copy Markdown
Contributor

@aniketchoudhary03 aniketchoudhary03 commented Apr 2, 2026

this change include installation of aiassistant on saas env with mas core operator
https://jsw.ibm.com/browse/MASDS-1204

@aniketchoudhary03 aniketchoudhary03 force-pushed the meta-gitops branch 2 times, most recently from 6de1ff9 to 69aac52 Compare May 1, 2026 18:51
@aniketchoudhary03 aniketchoudhary03 changed the title Meta gitops [patch] code to install aiassistant on SAAS env May 8, 2026
@aniketchoudhary03 aniketchoudhary03 marked this pull request as ready for review May 8, 2026 10:54
@aniketchoudhary03 aniketchoudhary03 requested a review from a team as a code owner May 8, 2026 10:54
@aniketchoudhary03 aniketchoudhary03 requested a review from whitfiea May 8, 2026 10:54
Comment on lines +124 to +125
- name: AISERVICE_META_AGENT_ENABLED
value: $(params.aiservice_meta_agent_enabled)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't be meta agent


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} \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this change?

Comment on lines 67 to -77
@@ -74,7 +73,6 @@ spec:
mas gitops-license \
-a ${ACCOUNT} \
-c ${CLUSTER_NAME} \
-i ${ICN} \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are these changes?


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 \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants