{ "info": { "author": "Tomas Sedovic", "author_email": "tomas@sedovic.cz", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Deltacloud backend for Heat\n===========================\n\n`Heat(http://heat-api.org/)`_ brings orchestration, autoscaling and high availability to `OpenStack(http://www.openstack.org/)`_. Since January 2013, it's possible to configure Heat to use a backend other than OpenStack.\n\nThis project makes `Deltacloud(http://deltacloud.apache.org/)`_ into a backend Heat that can use. This means you can utilise Heat to provision your deployments on oVirt, EC2, Rackspace and `anything else that Deltacloud supports(http://deltacloud.apache.org/supported-providers.html)`_.\n\nPrerequisities\n--------------\n\n* `Deltacloud server 1.1.0 or higher(http://deltacloud.apache.org/download.html)`_\n\n* `Heat ``2013.1.g3`` or higher(https://github.com/openstack/heat/tags)`_\n (i.e. what's going to be the G release. You have to build it from source for now)\n\n\nSetup\n-----\n\n#. Install the Deltacloud server and start it\n\n#. Install Heat\n\n#. ``pip install deltacloud_heat``\n\n#. Add this line to `/etc/heat/heat-engine.conf`::\n\n cloud_backend=deltacloud_heat\n\n#. Add the following lines to `/etc/heat/heat-api.conf`::\n\n [paste_deploy]\n flavor = custombackend\n\n#. Start Heat engine, API and all the other services.\n\n\nAuthentication\n--------------\n\nPass the username, password and Deltacloud entrypoint url via the `X-Auth-User`, `X-Auth-Key` and `X-Auth-URL` HTTP headers to the Heat API requests:\n\n curl -v -H 'accept: application/json' -H 'content-type: application/json' \\\n -H 'x-auth-user: mockuser' -H 'x-auth-key: mockpassword' \\\n -H 'x-auth-url: http://localhost:3002/api' \\\n http://localhost:8004/v1/admin/stacks\n\n\nDevelopment status\n------------------\n\nExtremely early. Don't expect anything to work at this time. Bugs, comments, patches are very much welcome.\n\n\nLicense\n-------\n\nApache License, version 2.0", "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/tomassedovic/deltacloud_heat", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "deltacloud_heat", "package_url": "https://pypi.org/project/deltacloud_heat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/deltacloud_heat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tomassedovic/deltacloud_heat" }, "release_url": "https://pypi.org/project/deltacloud_heat/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Deltacloud backend for Heat", "version": "0.1.0" }, "last_serial": 788899, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a4c5f3520fc2c5896944e880a31d9a11", "sha256": "45aa3577b6a161cc7d637cfd9e1dd44e5fc8dbbcc9ca37d117d73fd5c6c0383a" }, "downloads": -1, "filename": "deltacloud_heat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a4c5f3520fc2c5896944e880a31d9a11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4206, "upload_time": "2013-03-01T10:45:17", "url": "https://files.pythonhosted.org/packages/94/c0/212af04c75dd3f9cd85d6f2aeb70610a0070f99af009f0c4764992cce98d/deltacloud_heat-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4c5f3520fc2c5896944e880a31d9a11", "sha256": "45aa3577b6a161cc7d637cfd9e1dd44e5fc8dbbcc9ca37d117d73fd5c6c0383a" }, "downloads": -1, "filename": "deltacloud_heat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a4c5f3520fc2c5896944e880a31d9a11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4206, "upload_time": "2013-03-01T10:45:17", "url": "https://files.pythonhosted.org/packages/94/c0/212af04c75dd3f9cd85d6f2aeb70610a0070f99af009f0c4764992cce98d/deltacloud_heat-0.1.0.tar.gz" } ] }