summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-03-04Update git submodulesHui Deng1-0/+0
* Update docs/submodules/modeling/modelspec.git from branch 'master' to 64a42e8266437be21281f5aa08a1592f7667b5fd - Merge "Updates to Vnf" - Updates to Vnf Fixed allotted resource diagram, which had a number of broken classes and associations. Also started draft work on configuration concept. Issue-ID: MODELING-104 Change-Id: Ia3cda6e19fdb5e2ae4fced3c36875dc2f3534f80 Signed-off-by: Kevin Scaggs <ks0567@att.com>
2019-03-04Update git submodulesHui Deng1-0/+0
* Update docs/submodules/modeling/modelspec.git from branch 'master' to 9f6dd053d72c04fffe46f1243b1280732dc4ec4f - Merge "Updates to Ves" - Updates to Ves Tied Ves event in to draft business interaction as apart of class hieararchy. Issue-ID: MODELING-104 Change-Id: Ie2d93e3e4f62218b735a58784c31bfb8f94f2d6b Signed-off-by: Kevin Scaggs <ks0567@att.com>
2019-03-04Update git submodulesHui Deng1-0/+0
* Update docs/submodules/modeling/modelspec.git from branch 'master' to bb944dc684b0144fff9dad0f7ba1e26b8f4f2307 - Merge "Updates to Common" - Updates to Common Added additional subclasses to Business Interaction, and tied in VES events as a subclass of notification. Also added some draft material on concept of configuration. Issue-ID: MODELING-104 Change-Id: I056b21aa44bb411114d54d1e87622c9b42d4b0ae Signed-off-by: Kevin Scaggs <ks0567@att.com>
2019-03-02Update git submodulesMike Elliott1-0/+0
* Update docs/submodules/oom.git from branch 'master' to ac281bd0798ae7308402f4d19d537546d101afba - Improve override usability Currently when you deploy onap with no override file, the behavior is to deploy everything. In order to deploy a subset of components, an override file must contain all components and then disable the ones you don't want. As we prepare to transfer helm chart ownership to the teams, it will simplify the creation of project specific development override files, if the default behavior for deploying onap was reversed. Allowing override files to only contain the components they care to enable (and configure) and ignore the rest as they would be disabled by default. From this point on, it will be necessary to use an override file (as integration uses for testing) to enable all components. This patch includes an onap-all.yaml override file that may be used for this purpose. helm deploy dev local/onap -f onap/overrides/onap-all.yaml No configuration is part of this override. Its purpose is only to enable the components and is intended to be used in combination with other override files that provide environment specific configuration. Change-Id: I4b74a3a8a35a178298af7205762e2aca7c65dda3 Issue-ID: OOM-1692 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-03-02Update git submodulesJessica Wagantall1-0/+0
* Update docs/submodules/appc/deployment.git from branch 'master' to e701ee516f517c5bed4f32764431d58d79fe06ad - Add missing INFO.yaml blocks Add missing information so that the new verify job passes. Fix indentation. Change-Id: Ifcec7bbd19e9e6a27c85bd8e889cfbf67c63f1dc Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-02Update git submodulesJessica Wagantall1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 8fcf11ec80afd9fce613bef76ce99ef87a959a8b - Add missing INFO.yaml blocks Add missing information so that the new verify job passes. Fix indentation. Change-Id: I93af9ea59d8c2466e80f9146a4371f5c8b509e2c Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-02Update git submoduleseronkeo1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 2f3e3a474f00b065743f989aaa09d14266c49fd7 - Update datarouter version number in manifest Change-Id: I8478d1a9029ba3064bbbd1eda231b193f9015956 Issue-ID: DMAAP-1064 Signed-off-by: eronkeo <ronan.keogh@est.tech>
2019-03-01Update git submodulesTaka Cho1-0/+0
* Update docs/submodules/appc/deployment.git from branch 'master' to eeb70bdfe4b41e60f96c29579bef583131eb8853 - move non-root id run for CDT container add cdt:cdt to Dockerfile change port 80 to 18080 for non-root user Change-Id: I694cfaed85396d8f4f527d33e8e507e6d7a64178 Issue-ID: APPC-1519 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-01Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 0f4371f47e72c413b2a28d3a0426bdac49f1291b - Merge "Removed MsoLogger from 'mso-api-handler-common'" - Removed MsoLogger from 'mso-api-handler-common' Replaced MsoLogger with plain slf4j. Refactored login output. Fixed imports. Change-Id: I4254087187c9b7006d0dac8b3ab13fe41113c42f Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-01Update git submodulesdglFromAtt1-0/+0
* Update docs/submodules/dmaap/buscontroller.git from branch 'master' to 80f10c41049ea22e914d4a17652abc1d3b502006 - Add env vars to script Change-Id: I5484f88f0a624fa0d0ba430b13b71f8c4b0ee346 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-1046
2019-03-01Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 09b025a1f352b60cab591e467b1a2b56ca856147 - Merge "fix rainy day handling status" - fix rainy day handling status Change behavior of PENDING_ACTIVATION for VF Module to be the same as for ASSIGNED status; remove PENDING_ACTIVATION for all other objects. Always set AAI status to ASSIGNED from AssignVfModuleBB Change-Id: I9e96bfffbf7cd17694de6629ce5202cee7c8119f Issue-ID: SO-1584 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to a8cddcf424433dfdb958a836c549d8009c3dee92 - Merge "removed qualifiers that no longer exist" - removed qualifiers that no longer exist removed qualifiers that no longer exist in the code Change-Id: I5270b7d7dd1627066d5d5404910d0e9d355f2165 Issue-ID: SO-1588 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to fcba36304c65fe00512bdaa689e65172a1ba054d - Merge "audit poller is polling too fast" - audit poller is polling too fast Fix version incompatibility in external task client Fix the openstack external task to poll slower Change-Id: I376366f4848afd1eb356f43b556b7de20961ba88 Issue-ID: SO-1587 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to be1a6ddb97550e8d03869f112edb88d67c025da1 - Merge "Implement a separate task to query CatalogDB for" - Implement a separate task to query CatalogDB for Restore script value for the script task Implement a separate task to query CatalogDB for CloudSite info for CM flows. Change-Id: Id9dc4da9a7d50b50b691f30a8e0a5ce68eec1739 Issue-ID: SO-1586 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 47635df0c6d799fb59ef9cf4ad17899e17ccd34d - Merge "add sdnc adapter subflow call to network update" - add sdnc adapter subflow call to network update add sdnc adapter subflow call to network update Change-Id: I3206acb634afb5ce9247656030f82ab8064adf08 Issue-ID: SO-1585 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 257e73dbba7f3e4da62f4d255f762b9bfb39915e - Merge "use async activity call in UpdateNetwork BB" - use async activity call in UpdateNetwork BB remove references to AIC in comments use async activity call in UpdateNetwork BB Change-Id: I46472571078ac335bc85c865fdd82964b68c0d75 Issue-ID: SO-1583 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Update git submodulesJames MacNider1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 93f9d973a1d09d6d8c99973d1c49dbbd0d826a56 - Merge "[LOG-959] adding p-interface comparison rule" - [LOG-959] adding p-interface comparison rule Change-Id: I7f52cb8be1f34a7738cd47c0fd4cf7093975d001 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com> Issue-ID: LOG-959
2019-03-01Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 10df20909da905f93b4e1cda286fbbc7e6c77c84 - Merge "vnf spin up gr api vnf s base module fails" - vnf spin up gr api vnf s base module fails map object representations of json back to json strings marshal all objects to json strings before sending all input params converted to Map<String, Object> Updated userParams map from HashMap<String, String> to Map<String, Object> as HashMap<String, String> userParams was causing VNF spin up to fail. Input json in Userparams was not accepted as a valid json format. Updated other files that were affected by this change. Change-Id: I0c00fc00c4c11b54ace4df7be8d5bfc80d41d130 Issue-ID: SO-1582 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Update git submodulesJoss Armstrong1-0/+0
* Update docs/submodules/appc.git from branch 'master' to de191b8ade7bd9abc0770ed4e332b10071026fdb - Test coverage for HttpClientTest Added test coverage for untested class Increased coverage from 0% to 89% Issue-ID: APPC-1520 Change-Id: I113d515df3b6f6ef12565cf390f0bd2f2e8ac2f0 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-03-01Update git submodulesJoss Armstrong1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 286805b229460c66a327af25f56fe29e1f5ebcd0 - Test coverage in RestClientInvoker Added test for untested class Increased test coverage from 0% to 94% Issue-ID: APPC-1520 Change-Id: I51610584cd203f5de7286c325332cade6f3c2bd6 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-03-01Update git submodulesBenjamin, Max (mb388a)1-0/+0
* Update docs/submodules/so.git from branch 'master' to 427eb13dfda82f8b62f91ddbde931e84ab965624 - removed extra code for vnf resource processing removed extra code for vnf resource processing Issue-ID: SO-1581 Change-Id: Ie8e0da953c20780ba4b63fb7de53e5c7844790cc Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Update git submodulesJegadeesh Babu1-0/+0
* Update docs/submodules/appc.git from branch 'master' to eac3e3faf11bca0903d6fdfe8cc0710b87cb6123 - Handled exception Sonar fix Issue-ID: APPC-1518 Change-Id: Ia052693a420bbd7b06048336d518a49e598b4265 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-03-01Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/distribution.git from branch 'master' to 8acfc604a2179f7290daf4e088eb7e4acae8df56 - Merge "Changes directory structure of S3P Tests" - Changes directory structure of S3P Tests Changes Include: a) Moving performance and stability tests into two separate directories. Change-Id: Ib98713b2c37658de16c5eb6ee8918b867bdf5b8a Issue-ID: POLICY-1462 Signed-off-by: Bilal A <bilal@research.att.com>
2019-03-01Update git submodulesJegadeesh Babu1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 37a3bbf542f8e5cd07338855b9ac3a90eb5f124e - Handled interrupted exception sonar fix Sonar fix Issue-ID: APPC-1517 Change-Id: I0a9fb64812c84963b08a53b09358f598d96eb014 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-03-01Update git submodulesJoss Armstrong1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 5d185ed733c897df1e5d51285b5941a780fe6520 - Test coverage in ConfigComponentAdaptor Increased coverage from 79% to 89% Fixed indentation Issue-ID: APPC-1497 Change-Id: I9cee309b916eff93887a8d2b7691f9a7c6ba204b Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-03-01Update git submodulesInstrumental1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to 9dc1cd2632d1dda9c8f072e99616e73e0517f1aa - DataMigration, other Batch Issue-ID: AAF-776, AAF-753 Change-Id: Ia0593d7297c7af21c801b735f28ccab6867031f0 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-01Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/apex-pdp.git from branch 'master' to f0872b20425c66adeb14487c8f9e1c79f6bd3ddf - Merge "Increase test coverage for plugins-executor-mvel" - Increase test coverage for plugins-executor-mvel Add junit test cases into apex-pdp/plugins/plugins-executor-mvel Issue-ID: POLICY-1523 Change-Id: I74d47974a326c7fbd53a0b7d88262ef1dbd54c8c Signed-off-by: Hengye <yehui.wang@est.tech>
2019-03-01Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/apex-pdp.git from branch 'master' to 160487052809f33461aae8c29f085dfee316ba2e - Merge "Increase test coverage for plugins-executor-jruby" - Increase test coverage for plugins-executor-jruby Add junit test cases into apex-pdp/plugins/plugins-executor-jruby Issue-ID: POLICY-1523 Change-Id: I2ed06a69cf991d744aa5c4c69f605fdf1dca6524 Signed-off-by: shaoqiu <tim.huang@est.tech>
2019-03-01Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/apex-pdp.git from branch 'master' to f01b09965093e027323b320601d5d5566c0d3825 - Merge "Use Alpine as base docker image" - Use Alpine as base docker image change docker base image from ubuntu 16.04 to Alpine 3.9 Issue-ID: POLICY-1555 Change-Id: Ia21f5e8185bd26f4b04276eed204ac358f655a59 Signed-off-by: Hengye <yehui.wang@est.tech>
2019-03-01Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 244d353aeda3662d57c6629eb95ee4791b7c07f1 - Merge "Removed MsoLogger from 'so-bpmn-tasks'" - Removed MsoLogger from 'so-bpmn-tasks' Replaced MsoLogger with plain slf4j. Refactored login output. Fixed imports. Change-Id: I53895308cd3f9fb006738f7aa4d2ba5880ba3d85 Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-01Update git submodulesJegadeesh Babu1-0/+0
* Update docs/submodules/appc.git from branch 'master' to a9128f1964d43842056ea72dc1f0a8f3702cc03c - Added logger Sonar fix Issue-ID: APPC-1513 Change-Id: Ie6a28085288457b8bf8fea5c6d21313e61532f7c Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-03-01Update git submodulesEthan Lynn1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to e8bc6aba146411cf1652705fe3d98fbcf0f5304a - Add vsphere type Add vsphere type and point to multicloud-vio Change-Id: I6eab1b61892a9caa999d09cdc5e5dda174f3561b Issue-ID: MULTICLOUD-488 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2019-03-01Update git submodulesRehanRaza1-0/+0
* Update docs/submodules/integration.git from branch 'master' to d74e5a6083efe5e8979987cb687c6428d5e490fc - ROP file creation script for e2e testing * Creates a number of files (set using NUM_FILES) with standard filenames * File are created using a template XML file (set using FILE_TEMPLATE) * Files are updated after a specific interval (set using UPDATE_MINS) * At each update, the name of oldest file is modified with current timestamp * Works for multiple PNF nodes (set using NUM_NODES) Change-Id: I279970720ae25a360bd7a56923ebf3b8825abfd8 Issue-ID: DCAEGEN2-1225 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2019-03-01Update git submodulesjjewitt581-0/+0
* Update docs/submodules/modeling/modelspec.git from branch 'master' to 4b2c9aef5488d4b90ddd943e7c00382883f06485 - Fix incorrect association of PnfdModel to Pnf.uml Issue-ID: MODELING-104 Change-Id: Ia5a487d5977088607d9ca9e7e70460d268c2fd4a Signed-off-by: jjewitt58 <jessie.jewitt@oamtechnologies.com>
2019-03-01Update git submodulesliangke1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 00c255862c383cceb71dc8343b4d833fc078d181 - upgrade onappylog version Change-Id: I0e0bcd43cfd3ad815d7e059b0abb5aaf43afcbfb Issue-ID: MULTICLOUD-481 Signed-off-by: liangke <lokyse@163.com>
2019-03-01Update git submodulesKanagaraj Manickam k003651061-0/+0
* Update docs/submodules/cli.git from branch 'master' to 3b7ac0faaec43dd4785ec78a3e0b27949eb77dbf - Increase the grpc version 1.0.3 Issue-ID: CLI-129 Change-Id: I5ac586e7b45a78e0379775c459a023cefd89f56e Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> - Fix the code vulnerabilities Issue-ID: CLI-129 Change-Id: I441d7897c2e47b8eda13775d66327401656300ba Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2019-02-28Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'master' to c63666f4fe294f2dfcf5555725f7202948e46810 - Merge "DG bugfix" - DG bugfix fix vnf and vf-module unassign to clear MD-SAL Change-Id: If4b9797fa3f206f299bc37fcfb1d68d7bd59241f Issue-ID: SDNC-676 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com>
2019-02-28Update git submodulesxufeiliu1-0/+0
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master' to eb7a73a1ed6fac775dc09dc581d11367e4262598 - rm pkcrypto, CommonLogger.config, update version Issue-ID: CCSDK-794 Change-Id: Iaeac587a9697945eb9525d31fa950aea3594e187 Signed-off-by: xufeiliu <xl085b@att.com>
2019-02-28Update git submodulesweinstock, alan1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to be2459f663a3454084498d5e1c8f07f85bbe8d0e - [VNFRQTS] Add Reqs for VIPs on Internal Networks Change-Id: Ia0c61bbabb8a83a05b1dc203738c5e7cf261eedd Issue-ID: VNFRQTS-558 Signed-off-by: weinstock, alan <aw2574@att.com>
2019-02-28Update git submodulesSonali Das1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 376d65c71a373060fc31023cbd42d0751ee0c3a8 - Changes for design service Issue-ID: APPC-1342 Change-Id: Iff66ff977b7ca6bbe0e83fa467b72d253d9200b8 Signed-off-by: Sonali Das <sd394g@att.com>
2019-02-28Update git submodulesSudarshan Kumar1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 43a3aa0b19516eb491f5fd4e9e9dccafb78d4640 - Added Junit Class For LicenseModelBuilder.java Added Junit Class For LicenseModelBuilder.java Issue-ID: APPC-1372 Change-Id: I9acb703ccec2775c5c64e0be3a14ea93eb85b868 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-02-28Update git submodulesJoss Armstrong1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 15e930973a9de66dda48afa639b31188061f9bd1 - Test coverage in AppcProviderLcm Increased coverage from 74% to 100% Fixed Sonar major issue for branch coverage Issue-ID: APPC-1509 Change-Id: I8d487b295af7930dfcf917970f9806ac37023853 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-02-28Update git submodulesGanesh Chandrasekaran1-0/+0
* Update docs/submodules/appc.git from branch 'master' to ae2f3f4355508fc1550f9e4741b70aaf719f3a01 - added GetTemplateConfig_Saltstack DG Issue-ID: APPC-1101 Change-Id: I185caa7cbd23cf5ce7973d74f9b9cde896267433 Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
2019-02-28Update git submodulesGanesh Chandrasekaran1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 7efaa78b64c8c9fb9962beb06831041a703945b9 - added new saltstack-adapter-1.0 DG Issue-ID: APPC-1101 Change-Id: Id5df4a856f73dddcecf7f4751ed07bdfceadf85a Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
2019-02-28Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/apex-pdp.git from branch 'master' to ee74a146a62de39228a2f7128c00c419d1102792 - Merge "Increase test coverage for plugins-executor-jython" - Increase test coverage for plugins-executor-jython Add junit test cases into apex-pdp/plugins/plugins-executor-jython Issue-ID: POLICY-1523 Change-Id: I2545a9cefc6b4b9a53200b98081ddd8bc8274b40 Signed-off-by: ning.xi <ning.xi@est.tech>
2019-02-28Update git submodulesSteven Wright1-0/+0
* Update docs/submodules/vnfrqts/requirements.git from branch 'master' to 70320157b8aff7d1aabfa826bb6734d52b9dc672 - Merge "VNFRQTS - Point download to nexus" - VNFRQTS - Point download to nexus Change-Id: Ib1e0df413b5f38172f1c56b57da760136d76cb7f Issue-ID: VNFRQTS-536 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
2019-02-28Update git submodulesJorge Hernandez1-0/+0
* Update docs/submodules/policy/apex-pdp.git from branch 'master' to 50f6a666c5072c94fd5741415096ebe5ffe453dc - Merge "Fix checkstyle problems on sonar fix" - Fix checkstyle problems on sonar fix A sonar fix brought in some minor checkstyle issues. This review fixes those. Issue-ID: POLICY-1535 Change-Id: I4f9d66ffc0a4fcc8901d7e18bfb21a1d1cf135b7 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-02-28Update git submodulesArielk1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to e0c98681f9fcbae59eab32822784ae95c4768d40 - fix artifact delivery id implementation Change-Id: Ib2dc33852ff86ec0fd789b74e6a1fd7d9a50e798 Issue-ID: SDC-2084 Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
2019-02-28Update git submodulesLiam Fallon1-0/+0
* Update docs/submodules/policy/apex-pdp.git from branch 'master' to 605003e9938f38ca7dfdda3d637daf2e9ccc67e2 - Merge "Update INFO.yaml Liam's email" - Update INFO.yaml Liam's email est.tech Issue-ID: POLICY-1556 Change-Id: I1088e64016a15161ec979bf8de1af35835fa3c83 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-02-28Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/distribution.git from branch 'master' to 793c1db47ae57311664db666b869f234a2b7874e - Update INFO.yaml Liam's email est.tech Issue-ID: POLICY-1556 Change-Id: I2d49ebac72911e59e0d0f12546652280593e0a26 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>