View Git repositories
You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:cloud-utils

There are download files available for cloud-utils.

See all merge proposals.

cloud-utils has 20 active branches owned by 13 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:cloud-utils
Series: trunk
bug 1 Development 2018-12-10 21:23:53 UTC
341. Development has been moved to git. c...

Author: Scott Moser
Revision Date: 2018-12-10 21:23:53 UTC

Development has been moved to git.

cloud-utils development has moved its revision control to git.
It is available at
  https://git.launchpad.net/cloud-utils

Clone with:
  git clone https://git.launchpad.net/cloud-utils
or with read-write:
  git clone ssh://git.launchpad.net/cloud-utils

lp:~larsks/cloud-utils/cloud-utils bug 1 Development 2018-12-06 18:13:12 UTC
339. correct sed expression for modifying ...

Author: Lars Kellogg-Stedman
Revision Date: 2018-12-06 15:01:21 UTC

correct sed expression for modifying partition size

The existing sed expression would erroneously change the start sector of a
partition, rather than the size, if the start sector and size were identical.
This commit modifies the sed expression so that it will only operate on the
final match in the line.

lp:~freddebacker/cloud-utils/cloud-utils bug(Has a merge proposal) 1 Development 2018-09-05 09:10:31 UTC
325. Don't use [start of next] sector but ...

Author: Fred De Backer
Revision Date: 2018-09-04 01:45:00 UTC

Don't use [start of next] sector but [start of next - 1] as the new end sector for resizing GPT partitions.

lp:~smoser/cloud-utils/trunk.1741096 bug 1 Development 2018-01-04 18:48:52 UTC
317. mount-image-callback: run blockdev an...

Author: Scott Moser
Revision Date: 2018-01-04 18:45:50 UTC

mount-image-callback: run blockdev and udevadm settle on nbd devices.

When we connect nbd devices, ensure that the kernel re-reads the partition
table information. This ensures that the partition devices (nbd0p1, nbd0p2)
are correct when used later.

Also required then is a udevadm settle.

On xenial, the blockdev is needed, on newer releases some udev magic or
systemd handles it.

lp:~smoser/cloud-utils/trunk.modprobe-by-fs 1 Development 2016-10-03 16:14:01 UTC
304. modprobe by filesystem name rather th...

Author: Scott Moser
Revision Date: 2016-10-03 16:09:25 UTC

modprobe by filesystem name rather than module name

previously we modprobed 'overlay' and assumed/hoped that would
give us 'overlay' filesystem support. Instead, the kernel modules
provide a fs-overlay alias that will allow us to directly ask for
the module that provides the 'overlay' filesystem.

lp:~raharper/cloud-utils/trunk.fix-lp1604011 bug(Has a merge proposal) 1 Development 2016-07-18 14:09:29 UTC
295. bin/mount-image-callback: cleanup get...

Author: Ryan Harper
Revision Date: 2016-07-18 14:07:13 UTC

bin/mount-image-callback: cleanup getopt short options configuration

The short options were not configured properlty. The '-m' and '-P' options
require input values but this was not indicated as required with the ':' value
in the short opts string. The case-statement parsing options used '-O' as
accepted short option, but this was not advertised in the Usage statement, so
remove the acceptance.

lp:~raharper/cloud-utils/trunk.netconfig-cloud-cfg-drive (Has a merge proposal) 1 Development 2016-06-06 18:07:58 UTC
287. Add cloud-config-drive utility

Author: Ryan Harper
Revision Date: 2016-06-06 18:07:27 UTC

Add cloud-config-drive utility

lp:~paelzer/cloud-utils/bug-1587188-fix-partx-failing-without-nr bug(Has a merge proposal) 1 Development 2016-06-01 10:44:03 UTC
291. fix issue with recent partx requiring...

Author: Christian Ehrhardt 
Revision Date: 2016-06-01 10:40:09 UTC

fix issue with recent partx requiring --nr to specify the partition

lp:~xnox/cloud-utils/more-arches (Has a merge proposal) 1 Development 2016-01-21 13:48:40 UTC
280. Add s390x and powerpc.

Author: Dimitri John Ledkov
Revision Date: 2016-01-21 13:32:37 UTC

Add s390x and powerpc.

lp:~oddbloke/cloud-utils/fix-syntax-error 1 Development 2015-03-19 17:40:16 UTC
266. Fix SyntaxError.

Author: Dan Watkins
Revision Date: 2015-03-19 17:39:39 UTC

Fix SyntaxError.

lp:~strikov-deactivatedaccount/cloud-utils/convert-to-python3-new 1 Development 2015-03-10 16:11:09 UTC
269. ec2metadata: hack to allow forwarding...

Author: Oleg Strikov
Revision Date: 2015-03-10 16:11:09 UTC

ec2metadata: hack to allow forwarding output to file

lp:~nathan-house-0/cloud-utils/cloud-utils 1 Development 2014-01-27 22:34:46 UTC This branch has not been pushed to yet.
lp:~racb/cloud-utils/cloud-fingerprint (Has a merge proposal) 1 Development 2012-12-17 15:29:03 UTC
207. Add cloud-fingerprint

Author: Robie Basak
Revision Date: 2012-12-17 12:38:12 UTC

Add cloud-fingerprint

lp:~darkmuggle-deactivatedaccount/cloud-utils/remove_query2 (Has a merge proposal) 1 Development 2012-10-02 23:36:17 UTC
200. Near code complete.

Author: Ben Howard
Revision Date: 2012-10-02 23:36:17 UTC

Near code complete.

lp:~darkmuggle-deactivatedaccount/cloud-utils/query2_rework 1 Development 2012-10-02 19:03:28 UTC
199. Implemented basic caching mechanism. ...

Author: Ben Howard
Revision Date: 2012-10-02 19:03:28 UTC

Implemented basic caching mechanism. Sub-class retrievals not working yet.

lp:~solidsnack/cloud-utils/ud2udi 1 Development 2012-09-12 14:27:38 UTC
196. Adds a command line tool for encoding...

Author: Jason Dusek
Revision Date: 2012-09-12 14:24:22 UTC

Adds a command line tool for encoding/downloading a raw userdata file.

lp:~darkmuggle-deactivatedaccount/cloud-utils/utlemming.20120716 (Has a merge proposal) 1 Development 2012-07-16 23:02:01 UTC
190. bin/cloudimg-sync: - updated per ...

Author: Ben Howard
Revision Date: 2012-07-16 22:43:19 UTC

bin/cloudimg-sync:
    - updated per PEP8
    - create logging directory if missing

bin/ubuntu-cloudimg-query2:
    - updated per PEP8
    - implemented caching mechanism with timeouts on sec, min and hours.
        expired cache will be used if the ETag for the data has not been
        updated on the server.

syncimgs/build_json.py:
    - fixed bug where parameters were not set due to order in
        CloudJSON.__init__

syncimgs/cloudimg.py:
    - fixed regression where transfer URL is not mapped properly causing
        sync process to break

syncimgs/yaml_config.py:
    - Added further clarification on override section

lp:~darkmuggle-deactivatedaccount/cloud-utils/syncimgs (Has a merge proposal) 1 Development 2012-07-13 20:05:03 UTC
187. Implementation of caching based on ti...

Author: Ben Howard
Revision Date: 2012-07-13 20:05:03 UTC

Implementation of caching based on time and ETag to reduce unnessasary
    network operations.
Changed the default address from https to http.

lp:~smoser/cloud-utils/syncimgs 1 Development 2012-07-10 20:41:48 UTC
187. ubuntu-cloudimg-query2: replace --wor...

Author: Scott Moser
Revision Date: 2012-07-10 20:38:07 UTC

ubuntu-cloudimg-query2: replace --word1_word2 with --word1-word2 in arguments

lp:~kirkland/cloud-utils/u-r-i 1 Development 2011-08-04 07:12:16 UTC
126. get bot ubuntu-run-instances.* runnin...

Author: Dustin Kirkland 
Revision Date: 2011-08-04 07:12:16 UTC

get bot ubuntu-run-instances.* running
default to ebs
test array size

120 of 20 results
You can't create new branches for cloud-utils.