Namos discovery agent.
840c54f0d3
Remove old and unused constraints environments from tox.ini. Those have never been used. Use standard environments as default list. Note that the repo has in the past not used constraints in OpenStack CI, this change keeps the status quo. For more information about constraints see: http://lists.openstack.org/pipermail/openstack-dev/2016-August/101474.html Change-Id: I1b9b6d893a80608a4b0783807f565883449be1b2 |
||
---|---|---|
doc/source | ||
os_namos | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
config-generator.conf | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
os-namos
Discovery agent of namos service.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/os-namos
- Source: http://git.openstack.org/cgit/openstack/os-namos
- Bugs: http://bugs.launchpad.net/soman
Features
- Register the given OpenStack service component under namos and acknowledge it
- Helps to find the live status of OpenStack service components
- Helps to update the configuration files lively.
How to setup os-namos
Assume, os-namos is cloned at /opt/stack/os-namos, then run below command to install namos from this directory.
sudo python setup.py install
How to use this agent
- Invoke this agent from the service component console python scripts, where its launched.