From db1b4f2079aaa99e486b6bb935e546db7016dc2c Mon Sep 17 00:00:00 2001 From: Yuya Kusakabe Date: Wed, 16 Mar 2022 15:49:43 +0900 Subject: T4278: Fix vagrant box for libvirt provider --- vagrant-libvirt.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'vagrant-libvirt.yml') diff --git a/vagrant-libvirt.yml b/vagrant-libvirt.yml index 954af6f..55449da 100644 --- a/vagrant-libvirt.yml +++ b/vagrant-libvirt.yml @@ -6,11 +6,14 @@ vars: vyos_platform: vagrant-libvirt vyos_format: box - vyos_vagrant_libvirt_box: /tmp/vyos_vagrant_libvirt_image.box + vyos_vagrant_libvirt_box: "vyos_vagrant_libvirt_image.box" vyos_output_img: "{{ vyos_vagrant_libvirt_box }}" + cloud_init: False + enable_dhcp: True + enable_ssh: True + vagrant_provider: libvirt roles: - install-packages - - load-modules - download-iso - mount-iso - get-version @@ -24,5 +27,4 @@ - unmount-pre - unmount-all - vagrant-libvirt-box - - release - - release-vagrant-libvirt-box + - release-vagrant-box -- cgit v1.2.3