An open API service indexing awesome lists of open source software.

https://github.com/dreamlab/vmshepherd-aws-drivers

vmshepherd-aws-drivers
https://github.com/dreamlab/vmshepherd-aws-drivers

Last synced: 4 months ago
JSON representation

vmshepherd-aws-drivers

Awesome Lists containing this project

README

          

vmshepherd-aws-drivers
======================

|image0|_ |image1|_

.. |image0| image:: https://api.travis-ci.com/DreamLab/vmshepherd-aws-drivers.svg?branch=master
.. _image0: https://travis-ci.com/DreamLab/vmshepherd-aws-drivers

.. |image1| image:: https://badge.fury.io/py/vmshepherd-aws-drivers.svg
.. _image1: https://badge.fury.io/py/vmshepherd-aws-drivers

Introduction
------------

Provides plugin for `VmShepherd `_ .
Drivers allows to view panel with autoscaling groups and use rpc api from vmshepherd

Installation
------------

Simply use ``pip``.

::

pip install vmshepherd-aws-drivers

Library requires (as well as VmShepherd itself) python 3.6 or later.

Usage
-----

Install package (in the same environment as VmShepherd) and configure ``VmShepherd`` like:

::

# ...

iaas:
driver: AwsIaaSDriver

preset:
driver: AwsPresetDriver
ec2_page_size: 1000 (optional) - maximum number of instances returned in one call to aws ec2 api

# ...

Develop
-------

Run tests:

::

make test
make develop

License
-------

`Apache License 2.0 `_