Example policy action script that tags resources
Your instance tracks tagged resources for billing and reporting. Policy action scripts can add and modify resource tags. This example tags a storage volume resource.
Before you begin
Role required: sn_cmp.cloud_governor or admin
About this task
See Create a custom tag for cloud resources for information about how to create and use tags in Cloud Provisioning and Governance.
Procedure
On the Cloud Admin Portal, navigate to Govern > Policies.
On the Policy Action Scripts tab, click New and then enter a unique and descriptive Name.
Click the lookup icon for Action Script Category, click New to create a new category, and then click Submit.
On the Policy Rule Action Script page, enter the script for the resource you want to tag.
Click Submit to save the script.
The script appears in the list.
On the Policies tab, click New, enter a unique and descriptive Name for the policy, fill in the form with the following example settings, and then click Save.
| Policy Trigger | on Resource operation |
| Resource Block | Storage Volume |
| Operation | Storage Volume Interface.Provision |
| Moment | Pre Operation |
On the Rules related list, click New, enter Add Custom Tags for Storage for the Name, accept the default settings, and then click Submit.
On the Policy Rule Actions related list, click New.
At Execute a Script, click Create, fill in the form with the following example settings, and then click Submit.
| Action Name | CreateCustomTagsForStorage |
| Action Script Category | ScriptsForCustomTags |
| Action Script | AddCustomTagsForStorage |
Click Update on the Policy Rule page.
Return to the Policy page and then click Publish.
Result
On the Cloud Admin Portal, launch the stack that is associated with the storage resource. You can then confirm that the tags are applied.
Parent Topic:Create a cloud policy