Hardware introspection daemon for OpenStack Ironic
Go to file
Dmitry Tantsur 4c81939640 Apache license 2014-10-03 17:15:55 +02:00
bin Added main script and updated setup.py 2014-10-03 13:16:43 +02:00
ironic_discoverd Load configuration from file, not env 2014-10-03 16:54:23 +02:00
.gitignore New structure, getting ready for PyPI 2014-10-02 18:17:38 +02:00
.travis.yml Enable Travis and make test 2014-10-02 18:37:01 +02:00
LICENSE Apache license 2014-10-03 17:15:55 +02:00
MANIFEST.in Apache license 2014-10-03 17:15:55 +02:00
Makefile Update README and drop make run target 2014-10-03 16:56:40 +02:00
README.rst Update README and drop make run target 2014-10-03 16:56:40 +02:00
example.conf Load configuration from file, not env 2014-10-03 16:54:23 +02:00
requirements.txt Initial commit 2014-09-29 15:13:25 +02:00
setup.py Late version bump 2014-10-03 17:03:03 +02:00

README.rst

Hardware discovery for OpenStack Ironic

image

Running

We're available on PyPI:

pip install ironic-discoverd
ironic-discoverd

Or you can test locally:

make test_env  # only the first time
make test  # run tests
.env/bin/python setup.py develop
.env/bin/ironic-discoverd example.conf

Of course you may want to modify example.conf to match your OpenStack environment.