Sha256: 99532b7523aa9dae43b69de99d180d59e2ecff3f5fdfa153f6d378ce55f0eca7

Contents?: true

Size: 1.3 KB

Versions: 11

Compression:

Stored size: 1.3 KB

Contents

---
driver:
  name: vsphere
  driver_options:
    host: '172.16.20.2'
    user: 'administrator@vsphere.local'
    password: 'PASSWORD'
    insecure: true
  machine_options:
    start_timeout: 600
    create_timeout: 600
    ready_timeout: 90
    bootstrap_options:
      use_linked_clone: true
      datacenter: 'Datacenter'
      template_name: 'ubuntu16'
      template_folder: 'Linux'
      resource_pool: 'Cluster'
      num_cpus: 2
      memory_mb: 4096
      ssh:
        user: ubuntu
        paranoid: false
        password: 'PASSWORD'
        port: 22

provisioner:
  name: chef_zero
  sudo_command: sudo

verifier:
  name: inspec

transport:
  username: "ubuntu"
  password: 'PASSWORD'

platforms:
  - name: ubuntu-16.04
  - name: windows
    driver:
      machine_options:
        start_timeout: 600
        create_timeout: 600
        ready_timeout: 90
        bootstrap_options:
          use_linked_clone: true
          datacenter: 'Datacenter'
          template_name: 'windows2012R2'
          template_folder: 'Windows'
          resource_pool: 'Cluster'
          num_cpus: 2
          memory_mb: 8096
          ssh:
            user: "administrator"
            paranoid: false
            password: "P@ssw0rd!!!!"
            port: 5985

suites:
- name: default
  run_list:
  - recipe[my_cookbook::default]

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
chef-provisioning-vsphere-2.3.1 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.3.0 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.2.2 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.2.1 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.2.0 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.1.0 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.10 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.9 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.8 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.7 examples/win-ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.6 examples/win-ubuntu-kitchen.yml