Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude freebsd and ability to disable cache dir #262

Merged
merged 1 commit into from
Dec 5, 2016

Conversation

afiune
Copy link

@afiune afiune commented Dec 5, 2016

We are excluding FreeBSD systems and also adding the ability to disable
the cache_directory by setting it up to false in the kitchen.yml
file.

Example:

platforms:
- name: ubuntu-12.04
  driver:
    cache_directory: false

Closes #260
Closes #256
Closes #257

Signed-off-by: Salim Afiune [email protected]

cc/ @test-kitchen/maintainers

We are excluding FreeBSD systems and also adding the ability to disable
the `cache_directory` by setting it up to `false` in the `kitchen.yml`
file.

Example:
```
platforms:
- name: ubuntu-12.04
  driver:
    cache_directory: false
```

Closes #260
Closes #256
Closes #257

Signed-off-by: Salim Afiune <[email protected]>
@afiune
Copy link
Author

afiune commented Dec 5, 2016

@afiune afiune merged commit 3951644 into master Dec 5, 2016
@afiune afiune deleted the afiune/disable-shared-cache-folder branch December 5, 2016 22:30
@amontalban
Copy link

Hi guys,

This is not working for me in the following case (I'm using bento/freebsd-10.3):

platforms:
  - name: freebsd-10.3
    driver:
      # Ensure we have the latest version
      pre_create_command: test/scripts/freebsd/vagrant_init.sh
      vagrantfiles:
        - test/vagrantfiles/freebsd_init.rb
      customize:
        memory: 4096
        cpus: 4
        audio: "none"
        natdnshostresolver1: "on"
        natdnsproxy1: "on"
        pae: "on"
        largepages: "on"
        usb: "off"
        usbehci: "off"

I guess it's because it's matching for strict freebsd as platform name.

Here is the output for my case: https://gist.github.com/amontalban/d97411f769c49d5ae8918a61c1d01d88

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants