[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#859085: unblock: openstack-debian-images/1.18



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear Release Team,

Over the last 2 days, I finally got an access to the Linaro's
arm64 cloud, and I could test an image generated by
openstack-debian-images on it. It worked well, and booted, but
there was still an issue with the cloud-init default value for
datasource_list. The version 1.18 of openstack-debian-images
is only a fix of this field, with a typo fix (ie: OpenStack
instead of Openstack (upper case "S")) and added protocols.

This is a very minor one liner cloud-init config tweak (debdiff
attached), which I believe has no reason to bother anyone.

I do not expect any other unblock for this package, and I
hope the CD team will start generating arm64 images for
OpenStack on top of the already existing amd64 ones (Sledge
already started working on this, things are looking good).

Please unblock openstack-debian-images/1.18,
cheers,

Thomas Goirand (zigo)
diff -Nru openstack-debian-images-1.16/build-openstack-debian-image openstack-debian-images-1.18/build-openstack-debian-image
--- openstack-debian-images-1.16/build-openstack-debian-image	2017-02-02 12:42:00.000000000 +0000
+++ openstack-debian-images-1.18/build-openstack-debian-image	2017-03-30 07:32:55.000000000 +0000
@@ -557,7 +557,7 @@
 else
 	# For OpenStack, we would like to use Ec2 and no other API
 	echo "# to update this file, run dpkg-reconfigure cloud-init
-datasource_list: [NoCloud, ConfigDrive, Openstack, Ec2]" >${MOUNT_DIR}/etc/cloud/cloud.cfg.d/90_dpkg.cfg
+datasource_list: [ NoCloud, AltCloud, CloudStack, ConfigDrive, OpenStack, Ec2, MAAS, OVF, GCE, None ]" >${MOUNT_DIR}/etc/cloud/cloud.cfg.d/90_dpkg.cfg
 fi
 
 # Needed to have automatic mounts of /dev/vdb
diff -Nru openstack-debian-images-1.16/debian/changelog openstack-debian-images-1.18/debian/changelog
--- openstack-debian-images-1.16/debian/changelog	2017-02-02 12:42:00.000000000 +0000
+++ openstack-debian-images-1.18/debian/changelog	2017-03-30 07:32:55.000000000 +0000
@@ -1,3 +1,15 @@
+openstack-debian-images (1.18) unstable; urgency=medium
+
+  * Add more protocols to the default datasource_list.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 30 Mar 2017 07:32:55 +0000
+
+openstack-debian-images (1.17) unstable; urgency=medium
+
+  * Fix cloud-init OpenStack case mistake in data source (Closes: #854482).
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 20 Feb 2017 11:36:49 +0000
+
 openstack-debian-images (1.16) unstable; urgency=medium
 
   * Fixed debian/rules swapped binary-arch and binary-indep (Closes: #853907).

Reply to: