Skip to content

Commit

Permalink
Merge pull request ManageIQ#16703 from GregP/compute_infra_hosts_filt…
Browse files Browse the repository at this point in the history
…er_esx65

Add Compute Infrastructure Hosts filter for ESX 6.5
(cherry picked from commit bb9f922)

https://bugzilla.redhat.com/show_bug.cgi?id=1530708
  • Loading branch information
h-kataria authored and d-m-u committed Jun 6, 2018
1 parent ea814b3 commit 36e3b7a
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 36e3b7a

Please sign in to comment.