Skip to content

Releases: robertpeteuil/multi-cloud-control

Python 3.7 Adjustment

Choose a tag to compare

@robertpeteuil robertpeteuil released this 20 Aug 18:50
57f2870

Add python 3.7 classifier to setup.py

Python 3.7 Support

Choose a tag to compare

@robertpeteuil robertpeteuil released this 20 Aug 18:42
3f0cc04

Add Python 3.7 Support

  • setup.py requires gevent >= 1.3.6 when python_version >= 3.7

AliCloud Refinment

Choose a tag to compare

@robertpeteuil robertpeteuil released this 07 Aug 15:58
9d671b4

Adjust display of Instance Type of Alibaba Cloud instances

  • remove ecs. prefix when instance-types are displayed

Alibaba Cloud Support Release

Choose a tag to compare

@robertpeteuil robertpeteuil released this 06 Aug 20:28
5743b1f

Added support for Alibaba Cloud

Update Release

Choose a tag to compare

@robertpeteuil robertpeteuil released this 09 Feb 19:08

Fix for errors on Python 3.6 with gevent monkey.patch

Minor Updates

Choose a tag to compare

@robertpeteuil robertpeteuil released this 07 Jan 18:33

Minor Adjustments and Cleanup

Refined Release

Choose a tag to compare

@robertpeteuil robertpeteuil released this 30 Nov 23:06

Multiple Accounts per Provider Release

  • Support for multiple account per provider
    • this allows multiple AWS zones, multiple projects on GCP, and multiple subscriptions on Azure
  • Refined Documentation with screenshots and detailed description of config.ini file

Beta Release

Choose a tag to compare

@robertpeteuil robertpeteuil released this 24 Aug 00:35

This release syncs up with the latest version on PyPI

Works with AWS, Azure and GCP

  • mccl - list table of instances data and exit
  • mcc - display table of instance data, accept commands
    • start instance
    • stop instance
    • connect to instance
    • refresh list
  • supports multiple accounts per provider
    • documented in the sample config.ini file
    • will be added to readme in future release