OK what am I missing? I have a datacenter location that I am deploying to that has 5 clusters inside the datacenter. What I am trying to accomplish is actually a two part process. First part is to have any Windows Server Builds to be place on cluster 1 or cluster 3 and any Linux Server Builds placed on cluster 2 or cluster 4 and I seems to be struggling getting that far with the placement.
The second part is placement based on OS and size of the VM so for example small windows server builds would be places on cluster 1 and large windows server build place on cluster 3 with the same concept for the Linux VMs.
I have created a property definition called os.type that would be Windows or Linux and I os.type listed in the blueprint as well as listed as a custom property in the cluster compute resource.
I thought this would be pretty straight forward but it appears that I am missing something somewhere.
Who has some thoughts on this?