Google Cloud Compute Plugin
The Digital.ai Deploy Google Cloud Compute plugin allows you to deploy the Digital.ai Deploy instance on the Google Cloud platform.
Prerequisites
- Digital.ai Deploy 10.0 or later releases
- Google Cloud Platform infrastructure
Build the Plugin
To build the plugin, run the following command:
./gradlew clean build
After the build is successful, a *.xldp
file containing the plugin is generated under the build/distributions
folder.
Installing the Plugin
To install the plugin on Digital.ai Deploy:
- Download the latest JAR file from the Distribution site.
- Copy the plugin file to
XL_DEPLOY_SERVER/plugins/xld-official
directory. - Restart the Digital.ai Deploy server.
Using the Google Compute Plugin
Before using the Google Compute plugin, you must configure the plugin properties on Digital.ai Deploy interface:
- From Explorer, click Infrastructure > New > Directory > AccountCloud, and fill in the properties.
Note Alternatively, you can use the Import from JSON task from Monitoring > Deployment Tasks and configure
google.AccountCloud
. - Click Monitoring > Deployment Tasks and select the Check Connection to validate the parameters.
- Right-click Environments > New > Environment and create an environment.
- In the Containers field, enter
google.AccountCloud
to add the container.