How to Delete Legacy App Launchpad (AMQP Enabled) from VCD

App Launchpad is a VMware Cloud Director service extension that service providers can use to create and publish catalogs of deployment-ready applications. Tenant users can then deploy the applications with a single click.

  • App Launchpad supports applications from the Bitnami applications catalog that are available in the VMware Cloud Marketplace. 
  • You can create catalogs of your custom, in-house applications and configure App Launchpad to work with these catalogs.

The older versions of the App Launchpad (<=2.0), use AMQP to communicate with VCD. Starting with App Launchpad v2.0.0.1, the MQTT protocol is also supported.  

If you are using AMQP for the App Launchpad and running version > 2.0.0, you can reconfigure App Launchpad to use the MQTT protocol. 

You have to first delete AMQP enabled App Launchpad before you can reconfigure it to use MQTT. 

Step 1: Find App Launchpad Extension ID

The GET call returns a json in response containing the ID of the App Launchpad extension.

Step 2: Disable App Launchpad Extension

Step 3: Delete App Launchpad Extension

And that’s it. You can now reconfigure App Launchpad to use the MQTT protocol by passing the –mqtt flag in the alp connect command.  For more information about using MQTT with App Launchpad, see the product documentation.

I hope you enjoyed reading this post. Feel free to share this on social media if it is worth sharing. 

Leave a Reply