Re: VMWare Affinity Rules
Cory Jett
We made a little more progress on this and have been able to get a successful deployment with the drs_rules section in our manifest, but the rules are not being applied on the VMWare side. Here is our current resource_pool configuration:
https://raw.githubusercontent.com/coryjett/Cloud-Foundry-DRS/master/RPConfig.MD ``` - cloud_properties: cpu: 2 disk: 32768 ram: 16384 datacenters: - name: DC2 clusters: - 'PaaS POC': {resource_pool: Resources} drs_rules: - name: separate-dea-nodes-rule type: separate_vms env: bosh: password: REDACTED name: runner_z2 network: cf2 stemcell: name: bosh-vsphere-esxi-ubuntu-trusty-go_agent version: latest ```
|
|