Bug 1225630 - Vagrant box issues with Atomic F22 box
Summary: Vagrant box issues with Atomic F22 box
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: vagrant
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vít Ondruch
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-27 20:27 UTC by James (purpleidea)
Modified: 2015-06-08 19:27 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-06-08 11:41:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description James (purpleidea) 2015-05-27 20:27:43 UTC
Description of problem:
Fedora 22 Atomic vagrant box is not very usable for the following reasons:

1) Root pw not set to "vagrant"
Necessary for when a user wants to jump in and hack on the machine.

2)
$ cat /etc/redhat-release 
Fedora release 22 (Twenty Two)

Should probably say Atomic since this isn't regular Fedora.

3) /root/.ssh/authorized_keys isn't present in the image.
This can be fixed manually by running:
cp -r /home/vagrant/.ssh/ /root/

but should *definitely* be part of the base image.


Version-Release number of selected component (if applicable):
Fedora-Cloud-Atomic-Vagrant-22-20150521.x86_64.vagrant-libvirt.box

How reproducible:
100%

Additional info:

Comment 1 James (purpleidea) 2015-05-27 20:48:57 UTC
The Oh-My-Vagrant project is a development environment for users who don't want to deal with all the little details and hassles of setting up vagrant and getting it working. As a result, I've added a workaround for #1 and #3:

https://github.com/purpleidea/oh-my-vagrant/commit/42e66868ce712a325bf90a736e71f5bd9531fefb

This isn't a substitute for fixing the above issues, especially #2, but it will ease some of the pain.

Comment 2 James (purpleidea) 2015-05-27 20:55:30 UTC
FWIW, this patch should take 3 seconds to write for anyone with commit access.

Comment 3 James (purpleidea) 2015-05-27 21:01:05 UTC
A similar bug (but for the Regular box) is:
https://bugzilla.redhat.com/show_bug.cgi?id=1225624

Comment 4 Randy Barlow 2015-05-28 18:38:48 UTC
Similarly, it would be very handy if nfs-utils were preinstalled on the box for users who use NFS to share the code (especially since there is a Vagrant bug that breaks installation of NFS in Fedora).

Comment 5 Josef Stribny 2015-06-03 08:13:12 UTC
I agree with all things in this thread, let's please add this to our Vagrant boxes.

Comment 6 Vít Ondruch 2015-06-08 11:41:30 UTC
James, I am sorry but this is definitely not the right place to report this issue. Please report the issues to Fedora Release Engineering [1].


[1] https://fedorahosted.org/rel-eng/

Comment 7 James (purpleidea) 2015-06-08 19:27:29 UTC
(In reply to Vít Ondruch from comment #6)
> James, I am sorry but this is definitely not the right place to report this
> issue. Please report the issues to Fedora Release Engineering [1].
> 
> 
> [1] https://fedorahosted.org/rel-eng/

I don't understand why there's a different tracker, and that this one is no good, but nevertheless, I've opened: https://fedorahosted.org/rel-eng/ticket/6192

If you can leave this open so bz folks can follow along until that rel-eng ticket is fixed, it would be nice.

Cheers,
James


Note You need to log in before you can comment on or make changes to this bug.