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

Create Fedora 21 box #312

Closed
dfarrell07 opened this issue Jan 16, 2015 · 6 comments
Closed

Create Fedora 21 box #312

dfarrell07 opened this issue Jan 16, 2015 · 6 comments

Comments

@dfarrell07
Copy link
Contributor

First: I really appreciate your work to create wonderful Vagrant boxes for the community. Thank you!

It'd be great to create a chef/fedora-21 box, especially since there aren't any official-ish ones on Vagrantcloud at the moment. I'm up for contributing, but I've never used Packer or Bento. One of you super-cool Chef folks might be able to knock it out before I can loop back to getting spun up on building Vagrant base boxes. Either way, let's use this issue to track progress.

@juliandunn
Copy link
Contributor

psst there already is one published, just not on vagrantcloud/atlas.

http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_fedora-21-i386_chef-provisionerless.box
http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_fedora-21_chef-provisionerless.box

(substitute 'vmware' for 'virtualbox' if that's your poison)

Can you test it out and let me know if it works?

@dfarrell07
Copy link
Contributor Author

psst there already is one published, just not on vagrantcloud/atlas.

Huzzah!

Can you test it out and let me know if it works?

Very quick initial test looks good.

wget http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_fedora-21_chef-provisionerless.box
vagrant box add chef/fedora-21 opscode_fedora-21_chef-provisionerless.box
mkdir f21; cd f21
vagrant init -m chef/fedora-21
vagrant up
vagrant ssh
<screw around, confirm stuff behaves as expected>

I'll consume it in the project I'm working on ASAP, which should put it through enough stress to give some non-trivial confidence that it works properly.

@dfarrell07
Copy link
Contributor Author

(substitute 'vmware' for 'virtualbox' if that's your poison)

It doesn't look like the VMware ones are at that URL.

[~]$ wget http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_fedora-21-i386_chef-provisionerless.box                                  17:21:20
--2015-01-16 17:22:28--  http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_fedora-21-i386_chef-provisionerless.box
Resolving opscode-vm-bento.s3.amazonaws.com (opscode-vm-bento.s3.amazonaws.com)... 54.231.9.225
Connecting to opscode-vm-bento.s3.amazonaws.com (opscode-vm-bento.s3.amazonaws.com)|54.231.9.225|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-01-16 17:22:28 ERROR 404: Not Found.

[~]$ wget http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_fedora-21_chef-provisionerless.box                                       17:22:28
--2015-01-16 17:22:47--  http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_fedora-21_chef-provisionerless.box
Resolving opscode-vm-bento.s3.amazonaws.com (opscode-vm-bento.s3.amazonaws.com)... 54.231.9.225
Connecting to opscode-vm-bento.s3.amazonaws.com (opscode-vm-bento.s3.amazonaws.com)|54.231.9.225|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-01-16 17:22:47 ERROR 404: Not Found.

@juliandunn
Copy link
Contributor

Ah yes. As it turns out I remembered why I didn't put vmware boxes up there; because the kernel was too new for the tools from VMWare Fusion 6.x to work. Now that I've upgraded to 7 and plan to rebuild all VMWare boxes, I will soon fix this.

@juliandunn
Copy link
Contributor

All Fedora 21 boxes are on S3 now.

@Tcharl
Copy link
Contributor

Tcharl commented Mar 27, 2015

Hi,
chef/fedora-21 vagrant box gave me an error while starting:
==> default: Configuring and enabling network interfaces...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

ARPCHECK=no /sbin/ifup eth1 2> /dev/null

Stdout from the command:
Stderr from the command:

Looks like a packaging issue: hashicorp/vagrant#1777

Regards

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

No branches or pull requests

3 participants