Service Virtualization

 View Only
  • 1.  Deploying Virtual Services in AWS

    Posted Jul 22, 2019 05:36 AM
    Hi All


    We have a set of virtual services which are currently deployed in PCF(Pivotal Cloud Foundry).
    The current version of CA Dev Test that we use is 10.3.0.297

    Current scenario: LISA Virtual Assets get deployed on PCF through a Jenkins build from a Stash repo.

    Expected Implementation: Existing LISA Assets need to be migrated to the AWS platform or modify the current process to directly deploy the LISA Assets to AWS instead of PCF.


    Can you please help us with steps in achieving this.

    Thanks
    Ligy


  • 2.  RE: Deploying Virtual Services in AWS
    Best Answer

    Broadcom Employee
    Posted Jul 26, 2019 02:44 AM
    A couple of options to do this in 10.3 -
    1) if you have the mar files for each of the deployed virtual services, you could use the REST API call of deployMar to deploy them into the VSE(s) on AWS. 
    2) Change your Jenkins configuration to deploy the virtual services to AWS instead of the currently used PCF.
    3) You could use the Virtual Service Invoke API to create a bunch of steps to export virtual services as mar files.

    In 10.5, we have added a new API call 'downloadmar' which lets you download the mar files from a VSE

    - Koustubh