-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18749 from pemcg/add_migration_analytics_reports
Add migration analytics reports
- Loading branch information
Showing
3 changed files
with
178 additions
and
1 deletion.
There are no files selected for viewing
95 changes: 95 additions & 0 deletions
95
product/reports/300_Migration Readiness - Virtual Machines/030_VMware VM Summary.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
--- | ||
title: VMware VM Summary | ||
rpt_type: Custom | ||
priority: | ||
db: Vm | ||
cols: | ||
- name | ||
- v_owning_datacenter | ||
- allocated_disk_storage | ||
- mem_cpu | ||
- cpu_total_cores | ||
include: | ||
operating_system: | ||
columns: | ||
- product_name | ||
ext_management_system: | ||
columns: | ||
- name | ||
host: | ||
columns: | ||
- name | ||
col_order: | ||
- name | ||
- operating_system.product_name | ||
- ext_management_system.name | ||
- v_owning_datacenter | ||
- host.name | ||
- allocated_disk_storage | ||
- mem_cpu | ||
- cpu_total_cores | ||
headers: | ||
- VM Name | ||
- Operating System | ||
- Provider | ||
- Datacenter | ||
- Hypervisor | ||
- Storage | ||
- Memory | ||
- CPU Cores | ||
conditions: !ruby/object:MiqExpression | ||
exp: | ||
and: | ||
- IS NOT EMPTY: | ||
field: Vm.ext_management_system-name | ||
value: '' | ||
- "=": | ||
field: Vm-type | ||
value: ManageIQ::Providers::Vmware::InfraManager::Vm | ||
context_type: | ||
order: Ascending | ||
sortby: | ||
- ext_management_system.name | ||
- v_owning_datacenter | ||
group: y | ||
graph: | ||
dims: | ||
categories: [] | ||
timeline: | ||
template_type: report | ||
where_clause: | ||
db_options: {} | ||
generate_cols: | ||
generate_rows: | ||
col_formats: | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
tz: | ||
time_profile_id: | ||
display_filter: | ||
col_options: | ||
name: | ||
:break_label: 'Provider : Name: ' | ||
:break_format: :model_name | ||
allocated_disk_storage: | ||
:grouping: | ||
- :total | ||
mem_cpu: | ||
:grouping: | ||
- :total | ||
cpu_total_cores: | ||
:grouping: | ||
- :total | ||
rpt_options: | ||
:pdf: | ||
:page_size: A4 - 210mm x 297mm (default) | ||
:queue_timeout: | ||
:summary: | ||
:hide_detail_rows: false | ||
menu_name: VMware VM Summary |
82 changes: 82 additions & 0 deletions
82
product/reports/310_Migration Readiness - Providers/010_VMware Environment Summary.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
--- | ||
title: VMware Environment Summary | ||
rpt_type: Custom | ||
priority: 10 | ||
db: Host | ||
cols: | ||
- name | ||
- vmm_product | ||
- vmm_version | ||
- num_cpu | ||
- v_total_vms | ||
include: | ||
ext_management_system: | ||
columns: | ||
- name | ||
- api_version | ||
col_order: | ||
- ext_management_system.name | ||
- ext_management_system.api_version | ||
- name | ||
- vmm_product | ||
- vmm_version | ||
- num_cpu | ||
- v_total_vms | ||
headers: | ||
- Provider | ||
- vSphere Version | ||
- Hypervisor | ||
- Product | ||
- Version | ||
- CPU Sockets | ||
- VMs | ||
conditions: !ruby/object:MiqExpression | ||
exp: | ||
"=": | ||
field: Host.ext_management_system-type | ||
value: ManageIQ::Providers::Vmware::InfraManager | ||
context_type: | ||
order: Ascending | ||
sortby: | ||
- ext_management_system.name | ||
- name | ||
group: c | ||
graph: | ||
dims: | ||
categories: [] | ||
timeline: | ||
template_type: report | ||
where_clause: | ||
db_options: {} | ||
generate_cols: | ||
generate_rows: | ||
col_formats: | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- | ||
tz: | ||
time_profile_id: | ||
display_filter: | ||
col_options: | ||
vmm_version: | ||
:break_label: 'VMM Version: ' | ||
num_cpu: | ||
:grouping: | ||
- :total | ||
v_total_vms: | ||
:grouping: | ||
- :total | ||
name: | ||
:break_label: 'Provider : Name: ' | ||
:break_format: :model_name | ||
rpt_options: | ||
:pdf: | ||
:page_size: A4 - 210mm x 297mm (default) | ||
:queue_timeout: | ||
:summary: | ||
:hide_detail_rows: false | ||
menu_name: VMware Environment Summary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters