Update VyOS to 1.1.8 01/67101/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 24 Feb 2019 19:30:55 +0000 (20:30 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 25 Feb 2019 06:34:09 +0000 (07:34 +0100)
It's worth mentionning that the filesystem is hugely reduced.

Change-Id: Ic3e8a5d601a62f1762cbd491c228b7f053905e35
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d4efec0554d8ba66d71d67626630ff9cc0761da2)

functest/ci/download_images.sh
functest/opnfv_tests/vnf/router/cloudify_vrouter.py

index 8ffa967..9044bfe 100644 (file)
@@ -14,7 +14,7 @@ http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-aarch64-disk.img
 https://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-arm64-uefi1.img
 http://cloud.centos.org/altarch/7/images/aarch64/CentOS-7-aarch64-GenericCloud.qcow2.xz
 http://repository.cloudifysource.org/cloudify/19.01.24/community-release/cloudify-docker-manager-community-19.01.24.tar
-https://sourceforge.net/projects/ool-opnfv/files/vyos-1.1.7.img
+http://testresults.opnfv.org/functest/vyos-1.1.8-amd64.qcow2
 http://testresults.opnfv.org/functest/shaker-image.qcow2
 http://testresults.opnfv.org/functest/shaker-image-arm64.qcow2
 EOF
index 39268d8..ff26f55 100644 (file)
@@ -34,11 +34,11 @@ class CloudifyVrouter(cloudify.Cloudify):
 
     __logger = logging.getLogger(__name__)
 
-    filename_alt = '/home/opnfv/functest/images/vyos-1.1.7.img'
+    filename_alt = '/home/opnfv/functest/images/vyos-1.1.8-amd64.qcow2'
 
-    flavor_alt_ram = 2048
+    flavor_alt_ram = 1024
     flavor_alt_vcpus = 1
-    flavor_alt_disk = 50
+    flavor_alt_disk = 3
 
     cop_yaml = ("https://github.com/cloudify-cosmo/cloudify-openstack-plugin/"
                 "releases/download/2.14.7/plugin.yaml")