To create an Operations Project
mvn archetype:generate \
--define interactiveMode=false \
--define archetypeGroupId=com.vmware.pscoe.vrops.archetypes \
--define archetypeArtifactId=package-vrops-archetype \
--define groupId=com.cloudbuildtools.sample \
--define artifactId=operations \
--define licenseUrl= \
--define licenseHeader= \
--define licenseTechnicalPreview=false \
--define archetypeVersion=4.19 <--Always use the latestBashResult:
COMING SOON...BashOutput:

Content.YAML File:
# This file contains lists of the vRealize Operations assets that will be managed by this project.
# Please specify a list of assets to the corresponding category that you want to be managed by this project.
#
# Example:
# view:
# - Cluster Capacity Details
# - Cluster Capacity Overview
# dashboard:
# - Physical Network Overview
# - NSX-vSphere Main
# alert-definitions
# - AlertDefinition-aws-workspace-status-down
# - AlertDefinition-VMWARE-DVSForwardingState
# symptom-definition:
# - SymptomDefinition-aws-workspace-status-down
# - SymptomDefinition-VMWARE-HostTeamingMismatch
# policy:
# - Default Policy
# - vSphere World, vSAN Datastores
# - Foundation Policy
# - vSphere World, vSAN Datastores
# # Since vROPs 8.17.0 the policies can be ordered by priority, hence the ordering in the list above
# # can be used to prioritize the policies during pushing of policies,
# # for older version of vROPs the ordering does not matter
# default-policy: vSphere World
# recommendation:
# - Recommendation-df-physicaldisks.physdiskcapacity
# super-metric:
# - Super Metric Name
# metric-config:
# - Metric Config Name
# report:
# - Report Name
# custom-group:
# - AWS World
# - Agents Running Remote Checks
#
---
view:
- Cluster Basic Inventory
dashboard:
- Assess Cost
alert-definition:
- Cluster is disbalanced
symptom-definition:
- Cloud Proxy is down
recommendation:
- Bring the VMware Cloud Foundation Operations Node back online
super-metric:
- Group CPU Average
report:
- Cluster Cost Report
metric-config:
- vSAN Savings
custom-group:
- vCenter Folder Tag
policy:
- Policy for Virtual Machines - Risk Profile 1
default-policy: Default Policy
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
