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
- Host: GitHub
- URL: https://github.com/dreamlab/vmshepherd-aws-drivers
- Owner: DreamLab
- License: apache-2.0
- Created: 2019-05-28T13:07:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T13:48:43.000Z (over 5 years ago)
- Last Synced: 2025-09-23T23:16:13.295Z (5 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 6
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
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 `_