Skip to content

Berkshelf got broken after #229 #248

@artem-sidorenko

Description

@artem-sidorenko

berkshelf from chefdk and vagrant-berkshelf are often used to test the chef cookbooks.

After #229 vagrant-berkshelf and berkshelf don't work anymore:
before #229:

root@af2e082c0f42:/mnt/share/vagrant-openstack-provider/source# git status
HEAD detached at d4d9f43
...
root@af2e082c0f42:/mnt/share/vagrant-openstack-provider/source# bundle exec vagrant up test-server --provider=openstack
.....
Bringing machine 'test-server' up with 'openstack' provider...
    test-server: The Berkshelf shelf is at "/root/.berkshelf/vagrant-berkshelf/shelves/berkshelf20150911-559-psmng7-test-server"
==> test-server: Sharing cookbooks with VM
==> test-server: Updating Vagrant's Berkshelf...
The authenticity of host 'bla'....    <- SSH/Git run via Berkshelf

after #229:

root@af2e082c0f42:/mnt/share/vagrant-openstack-provider/source# git status
HEAD detached at 92d8687
root@af2e082c0f42:/mnt/share/vagrant-openstack-provider/source# bundle exec vagrant up test-server --provider=openstack
...
Bringing machine 'test-server' up with 'openstack' provider...
    test-server: The Berkshelf shelf is at "/root/.berkshelf/vagrant-berkshelf/shelves/berkshelf20150911-1172-1szqf5v-test-server"
==> test-server: Sharing cookbooks with VM
==> test-server: Finding flavor for server...  <- No Berkshelf run
==> test-server: Finding image for server...
==> test-server: Finding network(s) for server...

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions