tinkerbell / playground

Example deployments of the Tinkerbell Stack for use as playground environments
Apache License 2.0
131 stars 87 forks source link

vagrant up provisioner fails #47

Closed felipecruz91 closed 3 years ago

felipecruz91 commented 3 years ago

Expected Behaviour

Following the local setup with Vagrant, the vagrant up provisioner command fails.

Current Behaviour

image

Possible Solution

Steps to Reproduce (for bugs)

  1. Run vagrant up provisioner

Context

Your Environment

gianarb commented 3 years ago

Hello

Looking at the error it looks a connectivity issue. The download of docker failed.

Can you ssh into the box and see if you can reach internet?

Thanks

On Wed, 27 Jan 2021, 21:50 Felipe Cruz Martinez, notifications@github.com wrote:

Expected Behaviour

Following the local setup with Vagrant, the vagrant up provisioner command fails. Current Behaviour

[image: image] https://user-images.githubusercontent.com/15997951/106052133-87632400-60e9-11eb-96f7-63945ef7674d.png Possible Solution Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context Your Environment

-

Operating System and version (e.g. Linux, Windows, MacOS): Windows

How are you running Tinkerbell? Using Vagrant & VirtualBox, Vagrant & Libvirt, on Packet using Terraform, or give details: Vagrant & VirtualBox

Link to your project or a code example to reproduce issue:

https://docs.tinkerbell.org/setup/local-vagrant/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tinkerbell/sandbox/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMOAO37KSVFSZQL3D4QBMTS4B4BDANCNFSM4WV5HIAQ .

gianarb commented 3 years ago

Hey @felipecruz91 ! This was in my backlog but I never had time to really put my heads around it. Do you mind to replace in Vagrantfile the provisioner box with this? https://app.vagrantup.com/tinkerbelloss/boxes/sandbox-ubuntu1804/versions/0.1.0

Technically it should come with all the dependencies installed, but overall, your issue looks like a network one. So let me know if you discovered something more about it

gianarb commented 3 years ago

I can't reproduce and now that we are using a new Vagrant image the problem as it got reported should not happen anymore.

I am closing this, for now, if you can reproduce again with the sandbox master branch let us know!