Namos discovery agent.
63e06f560a
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have. |
||
---|---|---|
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.