{ "info": { "author": "Universidade Federal de Campina Grande", "author_email": "openstack@lsd.ufcg.edu.br", "bugtrack_url": null, "classifiers": [ "Environment :: OpenStack", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "[![PyPI version](https://badge.fury.io/py/ironic-oneviewd.svg)](https://badge.fury.io/py/ironic-oneviewd)\n[![Build Status](https://travis-ci.org/HewlettPackard/ironic-oneviewd.svg?branch=master)](https://travis-ci.org/HewlettPackard/ironic-oneviewd)\n[![Coverage Status](https://coveralls.io/repos/github/HewlettPackard/ironic-oneviewd/badge.svg)](https://coveralls.io/github/HewlettPackard/ironic-oneviewd)\n\n# Ironic OneView Daemon\n\n## Overview\n\nThe ironic-oneviewd is a ``python daemon`` of the OneView Driver for OpenStack Ironic. It helps the cloud administrator by handling nodes in *enroll* and *manageable* provision states, preparing them to become *available*. To be moved from *enroll* to *available*, a ``Server Profile`` must be applied to the ``Server Hardware`` represented by a node according to its ``Server Profile Template``.\n\nThis daemon monitors Ironic nodes and applies a ``Server Profile`` to such ``Server Hardware``.\n\nThen, the node goes from an *enroll* to a *manageable* state, and right after to an *available* state.\n\n> This tool works with OpenStack Identity API v2.0 and v3.\n\nFor more information on OneView entities, see [here](https://www.hpe.com/us/en/integrated-systems/software.html).\n\n## Tested platforms\n\nThe OneView appliance used for testing was the OneView 3.0.\n\nThe Enclosure used for testing was:\n\n - HPE BladeSystem c7000 Enclosure G2.\n - HPE Synergy\n\nThe daemon should work on HPE Proliant Gen8 and Gen9 Servers supported by OneView 2.0 and above, or any hardware whose network can be managed by OneView Server Profile. It has been tested with the following servers:\n\n - HPE Proliant BL460c Gen8\n - HPE Proliant BL465c Gen8\n - HPE Proliant DL360 Gen9\n\nNotice here that to the daemon worked correctly with Gen8 and Gen9 DL servers in general, the hardware also needs to run version 4.2.3 of iLO, with Redfish.\n\n## Installation\n\nTo install the ironic-oneviewd service, use the following command:\n\n pip install ironic-oneviewd\n\n## Configuration\n\nThe ironic-oneviewd uses a configuration file to get Ironic and OneView credentials and addresses. By default, ironic-oneviewd tries to use the configuration file:\n\n /etc/ironic-oneviewd/ironic-oneviewd.conf\n\nA sample configuration file is found within the same directory and may be used as base for the configuration file. In order to do so, the sample file needs to be renamed to ``ironic-oneviewd.conf``. The sample configuration file is found as follows:\n\n /etc/ironic-oneviewd/ironic-oneviewd.conf.sample\n\n## Usage\n\nIf your configuration file is in the default directory */etc/ironic-oneviewd/ironic-oneviewd.conf*, the service will automatically use this file. In this case, to run ironic-oneviewd, do:\n\n ironic-oneviewd\n\nIf you chose to place this file in a different location, you should pass it when starting the service:\n\n ironic-oneviewd --config-file \n\nor:\n\n ironic-oneviewd -c \n\nNote that, to run this daemon, you only have to pass the configuration file previously created that contains the required credentials and addresses.\n\nWhen ironic-oneviewd is executed, the default output is the standard output. Otherwise, if the --log-file parameter is passed at the execution, the logs will be appended to the log file path and not shown on the standard output. You should pass it when starting the service:\n\n ironic-oneviewd --log-file \n\n## Contributing\n\nFork it, branch it, change it, commit it, and pull-request it. We are passionate about improving this project, and are glad to accept help to make it better. However, keep the following in mind: We reserve the right to reject changes that we feel do not fit the scope of this project. For feature additions, please open an issue to discuss your ideas before doing the work.\n\n## Feature Requests\n\nIf you have a need not being met by the current implementation, please let us know (via a new issue). This feedback is crucial for us to deliver a useful product. Do not assume that we have already thought of everything, because we assure you that is not the case.\n\n## Testing\n\nWe have already packaged everything you need to do to verify if the code is passing the tests. The tox script wraps the unit tests execution against Python 2.7, 3.5 and pep8 validations.\n\nRun the following command::\n\n tox\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://git.lsd.ufcg.edu.br/ironic-drivers/ironic-oneviewd", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ironic-oneviewd", "package_url": "https://pypi.org/project/ironic-oneviewd/", "platform": "", "project_url": "https://pypi.org/project/ironic-oneviewd/", "project_urls": { "Homepage": "http://git.lsd.ufcg.edu.br/ironic-drivers/ironic-oneviewd" }, "release_url": "https://pypi.org/project/ironic-oneviewd/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "Deamon service to enroll nodes to be used for the Ironic OneView Driver", "version": "1.2.0" }, "last_serial": 3628634, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "85a643ce62aa44a836e213e2c15745c3", "sha256": "16bd0b08bc1b9947987826c188720820f90b21ebcb606f9649e6a6994d45cefa" }, "downloads": -1, "filename": "ironic-oneviewd-0.0.1.tar.gz", "has_sig": false, "md5_digest": "85a643ce62aa44a836e213e2c15745c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22518, "upload_time": "2015-11-12T13:30:33", "url": "https://files.pythonhosted.org/packages/37/a3/8ad1048c46fd29044621f339fc3f7e7654192954f5b32e73a418106baa2f/ironic-oneviewd-0.0.1.tar.gz" } ], "0.0.1.dev14": [], "0.0.1.dev18": [ { "comment_text": "", "digests": { "md5": "902067a7a6cc10ef1047c98f32eec5f6", "sha256": "e7d7bed0ad996bc2d5894e873c3033107c2099a4608e695f0da923de04b771a4" }, "downloads": -1, "filename": "ironic-oneviewd-0.0.1.dev18.tar.gz", "has_sig": false, "md5_digest": "902067a7a6cc10ef1047c98f32eec5f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22514, "upload_time": "2015-11-06T16:48:41", "url": "https://files.pythonhosted.org/packages/af/dd/d6d4b509581d746c2fbf57db2d17688caec7fe0d1537b78af3e288786e21/ironic-oneviewd-0.0.1.dev18.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3915bbc083437945fa5b57e0e1846b4c", "sha256": "babb179ecfa6673f3e726c4e5e08333f40c5edb9a646efcb3803064ad3b6178a" }, "downloads": -1, "filename": "ironic-oneviewd-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3915bbc083437945fa5b57e0e1846b4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25541, "upload_time": "2016-02-24T20:15:27", "url": "https://files.pythonhosted.org/packages/4a/e2/6e95b8d97a45dfbc1351052cffd91052dd688c26fee9144bf482e4174942/ironic-oneviewd-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "afa61ab111253fdf054836d66253fbaa", "sha256": "ecbcfd15af7ca0f8dabfb7d1df4bdee2b9078548919dce533a62b050b1228bad" }, "downloads": -1, "filename": "ironic-oneviewd-0.0.3.tar.gz", "has_sig": false, "md5_digest": "afa61ab111253fdf054836d66253fbaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26136, "upload_time": "2016-03-11T15:50:23", "url": "https://files.pythonhosted.org/packages/91/4f/2c5941c5424af3bf94c2b4c47bfe1779387c45d2a49858a17763d0506f26/ironic-oneviewd-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "06c577975b1be3448a131c58e3f23578", "sha256": "d74d2a3f1c21da27b17eafa8b56110c1a1f4b250e26c023b3f664a606bc07754" }, "downloads": -1, "filename": "ironic-oneviewd-0.1.0.tar.gz", "has_sig": false, "md5_digest": "06c577975b1be3448a131c58e3f23578", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24429, "upload_time": "2016-06-09T22:20:37", "url": "https://files.pythonhosted.org/packages/46/aa/b88c619d60b23e0c05411aef427139d39bb6bd03d2669722e71d7da1d6dd/ironic-oneviewd-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "269fa41edcdebfed557f899c6838ee16", "sha256": "6e59c543f577321e31376555a1767358e79c35983934476e4d73f6452bedf5c8" }, "downloads": -1, "filename": "ironic-oneviewd-0.2.0.tar.gz", "has_sig": false, "md5_digest": "269fa41edcdebfed557f899c6838ee16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24527, "upload_time": "2016-07-29T18:05:07", "url": "https://files.pythonhosted.org/packages/30/59/4fa883e4473a675feb4c78487e88003755839335332ce44252c8db577d66/ironic-oneviewd-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "8a6accb3fc227677506903f72b6f6d93", "sha256": "365139a6e9ec0bc7e6c27660cb9ec6ee21cd359424fd80e54133e50e57c48287" }, "downloads": -1, "filename": "ironic-oneviewd-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8a6accb3fc227677506903f72b6f6d93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26064, "upload_time": "2016-09-20T22:14:12", "url": "https://files.pythonhosted.org/packages/e9/e3/e5bbb84028b5460d4bcc0a1343bce94131b312fda08a67fcc194544b399b/ironic-oneviewd-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "e43026fc903167eac2e92ca81d27acc5", "sha256": "2086e7e1df1646ba5e8decc5c63c924d48af391b1d1d76933652502fb447dddf" }, "downloads": -1, "filename": "ironic-oneviewd-0.4.0.tar.gz", "has_sig": false, "md5_digest": "e43026fc903167eac2e92ca81d27acc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25874, "upload_time": "2016-11-09T21:10:21", "url": "https://files.pythonhosted.org/packages/ec/e9/65664e78dc0da119b1d46d3696c954e4d56bf91e715c4ab48f63ba34e166/ironic-oneviewd-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "17e5cc0966b59e27e18d388097858edf", "sha256": "d29a3a6e5e7d040679ed5df26b108a794c852bd6b6f759012b5bdd4190575134" }, "downloads": -1, "filename": "ironic-oneviewd-0.5.0.tar.gz", "has_sig": false, "md5_digest": "17e5cc0966b59e27e18d388097858edf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26577, "upload_time": "2016-12-13T22:48:25", "url": "https://files.pythonhosted.org/packages/05/6c/f049ced8f00d365c5d191028ac98fa040f938c4c22a0df69b2e49391577b/ironic-oneviewd-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "5b9f347fc41d2b4e7305a33511c1cd0b", "sha256": "969ad026656faddd3519b4010db7129404915ffcc78b20b7ac9bb46fd40e6db9" }, "downloads": -1, "filename": "ironic-oneviewd-0.5.1.tar.gz", "has_sig": false, "md5_digest": "5b9f347fc41d2b4e7305a33511c1cd0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27036, "upload_time": "2016-12-16T20:12:50", "url": "https://files.pythonhosted.org/packages/10/53/a83e22bd387183377f9dd799c4767acad09b3ee40298def827c56c1d40b6/ironic-oneviewd-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "f611121419f96d014b75e0327f0df76c", "sha256": "16eecc159818e83be1f9ea01f3c5e5a038072b6bff0f8016eb578235d77dd463" }, "downloads": -1, "filename": "ironic-oneviewd-0.6.0.tar.gz", "has_sig": false, "md5_digest": "f611121419f96d014b75e0327f0df76c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27486, "upload_time": "2017-03-23T19:15:25", "url": "https://files.pythonhosted.org/packages/22/15/77065bbeed340559704c5a67b33e6c1e50afe9e02409ed9dda034b4671c7/ironic-oneviewd-0.6.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "395abea719b8b3a5f57af6008d540b6b", "sha256": "444a2f7cc3c34308488fb3a94d4fe30b3b2e3c5238923b7b16b35ec1c5928d13" }, "downloads": -1, "filename": "ironic-oneviewd-1.0.0.tar.gz", "has_sig": false, "md5_digest": "395abea719b8b3a5f57af6008d540b6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25764, "upload_time": "2017-05-29T14:13:33", "url": "https://files.pythonhosted.org/packages/1a/bb/ed7e06a82b1dd1d1eba8df368ef0f946a096e82091fe0edd674ee0699009/ironic-oneviewd-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "63a13af8be27fbbe7b99c01481befec1", "sha256": "fc434d5d4f261a295d853a7b038e9980380c42369f1b8db97578192657a4966d" }, "downloads": -1, "filename": "ironic-oneviewd-1.1.0.tar.gz", "has_sig": false, "md5_digest": "63a13af8be27fbbe7b99c01481befec1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25815, "upload_time": "2017-08-01T20:31:57", "url": "https://files.pythonhosted.org/packages/44/69/cfe32ca443560c406a5d8cbfa34ef5f8e56a18bad86d109a2f28b76a9507/ironic-oneviewd-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "01b292681d603bcd8d859b855c3aa70e", "sha256": "27af16fa00bb4943fe7ae830c4d27cb8d35b6d8b9528d9eddc839f0bf71683e3" }, "downloads": -1, "filename": "ironic-oneviewd-1.2.0.tar.gz", "has_sig": false, "md5_digest": "01b292681d603bcd8d859b855c3aa70e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24110, "upload_time": "2018-02-02T14:13:52", "url": "https://files.pythonhosted.org/packages/17/23/2cc1e4c85275fa8ebd89055b4806e5ebb426d809e4be93575f1d16373f9a/ironic-oneviewd-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01b292681d603bcd8d859b855c3aa70e", "sha256": "27af16fa00bb4943fe7ae830c4d27cb8d35b6d8b9528d9eddc839f0bf71683e3" }, "downloads": -1, "filename": "ironic-oneviewd-1.2.0.tar.gz", "has_sig": false, "md5_digest": "01b292681d603bcd8d859b855c3aa70e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24110, "upload_time": "2018-02-02T14:13:52", "url": "https://files.pythonhosted.org/packages/17/23/2cc1e4c85275fa8ebd89055b4806e5ebb426d809e4be93575f1d16373f9a/ironic-oneviewd-1.2.0.tar.gz" } ] }