Error Code: LCMVMSP10027 when deleting VCF Identity Broker after failed deployment
search cancel

Error Code: LCMVMSP10027 when deleting VCF Identity Broker after failed deployment

book

Article ID: 427902

calendar_today

Updated On:

Products

VCF Operations/Automation (formerly VMware Aria Suite)

Issue/Introduction

  • Deploying VCF Identity Broker with the following configuration:
    • Two address IP formats are provided during the initial configuration:

      Range: (10.3.7.234-10.3.7.236)

      Individual IP: 10.3.7.254

  • The above configuration results in the following error: ip pool format invalid

  • After the failure of the deployment or during the deletion of the failed deployment the following errors are present:

    Error Code: LCMVMSP10027

    Deletion Failed: Unable to verify/remove Integrations. Retry the request once the platform is stable.

    Unable to trigger request due to missing property kubeconfig

    java.lang.RuntimeException: Unable to trigger request due to missing property kubeconfig at com.vmware.vrealize.lcm.vmsp.plugin.tasks.VmspDeleteCapabilitiesTask.execute(VmspDeleteCapabilitiesTask.java:81)    at com.vmware.vrealize.lcm.vmsp.plugin.tasks.VmspDeleteCapabilitiesTask.retry(VmspDeleteCapabilitiesTask.java:158) at com.vmware.vrealize.lcm.automata.core.TaskThread.run(TaskThread.java:60) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source)

Cause

The conflicting IP address formats cause the deployment to fail and then it cannot delete the deployment.

Resolution

  1. Deploy using one of the two IP address formats, either a range or each address listed individually.

    example: (10.3.7.234,10.3.7.235,10.3.7.236,10.3.7.254)

  2. The failed deployment will have a retry button. Select the retry button. It will present an option to change the configuration of the deployment one of the specified IP address formats will be used.

Additional Information

Deploying VCF Identity Broker