Giter VIP home page Giter VIP logo

Comments (7)

coderanger avatar coderanger commented on August 15, 2024

I think your kitchen-vagrant is out of date. I don't actually use vagrant for my tests so I don't have a ton of experience with using it with my test harness but it's definitely something I want to support.

from poise-boiler.

gretel avatar gretel commented on August 15, 2024

it's not.

from poise-boiler.

coderanger avatar coderanger commented on August 15, 2024

Hmm, can you paste what the generated Vagrantfile looks like? From my reading of the code, it should just have the box set to bento/centos-6. Paging @cheeseplus too.

from poise-boiler.

gretel avatar gretel commented on August 15, 2024

sure, ./poise-monit/.kitchen/kitchen-vagrant/kitchen-poise-monit-default-centos-6:

Vagrant.configure("2") do |c|
  c.berkshelf.enabled = false if Vagrant.has_plugin?("vagrant-berkshelf")
  c.vm.box = "opscode-centos-6"
  c.vm.box_url = "https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6_chef-provisionerless.box"
  c.vm.hostname = "default-centos-6"
  c.vm.synced_folder ".", "/vagrant", disabled: true
  c.vm.provider :virtualbox do |p|
  end
end

from poise-boiler.

coderanger avatar coderanger commented on August 15, 2024

I derp, I was looking at kitchen-vagrant's master branch which is very different. Can you try running it from master?

from poise-boiler.

gretel avatar gretel commented on August 15, 2024

not tonight i'm afraid.. i.e. https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4-i386_provisionerless.box seems to be just there. 6 is ancient, i'd say.

from poise-boiler.

coderanger avatar coderanger commented on August 15, 2024

Seth confirmed that there aren't aliases in place for the "latest 6" or "latest 7". You can fix this locally by creating a .kitchen.local.yml file with:

platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: centos-6.4
- name: centos-7.2

from poise-boiler.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.