Update cirros image to latest version 45/29145/5
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Tue, 21 Feb 2017 13:05:54 +0000 (17:05 +0400)
committerJose Lausuch <jose.lausuch@ericsson.com>
Tue, 28 Feb 2017 21:56:26 +0000 (21:56 +0000)
Change-Id: I81424c3670b6a6e03a38da83dc93c998bf8c2f5e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
docs/userguide/runfunctest.rst
docs/userguide/troubleshooting.rst
functest/ci/config_functest.yaml
functest/ci/config_patch.yaml
functest/opnfv_tests/openstack/rally/scenario/templates/server_with_ports.yaml.template
functest/opnfv_tests/openstack/rally/scenario/templates/server_with_volume.yaml.template

index b5c7191..e7ab84b 100644 (file)
@@ -174,7 +174,7 @@ To execute a Test Tier or Test Case, the 'run' command is used::
   2016-06-30 11:50:31,865 - run_tests - INFO - ============================================
   2016-06-30 11:50:31,865 - run_tests - INFO - Running test case 'vping_ssh'...
   2016-06-30 11:50:31,865 - run_tests - INFO - ============================================
-  2016-06-30 11:50:32,977 - vping_ssh - INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  2016-06-30 11:50:32,977 - vping_ssh - INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.5-x86_64-disk.img'...
   2016-06-30 11:50:45,470 - vping_ssh - INFO - Creating neutron network vping-net...
   2016-06-30 11:50:47,645 - vping_ssh - INFO - Creating security group  'vPing-sg'...
   2016-06-30 11:50:48,843 - vping_ssh - INFO - Using existing Flavor 'm1.small'...
index 1b7bf9b..8455019 100644 (file)
@@ -100,7 +100,7 @@ In this case, proceed to create it manually. These are some hints::
     --protocol tcp --port-range-min 80 --port-range-max 80 --remote-ip-prefix 0.0.0.0/0
 
 The next step is to create the instances. The image used is located in
-*/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img* and a Glance image is created
+*/home/opnfv/functest/data/cirros-0.3.5-x86_64-disk.img* and a Glance image is created
 with the name **functest-vping**. If booting the instances fails (i.e. the status
 is not **ACTIVE**), you can check why it failed by doing::
 
index 489c395..1120e7e 100755 (executable)
@@ -43,8 +43,8 @@ general:
         creds: /home/opnfv/functest/conf/openstack.creds
         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
 
-        image_name: Cirros-0.3.4
-        image_file_name:  cirros-0.3.4-x86_64-disk.img
+        image_name: Cirros-0.3.5
+        image_file_name:  cirros-0.3.5-x86_64-disk.img
         image_disk_format:  qcow2
         image_username:  cirros
         image_password:  cubswin:)
@@ -67,7 +67,7 @@ general:
         testcases_yaml: /home/opnfv/repos/functest/functest/ci/testcases.yaml
 
 healthcheck:
-    disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
+    disk_image: /home/opnfv/functest/data/cirros-0.3.5-x86_64-disk.img
     disk_format: qcow2
     wait_time: 60
 
index 46064a0..d984a3f 100755 (executable)
@@ -1,12 +1,12 @@
 lxd:
     general:
         openstack:
-            image_name: Cirros-0.3.4
-            image_file_name:  cirros-0.3.4-x86_64-lxc.tar.gz
+            image_name: Cirros-0.3.5
+            image_file_name:  cirros-0.3.5-x86_64-lxc.tar.gz
             image_disk_format:  raw
 
     healthcheck:
-        disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-lxc.tar.gz
+        disk_image: /home/opnfv/functest/data/cirros-0.3.5-x86_64-lxc.tar.gz
         disk_format: raw
 fdio:
     general:
index 909f45d..ed5e61f 100644 (file)
@@ -7,7 +7,7 @@ parameters:
     default: public
   image:
     type: string
-    default: cirros-0.3.4-x86_64-uec
+    default: cirros-0.3.5-x86_64-uec
   flavor:
     type: string
     default: m1.tiny
index 826ca9d..116b5bb 100644 (file)
@@ -4,7 +4,7 @@ parameters:
   # set all correct defaults for parameters before launch test
   image:
     type: string
-    default: cirros-0.3.4-x86_64-uec
+    default: cirros-0.3.5-x86_64-uec
   flavor:
     type: string
     default: m1.tiny