Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tailhook/vagga2lithos
A tool which helps to generate lithos config from a vagga config
https://github.com/tailhook/vagga2lithos
config containers lithos vagga yaml
Last synced: 20 days ago
JSON representation
A tool which helps to generate lithos config from a vagga config
- Host: GitHub
- URL: https://github.com/tailhook/vagga2lithos
- Owner: tailhook
- License: apache-2.0
- Created: 2016-11-11T23:58:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T07:55:34.000Z (almost 8 years ago)
- Last Synced: 2024-11-27T16:11:52.168Z (3 months ago)
- Topics: config, containers, lithos, vagga, yaml
- Language: Python
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE-APACHE
Awesome Lists containing this project
README
===============
Vagga To Lithos
===============:Status: Alpha
A tool which helps to generate lithos config from a vagga config.
* vagga_ -- is a tool for development environments that runs linux containers
* lithos_ -- is a supervisor for running containers in production.. _vagga: https://vagga.readthedocs.org
.. _lithos: https://lithos.readthedocs.orgInstallation
============Should be installable from pip::
pip install vagga2lithos==0.1.0
But in the meantime install from github::
pip install git+https://github.com/tailhook/vagga2lithos
Try
===Running directly from the repo::
vagga run generate -f examples/django/vagga.yaml run
Running installed tool (in your project directory)::
vagga2lithos generate your-run-command > lithos.yaml
To check if your configuration is in sync::
vagga2lithos check your-run-command
To update your configuration file::
vagga2lithos update your-run-command --verbose --interactive
License
=======Licensed under either of
* Apache License, Version 2.0,
(./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.Contribution
------------Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.