Installing Third-Party Software Using Bootstrap Actions
Prerequisites
The bootstrap action script has been prepared by referring to Preparing the Bootstrap Action Script.
Adding a Bootstrap Action When Creating a Cluster
- Go to the Buy Cluster page.
- Click the Custom Config tab.
- Configure the cluster software and hardware by referring to Buying a Custom Cluster.
- In the Set Advanced Options area, select Configure and click Add in the Bootstrap Action area.
Table 1 Parameters Parameter
Description
Name
Name of a bootstrap action script
The value can contain only digits, letters, spaces, hyphens (-), and underscores (_) and must not start with a space.
The value can contain 1 to 64 characters.
NOTE:A name must be unique in the same cluster. You can set the same name for different clusters.
Script Path
Script path. The value can be an OBS file system path or a local VM path.
- An OBS file system path must start with obs:// and end with .sh, for example, obs://mrs-samples/xxx.sh.
- A local VM path must start with a slash (/) and end with .sh.
NOTE:
A path must be unique in the same cluster, but can be the same for different clusters.
Parameter
Bootstrap action script parameters
Execution Node
Select a type of the node where the bootstrap action script is executed.
Executed
Select the time when the bootstrap action script is executed.
- Before initial component start
- After initial component start
NOTE:
You can only manually run the third-party component installation script on the node to install a running cluster component.
Action upon Failure
Whether to continue to execute subsequent scripts and create a cluster after the script fails to be executed.NOTE:You are advised to set this parameter to Continue in the debugging phase so that the cluster can continue to be installed and started no matter whether the bootstrap action is successful.
Run as root
Whether to escalate the permission to user root
If the bootstrap action requires root user operations, enable this function, or the bootstrap action may fail to execute.
NOTE:This parameter is available for MRS 3.1.5 clusters.
- Click OK.
After the bootstrap action is added, you can edit, clone, or delete it in the Operation column.
Adding an Automation Script on the Auto Scaling Page
- Log in to the MRS management console.
- Choose Clusters > Active Clusters. In the cluster list, select a running cluster to access its details page.
- On the page that is displayed, click the Auto Scaling tab.
You can configure policies by resource pool or node group as needed. For details, see Creating an Auto Scaling Policy for an Existing Cluster
- Auto scaling policies of different node groups are mutually exclusive. That is, you can enable auto scaling policies only for one node group.
- An auto scaling rule adjusts the number of nodes, but also affects the actual price. Exercise caution when adding an auto scaling rule.
- (Optional) Configure automation scripts.
- Click Configure Automation Script.
- Click Add.
- Configure Name, Script Path, Execution Node, Parameter, Executed, and Action upon Failure. For details about the parameters, see Table 4.
- Click OK to save the automation script configurations.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.