Ticket #443 (closed defect: fixed)
rpmng repo validation fails
Reported by: | davidr | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 0.9.4 Release |
Component: | bcfg2-server | Version: | |
Keywords: | schema xml rpmng | Cc: |
Description
The pkglist.xsd file in 0.9.4pre1 doesn't contain information relevant to the RPMng driver ("Instance", etc.) so repo validations are failing with:
/opt/bcfg2/Pkgmgr/rhas4.4_base.xml:4632: element Instance: Schemas validity error : Element 'Instance': This element is not expected. Expected is ( Ignore ). /opt/bcfg2/Pkgmgr/rhas4.4_base.xml:4636: element Instance: Schemas validity error : Element 'Instance': This element is not expected. Expected is ( Ignore ). /opt/bcfg2/Pkgmgr/rhas4.4_base.xml:4640: element Instance: Schemas validity error : Element 'Instance': This element is not expected. Expected is ( Ignore ). /opt/bcfg2/Pkgmgr/rhas4.4_base.xml:4643: element Instance: Schemas validity error : Element 'Instance': This element is not expected. Expected is ( Ignore ). /opt/bcfg2/Pkgmgr/rhas4.4_base.xml fails to validate
Fixed.