Summary: imm: add support for cloud resilience feature [#1625] Review request for Trac Ticket(s): 1625 Peer Reviewer(s): Neelakanta, Hung (optional) Pull request to: Zoran Affected branch(es): default(5.0) Development branch: default(5.0)
-------------------------------- Impacted area Impact y/n -------------------------------- Docs n Build system n RPM/packaging n Configuration files n Startup scripts n SAF services y OpenSAF services n Core libraries n Samples n Tests n Other n Comments (indicate scope for each "y" above): --------------------------------------------- changeset f341e73948f91fc2d6e1ee3325eb72f1b5d11308 Author: Zoran Milinkovic <zoran.milinko...@ericsson.com> Date: Tue, 22 Dec 2015 14:51:01 +0100 imm: add common library support for cloud resilience feature [#1625] The patch contains IMM common library code for cloud resilience feature changeset 134317afa41b56048ac69b76af3a44e32e1c7397 Author: Zoran Milinkovic <zoran.milinko...@ericsson.com> Date: Tue, 22 Dec 2015 14:53:58 +0100 imm: add IMMD and IMMND config changes to cloud resilience feature [#1625] The patch contains new system variables in immd.conf and immnd.conf that are needed to support cloud resilience feature. changeset 4ade09940df59b7ba1bff9c77694b8bb2ca98c0d Author: Zoran Milinkovic <zoran.milinko...@ericsson.com> Date: Tue, 22 Dec 2015 14:56:07 +0100 imm: add IMMD support for cloud resilience feature [#1625] The patch contains IMMD code that is needed for supporting cloud resilience feature. changeset aec51dee20f0880f1bbd54a6d88f4edc7e4261c2 Author: Zoran Milinkovic <zoran.milinko...@ericsson.com> Date: Tue, 22 Dec 2015 14:57:51 +0100 imm: add IMMND support for cloud resilience feature [#1625] The patch contains IMMND code that is needed for supporting cloud resilience feature. changeset cb45ee96089ccf5cdc66c8e1e32fe8649fa58d6a Author: Zoran Milinkovic <zoran.milinko...@ericsson.com> Date: Tue, 22 Dec 2015 15:00:05 +0100 imm: add osafimmpbed and osafimmloadd support for cloud resilience feature [#1625] The patch contains osafimmpbed and osafimmloadd code that is needed for supporting cloud resilience feature. Complete diffstat: ------------------ osaf/libs/common/immsv/immpbe_dump.cc | 378 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- osaf/libs/common/immsv/immsv_evt.c | 43 +++++++++++++++++ osaf/libs/common/immsv/include/immpbe_dump.hh | 2 +- osaf/libs/common/immsv/include/immsv_api.h | 1 + osaf/libs/common/immsv/include/immsv_evt.h | 17 ++++++- osaf/services/saf/immsv/config/immd.conf | 31 ++++++++++++- osaf/services/saf/immsv/config/immnd.conf | 7 ++ osaf/services/saf/immsv/immd/immd_amf.c | 1 - osaf/services/saf/immsv/immd/immd_cb.h | 7 ++- osaf/services/saf/immsv/immd/immd_db.c | 10 ++- osaf/services/saf/immsv/immd/immd_evt.c | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------ osaf/services/saf/immsv/immd/immd_main.c | 33 +++++++++++-- osaf/services/saf/immsv/immd/immd_mbcsv.c | 3 + osaf/services/saf/immsv/immd/immd_proc.c | 40 +++++++++++++++- osaf/services/saf/immsv/immd/immd_sbevt.c | 13 ++-- osaf/services/saf/immsv/immloadd/imm_loader.cc | 10 +++- osaf/services/saf/immsv/immnd/ImmModel.cc | 115 ++++++++++++++++++++++++++++++++++++++++++++++++ osaf/services/saf/immsv/immnd/ImmModel.hh | 9 +-- osaf/services/saf/immsv/immnd/immnd_cb.h | 11 +++- osaf/services/saf/immsv/immnd/immnd_evt.c | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- osaf/services/saf/immsv/immnd/immnd_init.h | 13 +++++- osaf/services/saf/immsv/immnd/immnd_main.c | 7 ++ osaf/services/saf/immsv/immnd/immnd_proc.c | 120 ++++++++++++++++++++++++++++++++++++++----------- osaf/services/saf/immsv/immpbed/immpbe.cc | 15 ++++- 24 files changed, 1113 insertions(+), 130 deletions(-) Testing Commands: ----------------- Testing, Expected Results: -------------------------- Uncomment new variable in immd.conf and test SC absence in the cluster Conditions of Submission: ------------------------- Ack from Neelakanta, Hung (optional) Arch Built Started Linux distro ------------------------------------------- mips n n mips64 n n x86 n n x86_64 n n powerpc n n powerpc64 n n Reviewer Checklist: ------------------- [Submitters: make sure that your review doesn't trigger any checkmarks!] Your checkin has not passed review because (see checked entries): ___ Your RR template is generally incomplete; it has too many blank entries that need proper data filled in. ___ You have failed to nominate the proper persons for review and push. ___ Your patches do not have proper short+long header ___ You have grammar/spelling in your header that is unacceptable. ___ You have exceeded a sensible line length in your headers/comments/text. ___ You have failed to put in a proper Trac Ticket # into your commits. ___ You have incorrectly put/left internal data in your comments/files (i.e. internal bug tracking tool IDs, product names etc) ___ You have not given any evidence of testing beyond basic build tests. Demonstrate some level of runtime or other sanity testing. ___ You have ^M present in some of your files. These have to be removed. ___ You have needlessly changed whitespace or added whitespace crimes like trailing spaces, or spaces before tabs. ___ You have mixed real technical changes with whitespace and other cosmetic code cleanup changes. These have to be separate commits. ___ You need to refactor your submission into logical chunks; there is too much content into a single commit. ___ You have extraneous garbage in your review (merge commits etc) ___ You have giant attachments which should never have been sent; Instead you should place your content in a public tree to be pulled. ___ You have too many commits attached to an e-mail; resend as threaded commits, or place in a public tree for a pull. ___ You have resent this content multiple times without a clear indication of what has changed between each re-send. ___ You have failed to adequately and individually address all of the comments and change requests that were proposed in the initial review. ___ You have a misconfigured ~/.hgrc file (i.e. username, email etc) ___ Your computer have a badly configured date and time; confusing the the threaded patch review. ___ Your changes affect IPC mechanism, and you don't present any results for in-service upgradability test. ___ Your changes affect user manual and documentation, your patch series do not contain the patch that updates the Doxygen manual. ------------------------------------------------------------------------------ _______________________________________________ Opensaf-devel mailing list Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel