Installs a custom OOS software package on an ECS instance.
Description
Installs a custom CloudOps Orchestration Service (OOS) software package on an Elastic Compute Service (ECS) instance.
Syntax
Action: ACS::ECS::ConfigureOOSPackage
Properties:
regionId: String
instanceId: String
action: String
packageName: String
packageVersion: String
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
regionId |
The region ID. |
String |
No |
{{ ACS::RegionId }} |
|
|
instanceId |
The ID of the ECS instance. |
String |
Yes |
||
|
action |
The operation to perform on the software package. |
String |
No |
install |
|
|
packageName |
The name of the software package. |
String |
No |
"" |
|
|
packageVersion |
The version of the software package. |
String |
Yes |
Output
|
Output item |
Description |
Type |
|
commandOutput |
String |
References
For the source template, see ACS::ECS::ConfigureOOSPackage.yml on GitHub.