From d3214693fe77551a195fd740e21c65118e8b84f2 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 14 Jul 2017 21:10:29 +0200 Subject: p/fuel: Rebase after upstream vCPU count rework Change-Id: Ic4066acc2716e5f3f497fba9799691e0258d3011 Signed-off-by: Alexandru Avadanii --- .../0003-lib.sh-AArch64-virt-install-Use-virtio-net-pci.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches/opnfv-fuel/0003-lib.sh-AArch64-virt-install-Use-virtio-net-pci.patch') diff --git a/patches/opnfv-fuel/0003-lib.sh-AArch64-virt-install-Use-virtio-net-pci.patch b/patches/opnfv-fuel/0003-lib.sh-AArch64-virt-install-Use-virtio-net-pci.patch index e311f0f0..ee0f736d 100644 --- a/patches/opnfv-fuel/0003-lib.sh-AArch64-virt-install-Use-virtio-net-pci.patch +++ b/patches/opnfv-fuel/0003-lib.sh-AArch64-virt-install-Use-virtio-net-pci.patch @@ -34,10 +34,10 @@ Signed-off-by: Alexandru Avadanii 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/mcp/scripts/lib.sh b/mcp/scripts/lib.sh -index 282ca38..12b1ef1 100644 +index 4df1a5b..3cce4ef 100644 --- a/mcp/scripts/lib.sh +++ b/mcp/scripts/lib.sh -@@ -57,23 +57,34 @@ create_vms() { +@@ -58,23 +58,34 @@ create_vms() { # AArch64: prepare arch specific arguments local virt_extra_args="" @@ -51,7 +51,7 @@ index 282ca38..12b1ef1 100644 # create vms with specified options for node in "${vnodes[@]}"; do - virt-install --name ${node} --ram ${vnodes_ram[$node]} --vcpus=6 --cpu host --accelerate \ + virt-install --name ${node} --ram ${vnodes_ram[$node]} --vcpus ${vnodes_vcpus[$node]} --cpu host --accelerate \ - --network network:pxe,model=virtio \ - --network network:mgmt,model=virtio \ - --network network:internal,model=virtio \ -- cgit 1.2.3-korg