You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
bin | 8 years ago | |
ironic_discoverd | 8 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 8 years ago | |
LICENSE | 8 years ago | |
MANIFEST.in | 8 years ago | |
Makefile | 8 years ago | |
README.rst | 8 years ago | |
example.conf | 8 years ago | |
requirements.txt | 8 years ago | |
setup.py | 8 years ago |
README.rst
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.