rpm-ostree/vagrant
Jonathan Lebon 313a832d7c vagrant: generate ssh-config
We further split libvm from vagrant. It no longer does 'vagrant
ssh-config'. Instead, it always assumes that an ssh-config is provided.
We now have complete separation of libvm from vagrant.

We change the ansible provisioner as follows:
  - Allow passing in a VAGRANT_BOX env var to override the default
    CentOS box.
  - No longer assume that the root user account is unlocked and has a
    valid 'vagrant' password. This worked for the centos box but isn't
    sure to work on every box. Instead, we now just run ansible as the
    default vagrant user, and during provisioning set up the root
    account and generate an ssh-config so that libvm can connect
    directly as root.
  - No longer build the buildimg during provisioning. This actually
    stopped working a while ago since the default rsync is disabled. We
    can just let the buildimg get created on the first compilation. In
    practice, the bigger issue isn't creating the buildimg, but being
    able to easily update the host and buildimg pkgs.

Closes: #516
Approved by: jlebon
2016-11-16 18:14:23 +00:00
..
atomic-centos-continuous.repo vagrant: move helper files to vagrant/ 2016-06-23 00:05:09 +00:00
checkout.sh vagrant: use new 'booted' key to get current csum 2016-06-29 19:17:38 +00:00
commit_and_deploy.sh vagrant: use sync after deploying 2016-07-05 15:26:45 +00:00
Dockerfile.builder Dockerfile.builder: update for building libhif 2016-07-05 15:26:45 +00:00
Makefile vagrant/Makefile: drop sudo and depend on buildimg 2016-07-15 19:14:19 +00:00
README.md vagrant: move helper files to vagrant/ 2016-06-23 00:05:09 +00:00
setup.yml vagrant: generate ssh-config 2016-11-16 18:14:23 +00:00

These are helper files for setting up the vagrant machine.