Molecule Hetzner Cloud driver plugin
Go to file
Luke Murphy c4c3fabaa6
Fix linters
2020-04-24 14:19:38 +02:00
.github Get CI working with Drone 2020-04-24 13:04:35 +02:00
integration-test-role Fix linters 2020-04-24 14:19:38 +02:00
molecule_hetznercloud Get integration tests running 2020-04-24 14:12:57 +02:00
zuul.d Testing configuration cleanup 2020-04-24 10:45:20 +01:00
.drone.yml Get integration tests running 2020-04-24 14:12:57 +02:00
.envrc.sample Get integration tests running 2020-04-24 14:12:57 +02:00
.gitignore Testing configuration cleanup 2020-04-24 10:45:20 +01:00
.pre-commit-config.yaml Fix linters 2020-04-24 14:19:38 +02:00
.travis.yml Testing configuration cleanup 2020-04-24 10:45:20 +01:00
.yamllint.yml Fix linters 2020-04-24 14:19:38 +02:00
LICENSE Relicense to LGPL 2020-04-24 12:22:29 +02:00
Makefile Get integration tests running 2020-04-24 14:12:57 +02:00
README.md Get integration tests running 2020-04-24 14:12:57 +02:00
pyproject.toml Shape up package configuration and update deps 2020-04-24 13:24:38 +02:00
pytest.ini Ignore those warnings 2019-11-16 08:05:55 +07:00
setup.cfg Get integration tests running 2020-04-24 14:12:57 +02:00
setup.py Testing configuration cleanup 2020-04-24 10:45:20 +01:00
tox.ini Get CI working with Drone 2020-04-24 13:04:35 +02:00

README.md

Molecule Hetzner Cloud Plugin

Drone CI-CD PyPI Package Repository License

Molecule Hetzner Cloud driver plugin.

Usage

TODO.

Mirroring

  • Primary @ git.autonomic.zone (because independent cooperatively run infrastructure, yay!)
  • Mirror @ github.com (because centralised commerically owned infrastructure, sigh!)

Molecule Documentation

https://molecule.readthedocs.io

Contact

License

The LGPL license.

Testing

Unit tests and such.

$ pip install tox
$ tox -v

Integration tests.

Only doable by Autonomic Cooperative members.

$ sudo apt install -y direnv
$ cp .envrc.sample .envrc
$ direnv allow
$ pip install -e .
$ cd integration-test-role && molecule test