Create a custom remediation catalog
item in Cloud Configuration Governance for the remediations that require
additional input parameters to execute.
始める前に
Role required: sn_itom_ccg.governor
このタスクについて
Some remediation actions require additional operational information, such as resource
hardware type, to execute. For such cases, create a remediation catalog item with
custom input parameters or variables, and associate it with the appropriate
remediation action and violation type. After you create the remediation catalog
item, a user with the sn_itom_ccg.ccg_operator role can use it to raise a
remediation request.
手順
-
Navigate to .
-
Open the CCG Remediation Default Catalog record.
-
Select Copy to copy the catalog item.
-
On the form, fill in the fields.
-
Select Update.
The record producer creates the following items:
- オプション:
Define catalog item variables to collect additional information through the
catalog item form.
-
From the Variables related list, select
New.
-
On the form, fill in the fields.
-
Save the form.
-
Associate the remediation catalog item with the violation type.
-
On the Remediations related list, select
New.
-
Double-click the violation cell.
-
Select the violation type.
-
Select the save icon (
).
-
Update the <Catalog item name>_Action to interact with the cloud
resource.
Cloud Configuration Governance uses Integration Hub action to
execute the remediation on the cloud resource. As business needs dictate the
remediation logic, the Record Producer only creates a boilerplate for the
<Catalog item name>_Action. You must implement the <Catalog item
name>_Action per the business needs.
-
Navigate to .
-
Select the Actions tab.
-
Open the <Catalog item name>_Action.
-
Refer to the cloud provider documentation and implement the <Catalog
item name>_Action per the business needs of your organization.
-
Save the updated <Catalog item name>_Action.
-
Test the <Catalog item name>_Action.
-
Publish the <Catalog item name>_Action.
-
Associate the <Catalog item name>_Action with the <Catalog item
name>_Subflow.
Cloud Configuration Governance uses the Integration Hub
subflows to trigger the Integration Hub action and process the
returned data.
-
Navigate to the Workflow Studio home page by selecting the flow designer home icon (
).
-
Select the Subflows tab.
-
Open the <Catalog item name>_Subflow.
-
Select Add an Action, Flow Logic, or
Subflow.
-
Select Action.
-
Search for <Catalog item name>_Action and
select the action.
-
Add appropriate flow logic.
-
Assign the output of the subflow to the output variable.
-
Test the <Catalog item name>_Subflow.
-
Publish the <Catalog item name>_Subflow to activate it.
次のタスク
Run the remediation action to fix the identified violation. For more information, see
Run remediation.