Service Virtualization

 View Only
  • 1.  Deploy multiple VS in one go

    Posted Jun 24, 2019 07:49 AM

    Hi All,

    I am having 50+ virtual services which needs to be deploy in every sprint as per required changes, could anyone let me know how we can deploy all services in one go instead of deploying one by one


    I choose mar approach, included all vsm & vsi in one mari file and created mar of it and deployed using Vsemanager, but no luck, it deploy's one 1 service not all 50+ services.

    Any suggestion would be appreciated.




    ------------------------------
    Thanks,
    Sabir
    ------------------------------


  • 2.  RE: Deploy multiple VS in one go
    Best Answer

    Posted Jun 24, 2019 06:39 PM
    Hi @Sabir Sayyad ​,

    Your approach is fine but i have done the same by creating individual mari/mar file for each service in project .  My test case in same project path includes below steps:
    Step1 - Javascript Step that creates mar info file for VSM (store MARI Path in a proeperty to be used in next step )
    Step 2 -   Execute make mar command giving MARI file path (from above) - Now you have MAR with you
    Step 3 -Deploy using Vsemanager
    Step 4 - Start servcie using Vse Manager
    This will report for each vsm in project
    For step 1 custom script is requried to create MARI file whcih i can't post here .
    You might get idea from here or soem other posts
    https://community.broadcom.com/communities/community-home/digestviewer/viewthread?MID=751389#bmc63e1292-3093-4d1a-82c0-7b0ef1db655f

    ------------------------------
    Regards
    Rahul V
    ------------------------------