You can configure the App Accelerators on the Tanzu Application Service Portal (TAS Portal). This article tells you how.
On the TAS Portal, you can:
In the beta implementation, three App Accelerators are available. You cannot add or delete App Accelerators in this beta release.
Before configuring and using App Accelerators, you must:
tas-portal
application is deployed under the system
space of the system
org.First, configure Backstage using the instructions in Getting Started. All parts of the app-config.yaml
configuration can be extended or replaced using the TAS Portal section of Tanzu Operations Manager, in User Configuration input.
For Backstage configuration instructions, see:
For Backstage resources, see:
In Tanzu Operations Manager, on the TAS for VMs tile, click the Settings tab.
On the left panel, click TAS Portal.
To activate the App Accelerator, click the Use App Accelerator check box.
In TAS Portal memory usage, enter a value. The minimum is 512 MB.
You configure Backstage using a YAML file. A typical application is to provide access to a private repository. For example:
integrations:
gitlab:
- host: gitlab.eng.vmware.com
apiBaseUrl: https://gitlab.eng.vmware.com/api/v4
# To provision a Personal Access Token, see: https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html
token: ${GITLAB_TOKEN}
Where: GITLAB token can be created by running cf set-env tas-portal GITLAB_TOKEN "secret-token"
Caution New configuration is added to the end of the command line, so it overwrites or extends all other configuration.
To apply the settings, run cf restage tas-portal
.
If you activated App Accelerators when configuring TAS Portal, you can see them in Component, in the Overview tab.
The three default App Accelerators are shown: