Automic Continuous Delivery Automation

 View Only
Expand all | Collapse all

Autopromotion from one environment to another

  • 1.  Autopromotion from one environment to another

    Posted Sep 05, 2018 10:30 AM

    Hi!

    I'm new in CDA (Automic).

    In ARA appliaction there are:

    • deployment workflow
    • Environment A (deployment target1 and deployment target2) and EnvironmentB (deployment target3 and deployment target3)
    • Profile1 for Environment A and Profile2 for Environment B

     

    Is it possible execute deployment workflow in Environment A (using profile1) and then autopromote execution of deployment workflow in Environment B(using profile2)?



  • 2.  Re: Autopromotion from one environment to another

    Posted Oct 04, 2018 10:50 AM

    There are couple ways you can go about it depending on your constrains.

     

    Checkout "Package States" concept for ARA/CDA

    https://docs.automic.com/documentation/webhelp/english/ARA/12.2/DOCU/12.2/CDA%20Guides/Default.htm#CDA/UseCases/Rolling_… 

    ^^^- Package state allows you to connect Workflow Executions to the event when Deployment Package state is changed. So, if as part of your application workflow, last action is to change the Package State of the Package then it can be configured to trigger automatic workflow execution with another Profile.

     

    You can also create "Wrapper" Generic Workflow that can execute your Application Workflows with different profiles in parallel or in sequence. Actions in DM Action pack can help you with that.

     

    CA CDA Deployment Manager Action Pack 

     

    EXECUTE_APPLICATION_WORKFLOW
    EXECUTE_GENERAL_WORKFLOW
    SYNCED_EXECUTE_APPLICATION_WORKFLOW
    SYNCED_EXECUTE_GENERAL_WORKFLOW



  • 3.  Re: Autopromotion from one environment to another

    Posted Nov 22, 2018 07:56 AM

    Thank you



  • 4.  Re: Autopromotion from one environment to another

    Broadcom Employee
    Posted Oct 05, 2018 03:06 AM

    Hi,

     

    this is possible by using the concept of package states.

    You can define a package state which allows an automated promotion onto the next environment.

     

    Please consult the documentation:

     

    https://docs.automic.com/documentation/webhelp/english/ARA/12.2/DOCU/12.2/CDA%20Guides/Default.htm#CDA/UseCases/Rolling_… 

     

    Kind Regards,

    Paul



  • 5.  Re: Autopromotion from one environment to another

    Posted Nov 22, 2018 07:56 AM

    Thank you