Domain
Pattern for tenant UI: https://<cluster-name>-<project-name>-<tenant-name>.ci.folio.org
This article describes how to deploy/update ui bundle on rancher environment
Job: ui-bundle-deploy
Parameter | Type | Description |
---|---|---|
refresh_parameters | boolean | Service parameter for parameters refreshing |
rancher_cluster_name | list<string> | Name of cluster where project environment hosted |
rancher_project_name | list<string> | Name of environment which changes should be applied |
ui_bundle_tag | list<string> | Name of UI bundle that already builded with UI-Build job |
ui_bundle_build | boolean | True if new UI bundle should be created. False if ui_bundle_tag parameter should be used |
folio_repository | list<string> | Repository from which UI bundle should build |
folio_branch | list<string> | Branch of selected repo from which UI bundle should build |
tenant_id | string | Tenant id for which UI bundle should build |
To update UI bundle you should know in what cluster you environment located. See Projects/Namespaces page.
Steps:
- Go to Jenkins
- Navigate to Rancher → Update → ui-bundle-deploy
- Click Build with Parameters (if you didn't see this button, contact Kitfox team)
- Select parameters
- rancher_cluster_name - Select name of the cluster where your rancher environment located
- rancher_project_name - Select name of your environment
- ui_bundle_tag - If you previously build ui bundle image or you want to rollback, then select it name from drop-down list and leave next ui_bundle_build parameter as false
- ui_bundle_build - If you want build and deploy new (fresh) ui bundle then set this parameter to true
- folio_repository - Select repository from which ui bundle should build (platform-complete or platform-core)
- folio_branch - Select branch from which ui bundle should build
- tenant_id - Set correct tenant id for which this ui bundle should be used
- Click Build button
- Wait for completion