Bug 1026837

Summary: openlmi-networking does not support sfcb
Product: [Fedora] Fedora Reporter: Klaus Kämpf <kkaempf>
Component: openlmi-providersAssignee: Radek Novacek <rnovacek>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: jsafrane, jsynacek, miminar, ovasik, pschiffe, rnovacek, rrakus, tsmetana, vcrhonek
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-07 09:07:11 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:

Description Klaus Kämpf 2013-11-05 14:06:57 UTC
Description of problem:
openlmi-networking does not support sfcb since 90_LMI_Networking_Profile.mof creates instances of PG_ProviderProfileCapabilities which is not available with sfcb.

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

How reproducible:
Install openlmi-networking on a system with only sfcb installed

Steps to Reproduce:
1. run sfcbrepos -f
2.
3.

Actual results:
error in /tmp/sfcbinst.mof line 1 near CIM_System: class definition for PG_ProviderProfileCapabilities not found
class definition for PG_ProviderProfileCapabilities not found


Expected results:
No error

Additional info:

Comment 1 Radek Novacek 2013-11-06 13:14:11 UTC
It works fine for me. The '90_LMI_Networking_Profile.mof' file that contains the profile registration should be applied only to pegasus.

Could you run `openlmi-mof-register list` command and attach the result here? Note that you need openlmi-providers 0.4.1, but that's requirement of openlmi-networking 0.2.1 anyways.

Comment 2 Klaus Kämpf 2013-11-07 09:07:11 UTC
Oh, my bad. I didn't spot the %post changes in the spec file. Sorry for the noise.