Namos discovery agent.
Go to file
OpenDev Sysadmins 63e06f560a OpenDev Migration Patch
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.
2019-04-19 19:51:56 +00:00
doc/source Fixed unit testing issues 2016-02-22 12:15:36 +05:30
os_namos README update with reformatting 2016-04-18 15:38:06 +05:30
.gitignore Fixed unit testing issues 2016-02-22 12:15:36 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:51:56 +00:00
.testr.conf Fixed unit testing issues 2016-02-22 12:15:36 +05:30
CONTRIBUTING.rst Fixed unit testing issues 2016-02-22 12:15:36 +05:30
HACKING.rst Fixed unit testing issues 2016-02-22 12:15:36 +05:30
LICENSE Fixed unit testing issues 2016-02-22 12:15:36 +05:30
MANIFEST.in Fixed unit testing issues 2016-02-22 12:15:36 +05:30
README.rst README update with reformatting 2016-04-18 15:38:06 +05:30
babel.cfg Fixed unit testing issues 2016-02-22 12:15:36 +05:30
config-generator.conf README update with reformatting 2016-04-18 15:38:06 +05:30
requirements.txt Region is added part of os_namos 2016-04-13 21:40:16 +05:30
setup.cfg Region is added part of os_namos 2016-04-13 21:40:16 +05:30
setup.py Fixed unit testing issues 2016-02-22 12:15:36 +05:30
test-requirements.txt Fixed unit testing issues 2016-02-22 12:15:36 +05:30
tox.ini Cleanup tox.ini: Remove obsolete constraints 2016-08-26 18:09:35 +02:00

README.rst

os-namos

Discovery agent of namos service.

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.