Namos discovery agent.
Go to file
Andreas Jaeger 840c54f0d3 Cleanup tox.ini: Remove obsolete constraints
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
2016-08-26 18:09:35 +02: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 Added .gitreview 2016-02-18 09:14:13 +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.