contrail-ansible-deployer latest
Had sriov section in vcenter_vars.yml.
As per requirement, created the sriov dvs and added uplink to it.Mentioned the sriov port group in the vcenter_vars.yml.
Ran ansible playbooks.It failed with the below error.vcenter_vars used attached here
TASK [vcenter : Add esxi host to DVS] **********************************************************************************************************************************************************************
ok: [localhost]
TASK [vcenter : Add esxi host to control-data DVS] *********************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "(vim.fault.DvsOperationBulkFault) {\n dynamicType = <unset>,\n dynamicProperty = (vmodl.DynamicProperty) [],\n msg = 'Cannot complete a vSphere Distributed Switch operation for one or more host members.',\n faultCause = <unset>,\n faultMessage = (vmodl.LocalizableMessage) [\n (vmodl.LocalizableMessage) {\n dynamicType = <unset>,\n dynamicProperty = (vmodl.DynamicProperty) [],\n key = 'com.vmware.vim.vpxd.dvs.dvsBulkHostFault.label',\n arg = (vmodl.KeyAnyValue) [\n (vmodl.KeyAnyValue) {\n dynamicType = <unset>,\n dynamicProperty = (vmodl.DynamicProperty) [],\n key = 'fault',\n value = 'vim.fault.PlatformConfigFault'\n },\n (vmodl.KeyAnyValue) {\n dynamicType = <unset>,\n dynamicProperty = (vmodl.DynamicProperty) [],\n key = 'msg',\n value = 'Received SOAP response fault from [<cs p:00000010f296d610, TCP:10.204.216.224:443>]: invokeHostTransactionCall\\nReceived SOAP response fault from [<cs p:04d1fa50, TCP:localhost:8307>]: invokeHostTransactionCall\\nAn error occurred during host configuration.'\n },\n (vmodl.KeyAnyValue) {\n dynamicType = <unset>,\n dynamicProperty = (vmodl.DynamicProperty) [],\n key = 'host',\n value = '10.204.216.224'\n }\n ],\n message = 'vDS operation failed on host 10.204.216.224, Received SOAP response fault from [<cs p:00000010f296d610, TCP:10.204.216.224:443>]: invokeHostTransactionCall\\nReceived SOAP response fault from [<cs p:04d1fa50, TCP:localhost:8307>]: invokeHostTransactionCall\\nAn error occurred during host configuration. got (vim.fault.PlatformConfigFault) exception'\n }\n ],\n hostFault = (vim.fault.DvsOperationBulkFault.FaultOnHost) [\n (vim.fault.DvsOperationBulkFault.FaultOnHost) {\n dynamicType = <unset>,\n dynamicProperty = (vmodl.DynamicProperty) [],\n host = 'vim.HostSystem:host-27385',\n fault = (vim.fault.PlatformConfigFault) {\n dynamicType = <unset>,\n dynamicProperty = (vmodl.DynamicProperty) [],\n msg = 'An error occurred during host configuration.',\n faultCause = <unset>,\n faultMessage = (vmodl.LocalizableMessage) [\n (vmodl.LocalizableMessage) {\n dynamicType = <unset>,\n dynamicProperty = (vmodl.DynamicProperty) [],\n key = 'com.vmware.esx.hostctl.default',\n arg = (vmodl.KeyAnyValue) [\n (vmodl.KeyAnyValue) {\n dynamicType = <unset>,\n dynamicProperty = (vmodl.DynamicProperty) [],\n key = 'reason',\n value = 'Unable to complete Sysinfo operation. Please see the VMkernel log file for more details.: Sysinfo error: BusySee VMkernel log for details.'\n }\n ],\n message = 'Operation failed, diagnostics report: Unable to complete Sysinfo operation. Please see the VMkernel log file for more details.: Sysinfo error: BusySee VMkernel log for details.'\n }\n ],\n text = ''\n }\n }\n ]\n}"}
to retry, use: --limit @/root/contrail-ansible-deployer/playbooks/vcenter.retry
PLAY RECAP *************************************************************************************************************************************************************************************************
localhost : ok=49 changed=8 unreachable=0 failed=1
Review in progress for https:/ /review. opencontrail. org/44265
Submitter: amudha ramachandran (<email address hidden>)