Summary: amfd: add support for container/contained [#70]
Review request for Ticket(s): 70
Peer Reviewer(s): Gary, Ravi, Nagu, Hans
Pull request to: 
Affected branch(es): develop
Development branch: ticket-70
Base revision: e46d29e47ebf328f9bab041064070341ab94848f
Personal repository: git://git.code.sf.net/u/trguitar/review

--------------------------------
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                 y
 Tests                   n
 Other                   n

NOTE: Patch(es) contain lines longer than 80 characers

Comments (indicate scope for each "y" above):
---------------------------------------------


revision 9c9f7e04c39fca9030025b0a8394eabf328a4c70
Author: Alex Jones <ajo...@rbbn.com>
Date:   Mon, 13 Aug 2018 14:48:14 -0400

amf: add support for container/contained [#70]

Add support for container/contained samples.



revision cf9d7565376059239c0902555c1c4811db6deff2
Author: Alex Jones <ajo...@rbbn.com>
Date:   Mon, 13 Aug 2018 14:48:14 -0400

amf: add support for container/contained [#70]

Add support for container/contained for amf agent.



revision 199d81e0e479d6caf0bed10598008f1423261ecd
Author: Alex Jones <ajo...@rbbn.com>
Date:   Mon, 13 Aug 2018 14:48:14 -0400

amf: add support for container/contained [#70]

Add support for container/contained amf common.



revision d53a063d34c2c9b96a95033fca25cd5b4fdb7f5b
Author: Alex Jones <ajo...@rbbn.com>
Date:   Mon, 13 Aug 2018 14:48:14 -0400

amfnd: add support for container/contained [#70]

This ticket adds support for container/contained.



revision 308b8d7335380120d025bc3b10924fa45aff1402
Author: Alex Jones <ajo...@rbbn.com>
Date:   Mon, 13 Aug 2018 14:48:14 -0400

amfd: add support for container/contained [#70]

This ticket adds support for container/contained in amfd.



Added Files:
------------
 samples/amf/container/amf_container_demo.c
 samples/amf/container/amf_container_script
 samples/amf/container/AppConfig-contained-2N.xml
 samples/amf/container/AppConfig-container.xml
 samples/amf/container/Makefile.am
 samples/amf/container/README


Complete diffstat:
------------------
 samples/amf/Makefile.am                          |   2 +-
 samples/amf/container/AppConfig-contained-2N.xml | 327 +++++++++
 samples/amf/container/AppConfig-container.xml    | 331 ++++++++++
 samples/amf/container/Makefile.am                |  45 ++
 samples/amf/container/README                     |  36 +
 samples/amf/container/amf_container_demo.c       | 803 +++++++++++++++++++++++
 samples/amf/container/amf_container_script       | 101 +++
 samples/configure.ac                             |   1 +
 src/amf/agent/amf_agent.cc                       |  73 ++-
 src/amf/agent/ava_cb.h                           |   1 +
 src/amf/agent/ava_hdl.cc                         |  31 +
 src/amf/agent/ava_mds.cc                         |  34 +-
 src/amf/agent/ava_mds.h                          |   3 +-
 src/amf/agent/ava_op.cc                          |   6 +
 src/amf/amfd/comp.cc                             |  65 +-
 src/amf/amfd/comp.h                              |   4 +-
 src/amf/amfd/comptype.cc                         |   6 +-
 src/amf/amfd/csi.cc                              |   6 +
 src/amf/amfd/csi.h                               |   3 +
 src/amf/amfd/ndproc.cc                           |  14 +
 src/amf/amfd/node.cc                             |  29 +
 src/amf/amfd/node.h                              |   1 +
 src/amf/amfd/sg.cc                               |  29 +
 src/amf/amfd/sg.h                                |   4 +
 src/amf/amfd/sgproc.cc                           | 142 +++-
 src/amf/amfd/si.cc                               |  17 +
 src/amf/amfd/si.h                                |   1 +
 src/amf/amfd/su.cc                               | 155 ++++-
 src/amf/amfd/su.h                                |  15 +-
 src/amf/amfd/util.cc                             |  39 ++
 src/amf/amfd/util.h                              |   2 +
 src/amf/amfnd/amfnd.cc                           |   5 +-
 src/amf/amfnd/avnd_cb.h                          |   2 +
 src/amf/amfnd/avnd_comp.h                        |  64 +-
 src/amf/amfnd/avnd_evt.h                         |   1 +
 src/amf/amfnd/avnd_mds.h                         |   4 +-
 src/amf/amfnd/avnd_proc.h                        |   2 +
 src/amf/amfnd/avnd_su.h                          |   4 +
 src/amf/amfnd/cbq.cc                             | 102 ++-
 src/amf/amfnd/chc.cc                             |   2 +-
 src/amf/amfnd/clc.cc                             |  95 ++-
 src/amf/amfnd/comp.cc                            |  90 ++-
 src/amf/amfnd/compdb.cc                          |  22 +-
 src/amf/amfnd/err.cc                             |   2 +-
 src/amf/amfnd/evt.cc                             |   2 +
 src/amf/amfnd/main.cc                            |   1 +
 src/amf/amfnd/mds.cc                             |  23 +-
 src/amf/amfnd/proxy.cc                           |   2 +-
 src/amf/amfnd/su.cc                              |   8 +
 src/amf/amfnd/susm.cc                            |  88 ++-
 src/amf/common/amf_amfparam.h                    |  22 +
 src/amf/common/amf_d2nmsg.h                      |  11 +
 src/amf/common/amf_defs.h                        |   2 +
 src/amf/common/amf_util.h                        |   3 +-
 src/amf/common/d2nedu.c                          |  22 +-
 src/amf/common/n2avaedu.c                        |   6 +-
 src/amf/common/n2avamsg.c                        |  13 +
 src/amf/common/util.c                            |  32 +-
 tools/cluster_sim_uml/build_uml                  |  45 ++
 59 files changed, 2868 insertions(+), 133 deletions(-)


Testing Commands:
-----------------


Testing, Expected Results:
--------------------------


Conditions of Submission:
-------------------------


Arch      Built     Started    Linux distro
-------------------------------------------
mips        n          n
mips64      n          n
x86         n          n
x86_64      y          y
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 ~/.gitconfig file (i.e. user.name, user.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.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to