Cherry-picked two commits from master e57920b and 0ecd1ca to update the kernel 3... 34/19934/4
authorAlbert <asyriy@mirantis.com>
Thu, 21 Apr 2016 11:58:24 +0000 (14:58 +0300)
committerAlbert Syriy <asyriy@mirantis.com>
Thu, 21 Apr 2016 13:50:03 +0000 (13:50 +0000)
This is a cherry-pick of two commits. The first one adds tcpdump and
other packages into cirros image and updates the kernel to 3.13.0-85.
The second commit adds some space to the has grown image.

Closes-Bug: #1571704
Closes-Bug: #1260268

Change-Id: I89dbf2656b95edd18c9dedec96b70dc8a450c2d4

cirros-testvm/cirros-u14.04-kver-3.13.0-85-x86_64-disk.img [moved from cirros-testvm/cirros-u14.04-kver-3.13.0-83-x86_64-disk.img with 57% similarity]
debian/changelog
debian/cirros-testvm.links
debian/rules

similarity index 57%
rename from cirros-testvm/cirros-u14.04-kver-3.13.0-83-x86_64-disk.img
rename to cirros-testvm/cirros-u14.04-kver-3.13.0-85-x86_64-disk.img
index 3256ea83332fac981cb4e6dcce6ef3d615bdbdf2..f673522ba9e684c6cf779efbee30289defb0dffa 100644 (file)
Binary files a/cirros-testvm/cirros-u14.04-kver-3.13.0-83-x86_64-disk.img and b/cirros-testvm/cirros-u14.04-kver-3.13.0-85-x86_64-disk.img differ
index f38e95be281613aae7627154d766166500f389b8..d77ed53abfbb678c93525b821b8d1bbc2b99b50d 100644 (file)
@@ -1,3 +1,16 @@
+cirros-testvm (0.3.4-2~u14.04+mos4) mos9.0; urgency=medium
+
+  * Add image size up to 48M due to the LP#1571704 
+
+ -- Albert Syriy <asyriy@mirantis.com>  Mon, 19 Apr 2016 15:52:03 +0200
+
+cirros-testvm (0.3.4-2~u14.04+mos3) mos9.0; urgency=medium
+
+  * Add the tcpdump package to the image
+  * Update kernel to 3.13.0-85 version
+
+ -- Albert Syriy <asyriy@mirantis.com>  Mon, 14 Apr 2016 13:09:07 +0200
+
 cirros-testvm (0.3.4-2~u14.04+mos2) mos9.0; urgency=medium
 
   * Update the package to the version after 0.3.4 (trunk), since the project
index cd8ddfb6bbc85b899fbd215c4af558159765a012..a1cf52b195785a7148d6cb8e2f40c8d208254035 100644 (file)
@@ -1 +1 @@
-/usr/share/cirros-testvm/cirros-u14.04-kver-3.13.0-83-x86_64-disk.img /usr/share/cirros-testvm/cirros-x86_64-disk.img
+/usr/share/cirros-testvm/cirros-u14.04-kver-3.13.0-85-x86_64-disk.img /usr/share/cirros-testvm/cirros-x86_64-disk.img
index 5493923c99f18f333eb2aecea70c3d045479155f..bd512492067f055c496d556cbc6b20e49c7d6177 100755 (executable)
@@ -11,7 +11,7 @@ clean:
 build-arch:
        dh_testdir
        mkdir -p debian/cirros-testvm/usr/share/cirros-testvm/
-       cp -p cirros-u14.04-kver-3.13.0-83-x86_64-disk.img debian/cirros-testvm/usr/share/cirros-testvm/
+       cp -p cirros-u14.04-kver-3.13.0-85-x86_64-disk.img debian/cirros-testvm/usr/share/cirros-testvm/
 
 build: build-arch build-indep