{ "info": { "author": "Arnaud Seilles", "author_email": "arnaud.seilles@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "mise-a-feu\n===========\n\n[![Build Status](https://travis-ci.org/ops-hero/mise-a-feu.png?branch=master)](https://travis-ci.org/ops-hero/mise-a-feu)\n\nThis library is used to deploy the stacks on the host server. This can be used either from the CLI (via Fabric or command) or from a Python code (by including the library).\n\n\n\nUSAGE\n-----\n\nEither via Fabric, once the working copy is checked out:\n\n $ cd mise_a_feu\n $ fab -l\n $ ...\n $ fab -H host1.example.com update_updater\n $ ...\n $ fab -H host1.example.com run_updater:1.2.3,buildhost,webcallback=http://host:8080/stacks/update\n $ ...\n\nAfter installing the package, a binary `mise-a-feu` is also available. It exposes directly the fabric file:\n\n $ mise-a-feu -l\n $ ...\n $ mise-a-feu -c config_file deploy:stack_version\n $ ...\n $ mise-a-feu -c examples/example_config.yml deploy:0.0.1\n $ ...\n\n\nOr in another python application, after installing the package as well:\n\n from mise_a_feu import StackUpdater\n\n updater = StackUpdater(stack=\"1.2.3\",\n buildhost=\"buildhost\",\n manifest=\"/etc/manifest.data\",\n webcallback=\"http://host:8080/stacks/update\",\n force_update=True,\n verbose=False)\n for host in hosts_list:\n with settings(host_string=host):\n updater.run()\n\nTODO\n----\n* asynchronous remote call to update_stack.py", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ops-hero/mise-a-feu", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "mise-a-feu", "package_url": "https://pypi.org/project/mise-a-feu/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mise-a-feu/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ops-hero/mise-a-feu" }, "release_url": "https://pypi.org/project/mise-a-feu/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Module to handle deployment of a stack of packages.", "version": "0.0.1" }, "last_serial": 876588, "releases": { "0.0.1": [] }, "urls": [] }