Skip to content

Instantly share code, notes, and snippets.

@rj-reilly
Last active October 9, 2015 16:15
Show Gist options
  • Save rj-reilly/cbcfb2746594754b4a6f to your computer and use it in GitHub Desktop.
Save rj-reilly/cbcfb2746594754b4a6f to your computer and use it in GitHub Desktop.
---
driver:
name: vagrant
driver_plugin: vsphere
driver_config:
driver_options:
host: 'xx.xx.xx.net'
user: '[email protected]'
password: 'xx'
insecure: true
server_name: 'RHE7-TK-001'
vsphere_name: 'RHE7-TK-001'
machine_options:
start_timeout: 600
create_timeout: 600
ready_timeout: 600
bootstrap_options:
use_linked_clone: false
template_name: 'RHEL-BASE-7.1'
template_folder: 'Templates/Base/Current/RedHat'
vm_folder: 'xx/Build/Vagrant'
datacenter: 'xx'
num_cpus: 2,
network_name:
- DVswitch01-A/309_VB_Production_VLAN
memory_mb: 4096
resource_pool: DEV-01
datastore: DEV-0101
ssh:
user: root
paranoid: false
password: 'xx'
convergence_options:
customization_spec: {
ipsettings: {
},
domain: 'xx.xx.net'
}
provisioner:
name: chef_solo
platforms:
- name: RHEL-BASE-7.1
driver:
name: vsphere
suites:
- name: default
run_list: ["recipe[xx-linux-base::default]"]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment