lp:pycloudlib

Owned by pycloudlib-devs
Get this repository:
git clone https://git.launchpad.net/pycloudlib
Members of pycloudlib-devs can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
gh30 2020-09-29 18:53:27 UTC
instance: allow KVM/LXD commands to exit non-zero

Author: Dan Watkins
Author Date: 2020-09-29 18:53:27 UTC

instance: allow KVM/LXD commands to exit non-zero

`pycloudlib.util.subp`'s default behaviour is to raise an exception if
the command being executed exits non-zero. Before this commit, this
meant that executing a command against a LXD or KVM instance that exited
non-zero would raise an exception (instead of returning a `Result`
object as other instances do).

Fixes: #30

master 2020-07-13 15:58:23 UTC
requirements.txt: Bump versions

Author: Chad Smith
Author Date: 2020-07-13 15:58:23 UTC

requirements.txt: Bump versions

This bumps the versions of botocore, boto3, and paramiko to fix ip
address association on vpc instances.

gce 2018-10-04 19:35:31 UTC
Initial Google Compute Engine Support

Author: Joshua Powers
Author Date: 2018-08-29 18:58:47 UTC

Initial Google Compute Engine Support

This adds the inital support for GCE to pycloudlib. This enables
specifically the authentication mechanism with GCE, the ability to
search for daily Ubuntu images, and finally launch an instance. There
are no additionally support functions.

This does re-write how SSH keys are handled by clouds in order to make
it a bit more generic and allow for the GCE mechanism of declaring the
SSH key on boot, rather than needing to upload a key beforehand.

azure 2018-07-12 22:36:05 UTC
azure: begin support

Author: Joshua Powers
Author Date: 2018-07-12 22:02:19 UTC

azure: begin support

14 of 4 results
This repository contains Public information 
Everyone can see this information.

Subscribers