Skip to content

Commit

Permalink
Merge pull request #16703 from GregP/compute_infra_hosts_filter_esx65
Browse files Browse the repository at this point in the history
Add Compute Infrastructure Hosts filter for ESX 6.5
  • Loading branch information
h-kataria authored Dec 21, 2017
2 parents fa4b71b + b1b0738 commit bb9f922
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions db/fixtures/miq_searches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,23 @@
value: 6.0.0
search_type: default
db: Host
- attributes:
name: default_Platform / ESX 6.5
description: Platform / ESX 6.5
filter: !ruby/object:MiqExpression
exp:
and:
- "=":
field: Host-vmm_vendor
value: vmware
- INCLUDES:
field: Host-vmm_product
value: ESX
- "=":
field: Host-vmm_version
value: 6.5.0
search_type: default
db: Host
- attributes:
name: default_Platform / HyperV
description: Platform / HyperV
Expand Down

0 comments on commit bb9f922

Please sign in to comment.