Namos discovery agent.
Go to file
Hervé Beraud b9b5314b97 Remove usage of oslo.messaging deprecated transport method.
Since few months oslo.messaging project have deprecated
the get_transport method from the transport layer module.

Move get_transport to get_rpc_transport.

https://bugs.launchpad.net/cloud-archive/+bug/1714945

Related-Bug: #1714945

Change-Id: I66ed75902d43ae530328950cfbd06a9e8ea2d0f8
Related-Bug: #1714945
2019-02-15 14:13:56 +01:00
doc/source Fixed unit testing issues 2016-02-22 12:15:36 +05:30
os_namos Remove usage of oslo.messaging deprecated transport method. 2019-02-15 14:13:56 +01:00
.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.