| |
@@ -4,7 +4,7 @@
|
| |
VAGRANTFILE_API_VERSION = "2"
|
| |
|
| |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
| |
- config.vm.box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-30-1.2.x86_64.vagrant-libvirt.box"
|
| |
+ config.vm.box_url = "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-30-1.2.x86_64.vagrant-libvirt.box"
|
| |
config.vm.box = "f30-cloud-libvirt"
|
| |
|
| |
|
| |
@@ -27,6 +27,7 @@
|
| |
# config.vm.synced_folder ".", "/vagrant", type: "nfs", nfs_version: 4, nfs_udp: false
|
| |
config.vm.synced_folder ".", "/vagrant", disabled: true
|
| |
config.vm.synced_folder ".", "/srv/pagure",
|
| |
+ ssh_opts_append: "-o IdentitiesOnly=yes",
|
| |
type: "sshfs"
|
| |
|
| |
# To cache update packages (which is helpful if frequently doing `vagrant destroy && vagrant up`)
|
| |
These commits fix a few of the issues I ran into while trying to get the Vagrant based deployment up and running. There is more work to do, but once the Vagrant based installation is working, it should lower the bar to contributing to Pagure.