Release Automation

Expand all | Collapse all

How CARA manages deployment on applications defined in several hosts per environment

  • 1.  How CARA manages deployment on applications defined in several hosts per environment

    Posted Mar 09, 2017 08:34 AM

    Hello,

    The  4 environments can have a different configuration modes, example :

             DEV   Application server ( 1 node  :  like master)

             VAL   Application server ( 2 nodes 1 master and 1 slave )

             PPROD   Application server ( 4 nodes : 1 master and 3 slaves)

             PROD   Application server ( 4 nodes : 1 master and 3 slaves)

     

     

    For the moment , our application is installed on one server.

    We have a set of proccesses for deployment.

    proccesses are mapped on ApplicatServerType.

     

    How to do deploying actions on several host ?

     

    Thanks for your back.

     

    Best regards.

     



  • 2.  Re: How CARA manages deployment on applications defined in several hosts per environment
    Best Answer

    Posted Mar 09, 2017 12:08 PM

    You should defined multiple servers type and each will include the actions/flows relevant for that server type.

    In your first environment both server type will map to the same agent as you have one host (Master) 

    in other environments different servers will be map to different server types 

    Hope this help



  • 3.  Re: How CARA manages deployment on applications defined in several hosts per environment

    Posted Mar 09, 2017 12:57 PM

    Thank you, it's nice that I thought, I had a confirmation