Hi,
I need to configure OD, where we deploy to sub regions with in the same server. My setup looks like below:
Tenants: Region1, Region2
Environments: Server1 (under Region1), Server2 (under Region2), Server3 (under Region1)
Server1 (Need to configure SubRegion01, SubRegion02,subRegion03)
Server2 (Need to configure SubRegion04, SubRegion05)
Server3 (Need to configure SubRegion01, SubRegion03)
I Created a project with steps as below:
DeployStep-SR1 for SubRegion01
DeployStep-SR2 for SubRegion02
DeployStep-SR3 for SubRegion03
DeployStep-SR4 for SubRegion04
DeployStep-SR5 for SubRegion05
Now I need to deploy Project to the servers matching Region1 and SubRegion01, SubRegion02. I expect my project deploy to SubRegion01 and 02 on Server01; SubRegion01 on Server3. How can i achieve this?
I tried using Tenant Tag “SubRegion”, but it is trying to deploy to all the SubRegions per the Tenant. I will need to check the SubRegions at the server level and decide whether to execute the step or to skip it.