]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: add 'hello world' mgr module skeleton 19491/head
authorYaarit Hatuka <yaarithatuka@gmail.com>
Wed, 13 Dec 2017 15:17:57 +0000 (10:17 -0500)
committerYaarit Hatuka <yaarithatuka@gmail.com>
Wed, 25 Apr 2018 14:37:09 +0000 (10:37 -0400)
commitb19e11a6c8b21588f6b3e029a408ea334f7ecbe6
tree2cee21efed246d98c14ce5343a33b7236d03d061
parent27e91a99f59b055ba32fd240a7f9ea1c014991fc
pybind/mgr: add 'hello world' mgr module skeleton

This simple 'hello' mgr module prints 'hello world' to stdout and to out/mgr.x.log; for documentation purposes. Also added /doc/mgr/hello.rst.

Signed-off-by: Yaarit Hatuka <yaarithatuka@gmail.com>
doc/mgr/hello.rst [new file with mode: 0644]
doc/mgr/index.rst
src/pybind/mgr/hello/__init__.py [new file with mode: 0644]
src/pybind/mgr/hello/module.py [new file with mode: 0644]