Create a Custom Button in UCS Director
Cisco UCS Director gives us some great automation and orchestration capabilities in the product. One thing I’ve noticed though is the need to customize the actions that can performed on virtual machines after deployment (Sometimes called Day 2 Operations). This post explains how to make some custom buttons for end users to manage their workloads more effectively. Create Workflow Creating a workflow is out of the scope of this post, but we need to have a workflow to use for our examples. I’ve created a very simple workflow to create a VM Snapshot and email the user when it happens. To create your own workflow Go to Policies –> Orchestration –> Workflows to get started. ...