This package browser is in early development. Mind the rough edges.

cloud-utils

Set of utilities for cloud computing environments

This package contains a set of utilities for cloud computing environments:

  • cloud-localds Create a disk for cloud-init to utilize nocloud

  • cloud-publish-image Wrapper for cloud image publishing

  • cloud-publish-tarball Wrapper for publishing cloud tarballs

  • cloud-publish-ubuntu Import a Ubuntu cloud image

  • ec2metadata Query and display EC2 metadata

  • growpart Grow a partition to fill the device

  • mount-image-callback Mount a file and run a command

  • resize-part-image Resize a partition image to a new size

  • ubuntu-cloudimg-query Get the latest Ubuntu AMI

  • ubuntu-ec2-run Run a EC2 instance using Ubuntu

  • vcs-run Obtain a repository, and run a command

  • write-mime-multipart Handle multipart MIME messages

Installation

Install the latest version of cloud-utils as follows:

guix install cloud-utils

Or install a particular version:

guix install cloud-utils@0.33

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.