Azure Service Fabric - how to deploy to two clusters, simultaneously, with different variables

So currently I have a deployment that pushes a package to an Azure SF cluster fine. But for high availabilty purposes recently we got a second cluster. How can I push the same version of a package to two clusters, with different variables?

If it’s not possibly to do it in parallel, what’s the best way to do it in two steps?

Octopus v2018.9.12

Hi there,

Thanks for reaching out. You should be able to achieve this by having:

  • Two targets, one for reach SF Cluster.
  • Set the deployment step as a rolling step so it runs in parallel on both targets.

This way you can scope your variables to each target and have different values for each.

Best regards,
Dalmiro

Thanks Mr Grañas, I’ll give it a try :smiley: