Skip to content

22.1.4

Compare
Choose a tag to compare
@mkhachane mkhachane released this 03 Jul 08:47
c336f3f

22.1.4

  • Updated documentation for vRO plugin to create custom workflows and actions.

  • Fixes and Workarounds:

    • Fix Workflow "Create VS": server_cloud is not populated. #136
    • Fix Create Virtual Service NSX-T LB workflow issue. #126 (comment)
      Workaround for the above issue if someone is using an older version of vRO, add the below line after line number 2 in createHealthMonitorObj action.
      Tenant = workflowRuntime.getAviVroClient().cred.tenant;
      Please find the details here
  • Supported versions:
    vRA/vRO: 7.x/8.x
    AVI: 22.1.4

  • Deprecated:

    • We have deprecated some workflows and added new workflows.
      1. Delete Vs with dependent objects(Deprecated).
      1. Reconfigure Virtual Service(Deprecated).
  • Removed:

    • Removed below workflow which is duplicate of Create Virtual Service With IPAM Workflow.
      1. Create VS with public cloud(Removed).