cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3101
Views
1
Helpful
0
Comments
Orf Gelbrich
Cisco Employee
Cisco Employee

Under Development !!!!!


Task Name


KVM VM Deployment
Description

Prerequisites
  1. Still has be tested on 6.6 Beta
CategoryWorkflow
Components
User Inputs
Output

Instructions for Regular Workflow Use:

  1. Download the attached .ZIP file below to your computer. *Remember the location of the saved file on your computer.
  2. Unzip the file on your computer. Should end up with a .WFD file.
  3. Log in to UCS Director as a user that has "system-admin" privileges.
  4. Navigate to "Policies-->Orchestration" and click on "Import".
  5. Click "Browse" and navigate to the location on your computer where the .WFDX file resides. Choose the .WFDX file and click "Open".
  6. Click "Upload" and then "OK" once the file upload is completed. Then click "Next".
  7. Click the "Select" button next to "Import Workflows". Click the "Check All" button to check all checkboxes and then the "Select" button.
  8. Click "Submit".
  9. A new folder should appear in "Policies-->Orchestration" that contains the imported workflow. You will now need to update the included tasks with information about the specific environment.

Note:

This change user task is needed before and after the API call.  First change user to admin and then back to ${INITIATINGUSER}

Change workflow user

The Workflow:

Screen Shot 2018-01-24 at 4.42.04 PM.png

Workflow input:

Screen Shot 2018-01-24 at 4.45.26 PM.png

Workflow input definitions:

Screen Shot 2018-01-24 at 4.42.52 PM.png

The variables in the task:

Screen Shot 2018-01-24 at 4.42.13 PM.png

The custom task code:


importPackage(com.cloupia.model.cIM);

importPackage(java.util);

importPackage(java.lang);

importPackage(java.io);

importPackage(com.cloupia.lib.util);

importPackage(com.cloupia.model.cIM);

importPackage(com.cloupia.service.cIM.inframgr);

importPackage(org.apache.commons.httpclient);

importPackage(org.apache.commons.httpclient.cookie);

importPackage(org.apache.commons.httpclient.methods);

importPackage(org.apache.commons.httpclient.auth);

importPackage(com.cloupia.model.cEvent.notify);

importPackage(com.cloupia.lib.util.mail);

importPackage(com.cloupia.fw.objstore);

importPackage(com.cloupia.lib.util.managedreports);

var url = input.URL;

var xml = input.XML;

var resp = ctxt.getAPI().userAPIMoCreate(url,xml);

logger.addInfo("Response: "+resp);


output.out1 = resp;




Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links