Skip to content

Add Support For Aibroker 9.1 #72

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

Open
wants to merge 6 commits into
base: stable
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,16 @@ spec:
# -------------------------------------------------------------------------
- name: mas_app_channel_aibroker
value: "{{ mas_app_channel_aibroker }}"

# AI Broker Tenant
# -------------------------------------------------------------------------
- name: tenant_entitlement_type
value: "{{ tenant_entitlement_type }}"
- name: tenant_entitlement_start_date
value: "{{ tenant_entitlement_start_date }}"
- name: tenant_entitlement_end_date
value: "{{ tenant_entitlement_end_date }}"

{%- endif %}
{%- if mas_aibroker_storage_provider is defined and mas_aibroker_storage_provider != "" %}

Expand Down Expand Up @@ -758,6 +768,11 @@ spec:
value: "{{ mas_aibroker_storage_templates_bucket }}"
- name: mas_aibroker_tenant_name
value: "{{ mas_aibroker_tenant_name }}"
- name: minio_root_user
value: "{{ minio_root_user }}"
- name: minio_root_password
value: "{{ minio_root_password }}"

{%- endif %}
{%- if mas_aibroker_controller_tag is defined and mas_aibroker_controller_tag != "" %}

Expand Down Expand Up @@ -814,6 +829,11 @@ spec:
value: "{{ mas_aibroker_db_secret_key }}"
- name: mas_aibroker_db_secret_value
value: "{{ mas_aibroker_db_secret_value }}"
- name: mariadb_user
value: "{{ mariadb_user }}"
- name: mariadb_password
value: "{{ mariadb_password }}"

{%- endif %}

workspaces:
Expand Down