Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canonical/cloud-utils
This package provides a useful set of utilities for interacting with a cloud.
https://github.com/canonical/cloud-utils
Last synced: 3 months ago
JSON representation
This package provides a useful set of utilities for interacting with a cloud.
- Host: GitHub
- URL: https://github.com/canonical/cloud-utils
- Owner: canonical
- License: gpl-3.0
- Created: 2020-07-07T14:18:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T23:42:34.000Z (7 months ago)
- Last Synced: 2024-04-10T05:28:17.112Z (7 months ago)
- Language: Shell
- Size: 970 KB
- Stars: 82
- Watchers: 16
- Forks: 29
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# cloud-utils
A useful set of utilities for interacting with a cloud.
## Install
cloud-utils is available in Ubuntu and Debian via the `cloud-utils` metapackage:
```shell
sudo apt update
sudo apt install cloud-utils
```Red Hat based distributions offer the `cloud-utils` package with a subset of binaries and `cloud-utils-growpart` for growpart.
The package is also available in Alpine and Arch as `cloud-utils`.
## Usage
* `cloud-localds` - create a disk for cloud-init to utilize the nocloud datasource
* `ec2metadata` - query and display AWS EC2 metadata
* `growpart` - rewrite partition table so that partition takes up all the space it can
* `mount-image-callback` - mount a file to a temporary mount point and then invoke the provided cmd with args
* `resize-part-image` - resize a partition image and contained filesystem to a new size
* `ubuntu-cloudimage-query` - get the latest Ubuntu AWS AMI meeting certain criteria
* `vcs-run` - obtain a repository and execute a command with arguments
* `write-mime-multipart` - utilty for creating mime-multipart files, likely for use via user data and cloud-init## Getting help
If you find a bug or issue please report it on the upstream [Launchpad project](https://bugs.launchpad.net/cloud-utils/+filebug).
## License
Distributed under the GPLv3 License. See LICENSE for more information.