Re: VMWare Affinity Rules
Dmitriy Kalinin
What you want is something like this (combination of two):
toggle quoted message
Show quoted text
resource_pools: - name: runner_z1 network: cf1 stemcell: name: bosh-vsphere-esxi-ubuntu-trusty-go_agent version: latest cloud_properties: cpu: 2 disk: 32768 ram: 16384 datacenters: - name: my-dc clusters: - my-vsphere-cluster: drs_rules: - name: separate-hadoop-datanodes-rule type: separate_vms env: bosh: password: REDACTED On Mon, Sep 14, 2015 at 9:11 AM, Cory Jett <cory.jett(a)gmail.com> wrote:
Looks like my YAML format was broken. Here is the YAML configs in Github: |
|