Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1518019

Summary: DPDK derive parameters - working only with flavor extra-spec capabilities:profile'='compute'
Product: Red Hat OpenStack Reporter: Yariv <yrachman>
Component: openstack-tripleo-commonAssignee: Jaganathan Palanisamy <jpalanis>
Status: CLOSED NOTABUG QA Contact: Yariv <yrachman>
Severity: low Docs Contact:
Priority: unspecified    
Version: 12.0 (Pike)CC: atelang, mburns, samccann, skramaja, slinaber, vchundur, zgreenbe
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-28 08:50:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1431498, 1599843    

Description Yariv 2017-11-27 22:31:03 UTC
Description of problem:

Mistral Work flow, planning tool for ComputeOvsDpdk   
https://bugzilla.redhat.com/show_bug.cgi?id=1431498

Should work with flavor profile different than compute 
openstack flavor set --property 'cpu_arch'='x86_64' --property 'capabilities:boot_option'='local' --property 'capabilities:profile'='compute' compute


Version-Release number of selected component (if applicable):


How reproducible:



Steps to Reproduce:

1) rhos 12 undercloud
2) register openstack overcloud node import ~/instackenv.json
3) create flavors openstack flavor create --id auto --ram 4096 --disk 40 --vcpus   1 compute
4) Set an extra specs for a flavor compute: openstack flavor set --property 'cpu_arch'='x86_64' --property 'capabilities:boot_option'='local' --property 'capabilities:profile'='computeovsdpdk' compute
5) ironic node-update computeovsdpdk-0 add properties/capabilities='profile:computeovsdpdk,boot_option:local'

Actual results:
Mistral Work flow could not find computeovsdpdk properties

It is SUCCESS complete with compute profile


Expected results:
Mistral Work flow plan complete success
In Heterogeneous cluster OVSDPDK overcloud image is one of many, compute, computesriov etc 

Additional info:

Comment 2 Yariv 2017-11-28 08:50:03 UTC
Not reproducible any more