If you’d like to do pair wise testing of any ONAP components you can use OOM as described in the OOM User Guide<http://onap.readthedocs.io/en/latest/submodules/oom.git/docs/oom_user_guide.html#user-guide-label> and edit the onap/values.yaml<https://gerrit.onap.org/r/gitweb?p=oom.git;a=blob;f=kubernetes/onap/values.yaml;h=f784eebe3036a761ef8b650c6283ca8c2d9bd34a;hb=refs/heads/master> file to enable only the components you’re interested in. For example, if you wanted to just enable aai and multicloud you would set the flags as follows: ################################################################# # Enable/disable and configure helm charts (ie. applications) # to customize the ONAP deployment. ################################################################# aaf: enabled: false aai: enabled: true appc: enabled: false clamp: enabled: false cli: enabled: false consul: enabled: false dcaegen2: enabled: false esr: enabled: false log: enabled: false message-router: enabled: false mock: enabled: false msb: enabled: false multicloud: enabled: true policy: enabled: false …
Once you deploy ONAP with helm, you’ll see only the components you’ve enabled running. The documentation describes overriding values with private files and command line settings to provide even more flexibility. Good luck testing. Cheers, Roger From: <[email protected]> on behalf of "Ranganathan, Dileep" <[email protected]> Date: Tuesday, April 10, 2018 at 11:43 AM To: "FORSYTH, JAMES" <[email protected]>, "KAJUR, HARISH V" <[email protected]>, "[email protected]" <[email protected]> Cc: "Ying, Ruoyu" <[email protected]>, "Deng, Yipan" <[email protected]>, "Huang, Yun (Wind River)" <[email protected]> Subject: [onap-discuss] [AAI] A&AI for pairwise testing Hi A&AI team, Do you have any BKM to deploy A&AI for pairwise testing? The Multicloud project and OOF project is trying to do pairwise testing. So far we were testing using the Development Environment setup specified here A&AI Developer Environment Setup - Updated for Beijing!<https://wiki.onap.org/pages/viewpage.action?pageId=25440974&src=contextnavpagetreemode> Is there a similar container setup and configuration documentation that we can follow? Thanks, Dileep This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer <https://www.amdocs.com/about/email-disclaimer>
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
