diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-06-08 16:22:10 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-06-12 07:24:29 +0200 |
commit | 645712f578c93cb2596e629a9828e0379caad0b2 (patch) | |
tree | 8712a2ba885c84bbeda970e5e515a0234373dfbc /bootstrap | |
parent | 369a5573425b68efaafff8e12e4c14c5f79343e7 (diff) |
Adjust default storage device argument on Vagrant-based minimal ONAP deployment
Default storage device changed in Vagrant box "generic/ubuntu1804" after
updating the libvirt disk bus to "virtio"; details:
https://github.com/lavabit/robox/commit/ca3b82d00c770ff70283d4d4d22f60a8ae363b0f
Issue-ID: ONAPARC-551
Change-Id: Ib8ab062f5e32f625148ed45c58985549857309ae
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-minimal-onap/Vagrantfile b/bootstrap/vagrant-minimal-onap/Vagrantfile index 1214a30d5..bd162431e 100644 --- a/bootstrap/vagrant-minimal-onap/Vagrantfile +++ b/bootstrap/vagrant-minimal-onap/Vagrantfile @@ -106,7 +106,7 @@ $install_make = <<-SCRIPT SCRIPT $resize_disk = <<-SCRIPT - DEV=${1:-sda} + DEV=${1:-vda} PART=${2:-3} echo ", +" | sfdisk -N "$PART" "/dev/$DEV" --no-reread partprobe |