forked from tecracer-chef/vmware-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitchen.vra.yml
41 lines (36 loc) · 872 Bytes
/
kitchen.vra.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
driver:
name: vra
username: vraadmin
password: <%= ENV['VRAADMIN_PASSWORD'] %>
tenant: <%= ENV['VRAADMIN_TENANT'] %>
base_url: <%= ENV['BASE_URL'] %>
verify_ssl: false
subtenant_id: <%= ENV['VRAADMIN_TENANT'] %>
provisioner:
name: chef_zero
sudo_command: sudo
retry_on_exit_code:
- 35 # 35 is the exit code signaling that the node is rebooting
max_retries: 2
wait_for_retry: 90
verifier:
name: inspec
platforms:
- name: centos-7
driver:
catalog_id: "a42bde94-1e2f-44ca-b79b-dbd1a13cb676"
transport:
username: "root"
password: admini
- name: windows2012R2
driver:
catalog_id: "034b0da2-2e18-4519-b99b-6e8f3ecc706a"
request_timeout: 3600
transport:
username: "Administrator"
password: "Admini@"
suites:
- name: default
run_list:
- recipe[vmware-tools::default]