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:
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.
FWIW, this patch should take 3 seconds to write for anyone with commit access.
A similar bug (but for the Regular box) is: https://bugzilla.redhat.com/show_bug.cgi?id=1225624
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).
I agree with all things in this thread, let's please add this to our Vagrant boxes.
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/
(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