diff options
author | Kim Hagen <kim@sentrium.io> | 2021-07-07 05:22:28 -0500 |
---|---|---|
committer | Kim Hagen <kim@sentrium.io> | 2021-07-07 05:22:28 -0500 |
commit | 7afee1ae93a9055bb7af168d731ab8666f81ca93 (patch) | |
tree | 403c6de5f38503948093a6d05d04b1dae7e33a03 /scripts/Vagrantfile | |
parent | 43f4d5c3cd8838ae87660813abc999f85612a33f (diff) | |
download | vyos-build-7afee1ae93a9055bb7af168d731ab8666f81ca93.tar.gz vyos-build-7afee1ae93a9055bb7af168d731ab8666f81ca93.zip |
T3664: remove vagrant build
Diffstat (limited to 'scripts/Vagrantfile')
-rw-r--r-- | scripts/Vagrantfile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/Vagrantfile b/scripts/Vagrantfile deleted file mode 100644 index 7c89422d..00000000 --- a/scripts/Vagrantfile +++ /dev/null @@ -1,12 +0,0 @@ -Vagrant.configure("2") do |config| - config.vm.synced_folder './', '/vagrant', - type: "rsync", - owner: 'vyos', - group: 'users', - mount_options: ['dmode=775,fmode=775'] - config.ssh.username = "vyos" - config.ssh.password = "vyos" - config.vm.provider :libvirt do |libvirt| - libvirt.driver = "kvm" - end -end |