Skip to content

Instantly share code, notes, and snippets.

@ericcalabretta
Last active April 21, 2020 22:03
Show Gist options
  • Save ericcalabretta/425279fe24e1afc8c382a7695b0e6e6c to your computer and use it in GitHub Desktop.
Save ericcalabretta/425279fe24e1afc8c382a7695b0e6e6c to your computer and use it in GitHub Desktop.
Example linux kitchen.yml with "air-gap" virtual box/chef-client downloads
driver:
name: vagrant
# Air-gap settings to pull box from internal repo
box: linux-box-name
box_url: http://URL_to-linux-virtual-box.box
box_download_insecure: True
provisioner:
name: chef_zero
# Air-gap settings to pull chef-client from internal repo
product_name: chef
download_url: https://URL-for-chef-clinet.rpm
verifier:
name: inspec
platforms:
- name: centos-7
suites:
- name: default
verifier:
inspec_tests:
- test/integration/default
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment