Delphix Products

 View Only
  • 1.  Delphix Masking engine setup with API/ Automation

    Posted 10-12-2020 08:20:00 AM
    ​Dear friends
    Does any one worked on Automate the Delphix Masking engine setup? If yes can some one guide me how to do that?

    ------------------------------
    Karteek Muthyala
    Information Security Engineer
    Wells Fargo Bank, National Association
    ------------------------------


  • 2.  RE: Delphix Masking engine setup with API/ Automation

    Posted 10-13-2020 02:18:00 AM
    Edited by Mouhssine Saidi 10-13-2020 02:28:37 AM
    Hi Karteek,

    One good start will be taking a look on to this article https://www.delphix.com/fr/blog/automated-deployments

    If you're a fana of code you can mix delphix APIs with terraform providers to get into your target.

    I have also published an automation projet (too old 4 years ago at this time terraform haven't a vmware provider, so I used govmomi as a workaround to automate vmware actions).

    https://github.com/smouhssine/DELPHIX-FACTORY

    ------------------------------
    Mouhssine SAIDI
    Community Member
    Delphix Community Members
    ------------------------------



  • 3.  RE: Delphix Masking engine setup with API/ Automation

    Posted 10-13-2020 06:41:00 AM
    Edited by Michael Torok 10-13-2020 11:02:52 AM

    This might help:

    How to set up the Delphix Engine thru API or CLI? (APIPythonOpen-Source Solutions)



    and

    delphixpy-examples

    BR .. Tino



    ------------------------------
    Tino Pironti
    Technical Services
    Delphix
    ------------------------------



  • 4.  RE: Delphix Masking engine setup with API/ Automation

    Posted 10-20-2020 08:02:00 AM
    Hi Karteek,

    If the idea is just taking care of the configuration part of the appliance, you can use the script i'm using for my installations provided to all via my github

    https://github.com/smouhssine/DELPHIX_CONFIGURATOR/blob/main/engine_configurator.sh

    You will ha to update the var section before runing the script.

    But, if you look also on the automation of vmware installation section you can merge it with packer or terraform to get a full working solution.

    Regards,

    Mouhssine

    ------------------------------
    Mouhssine SAIDI
    Community Member
    Delphix Community Members
    ------------------------------



  • 5.  RE: Delphix Masking engine setup with API/ Automation

    Posted 10-20-2020 09:21:00 AM
    ​Hi  Mouhssine
    Thank you very much
    Yeah , its for Virtualization script, but I can modify for Masking. And not sure how to sync the Terraform to get full working, I will be in touch with you incase if any help is needed.

    ------------------------------
    Karteek Muthyala
    Information Security Engineer
    Wells Fargo Bank, National Association
    ------------------------------



  • 6.  RE: Delphix Masking engine setup with API/ Automation

    Posted 10-20-2020 01:04:00 PM

    Hi Karteek,

    Just update the engine_type variable and the script will be okay for masking engine.

    You can find here a good start with grate samples from hashicorp website

    https://www.hashicorp.com/blog/using-infrastructure-as-code-to-automate-vmware-deployments

    https://www.virtuallyghetto.com/2020/06/full-ova-ovf-property-support-coming-to-terraform-provider-for-vsphere.html


    I will be glad helping you for terraform in case you need.

    Regards,

    Mouhssine



    ------------------------------
    Mouhssine SAIDI
    Community Member
    Delphix Community Members
    ------------------------------