Bug 1518019 - DPDK derive parameters - working only with flavor extra-spec capabilities:profile'='compute'
Summary: DPDK derive parameters - working only with flavor extra-spec capabilities:pro...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-common
Version: 12.0 (Pike)
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
: ---
Assignee: Jaganathan Palanisamy
QA Contact: Yariv
URL:
Whiteboard:
Depends On:
Blocks: 1431498 1599843
TreeView+ depends on / blocked
 
Reported: 2017-11-27 22:31 UTC by Yariv
Modified: 2018-07-10 17:49 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-28 08:50:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.