Hardware introspection daemon for OpenStack Ironic
bin | ||
ironic_discoverd | ||
.gitignore | ||
.travis.yml | ||
example.conf | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.py |
Hardware discovery for OpenStack Ironic
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.