Hello,
I am trying to run small AutoDeploy PoC for one of our customers. Version of vSphere in question is 6.5, therefore, I'm trying to implement GUI-based solution.
My deployment consists of external PSC and one vCenter.
I have enabled and started AutoDeploy and Image Builder services.
I have successfully added software depot and management profile via GUI, but when I've tried to create Deploy Rule, very strange error have appeared:
Something went wrong while converting items to pxe profile:(vmodl.fault.SystemError) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = 'Invalid Fault',
faultCause = (imagebuilder.fault.IbFault) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = 'Unable to obtain XML schema: Error loading schema XML data: Error reading file \'/usr/lib/vmware-imagebuilder/etc/schemas/vib20-extensibility.rng\': failed to load external entity "/usr/lib/vmware-imagebuilder/etc/schemas/vib20-extensibility.rng".',
faultCause = <unset>,
faultMessage = (vmodl.LocalizableMessage) [
(vmodl.LocalizableMessage) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
key = '',
arg = (vmodl.KeyAnyValue) [],
message = 'Unable to obtain XML schema: Error loading schema XML data: Error reading file \'/usr/lib/vmware-imagebuilder/etc/schemas/vib20-extensibility.rng\': failed to load external entity "/usr/lib/vmware-imagebuilder/etc/schemas/vib20-extensibility.rng".'
}
],
errorCode = 0,
errorMessage = (vmodl.LocalizableMessage) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
key = '',
arg = (vmodl.KeyAnyValue) [],
message = 'Unable to obtain XML schema: Error loading schema XML data: Error reading file \'/usr/lib/vmware-imagebuilder/etc/schemas/vib20-extensibility.rng\': failed to load external entity "/usr/lib/vmware-imagebuilder/etc/schemas/vib20-extensibility.rng".'
},
additionalData = (vmodl.KeyAnyValue) []
},
faultMessage = (vmodl.LocalizableMessage) [],
reason = 'Method DepotManagerDownloadVib threw undeclared fault of type imagebuilder.fault.IbFault'
}
Looks like some files are missing. I've checked VCSA file system, and there were no .RNG files in /usr/lib/vmware-imagebuilder/etc/schemas/ directory, only .RNC ones.
I did fresh VCSA install but error persisted.
Any ideas?