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
(cherry picked from commit bb9f922)

https://bugzilla.redhat.com/show_bug.cgi?id=1549249
  • Loading branch information
h-kataria authored and simaishi committed Feb 26, 2018
1 parent 7aee01a commit 2a882b0
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 2a882b0

Please sign in to comment.