summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-01-12Updated git submodulesSteve Smokowski1-0/+0
Project: so master 1771c8f9870688efdf8a4086cda3fdb872d9ccd4 Merge "removed retired A&AI versions from codebase" removed retired A&AI versions from codebase removed retired A&AI versions from codebase Change-Id: I3e0a185ad1020c91be2fa3df7a509fde2a83c4cd Issue-ID: SO-1385 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-12Updated git submodulesSteve Smokowski1-0/+0
Project: so master 0d0590405f93472866a910a8f4164781844e9101 Merge "Miscellaneous fixes" Miscellaneous fixes updated common pom to use aai schema version 1.4.1 removed handle sync error from SDNCHandler bpmn flow added mso-request-id to in mapping of delete vnf flows moved temporary test file to temporary folder Removed obsolete genericVnfNode parameter from updateGenericVnfNode sorted vfmodules by base last for negative action reqs Change-Id: I7a5018d67292cfaac8d923ac3bd9b27ed037be57 Issue-ID: SO-1382 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-12Updated git submodulesSteve Smokowski1-0/+0
Project: so master 6d374cb95381eeba807689f09abeca5ccd79fc9a Merge "explicitly type defs and strings for templates" explicitly type defs and strings for templates explicitly type defs and strings for templates Change-Id: If4af5b0cdf086cd0d30277d1e835e2aa7c8e7f9c Issue-ID: SO-1386 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-12Updated git submodulesSteve Smokowski1-0/+0
Project: so master 63bc6e9bc847b88b23a65134235382f57045b081 Merge "naming ms client fixes" naming ms client fixes Fixed failing unit test for request object builder Added throws declaration for IOException Changed endpoint to point to wiremock Added exception handling for httpstatuscode Reverted changes to validator Added exception handling for response from naming mS Changed how element object properties are set Changed yaml to point to naming mS dev env Began adding unit tests for naming client Change-Id: Ic753e0dbaed52065ff5c0dfc9a59a726fdbdc642 Issue-ID: SO-1387 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-12Updated git submodulesSteve Smokowski1-0/+0
Project: so master 27700f4f844a34888892f80e1c0d7e4b2232fdfe Merge "validation for vnfs before WorkflowAction starts" validation for vnfs before WorkflowAction starts Removed accidental merge markup from WorkflowActionBB Addition of prevalidation to WorkflowActionBB. Implement more JUnits for validation methods. Implement verification of deleteInstance workflow for VNR configuration dependencies. Added a validation mechanism on a workflow level to check for valid actions. Change-Id: Icb2859c3b8ece534d4e9831ca5f48a15dfaef58d Issue-ID: SO-1379 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-12Updated git submodulesBenjamin, Max (mb388a)1-0/+0
Project: so master e14ccb3d8d026a3f6a8005b4a41beed42861e1a4 added id when calling SDNCHandler subflow added mso-request-id when calling SDNCHandler subflow Change-Id: I4b8f56ab5623236528b1c6031af616c8724dd716 Issue-ID: SO-1389 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-12Updated git submodulesezhil1-0/+0
Project: appc master a150e98e563138d5d0ed6d87fa0d32c57efe5f85 Fixed sonar issue in ProviderAdapterImpl Change-Id: I0a2e6f4ad94ad3c172ca15b0111892d38b188a55 Issue-ID: APPC-1299 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-11Updated git submodulesMunir Ahmad1-0/+0
Project: ccsdk/distribution master df56c579a469fbf81efd164b8b77bcef46618aaa Enable the installation of TemplateNode feature Change-Id: Ic037a8b2168a81c1d73868290f10fe043e9133f3 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Issue-ID: CCSDK-923
2019-01-11Updated git submodulesAlexis de Talhouƫt1-0/+0
Project: oom master a639558e6e8d6c20b42af1109fba92c66fc3b723 Merge "[LOG-404] adding data-dictonary config" [LOG-404] adding data-dictonary config Change-Id: Ie786aa3d9d3094409c48a741064d39facd3a6f94 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com> Issue-ID: LOG-404
2019-01-11Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 3b8e95674682403c4e43ca985964ab86226686c0 Fix for unit tests in appc-data-access-lib Increased test coverage from 32% to 82% Removed PrepareForTest annotation from class under test Issue-ID: APPC-1324 Change-Id: I58f7e495d0405d994132eea20ebae248d8887238 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-11Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 0278639c0db548c54c81aecd1cce8b05f2c5a6dd Fix unit test with @PrepareForTest annotation Removed annotation and fixed tests. Increased package line coverage from 50% to 88% Issue-ID: APPC-1323 Change-Id: Iae5441e5e6243755f8ec6ab178668a5c985eaf6a Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-11Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: ccsdk/parent master c04206a0d20db82417ebe9ede37441c6d9681cd3 Break dependency loop Removed import of CCSDK repo artifact BOMs from parent poms to break a dependency loop. Including those meant that, when rolling to a new release version, we'd have to touch parent twice: first, with the 'old' version of CCDSK repos (since they're not built yet), and then after they're built, we'd have to update parent poms to import the rolled-version of the repo BOMs. And after that, we'd need to re-merge all the repos, so that they are compiled against the correct version of sli core. Change-Id: Id10c29e3f321defb1b911de894cf045693ef90cc Issue-ID: CCSDK-939 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-11Updated git submodulesTomasz Gwozdecki1-0/+0
Project: so master de5958dddd97b086ec8b603974f434fd814386ac junits for MsoTenantUtilsFactory -Added new test for MsoTenantUtilsFactory Change-Id: I9ba756a1f1c569dc7d0c1528272cca1ccfe3aad4 Issue-ID: SO-1339 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2019-01-11Updated git submodulesJames MacNider1-0/+0
Project: oom master de248c3afe78f01e955375dac18edd742a5943de Merge "adjust rtd doc for deploy clusters" adjust rtd doc for deploy clusters Change-Id: If5447aacc00f1631c3805d4aef7d5b5ab915d105 Issue-ID: OOM-1530 Signed-off-by: Michael O'Brien <michael@obrienlabs.org>
2019-01-11Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 2e30d8c1127757d6557f142ff0288fb65412bf7a Use parent version of Eclipselink Issue-ID: POLICY-1360 Change-Id: I33d8cef3f5d273c0c2a93ecda321205316aea6de Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-01-11Updated git submodulesLukasz Muszkieta1-0/+0
Project: so master 0f968235ec471225bb47be7268c73e845601c826 fix jenkins master build Change-Id: If263db591b98af62d9d49d75c602bd5c7966f1e4 Issue-ID: SO-1375 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-01-11Updated git submodulesJoss Armstrong1-0/+0
Project: appc master a1482e86dfea4360b1d8338ca7a0f1c5dee52b1a Add code coverage for metric-service-policy code Increased line coverage from 0% to 79% Issue-ID: APPC-1321 Change-Id: I79f65d97055248b73da875e9591bd2c6e86afca4 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-11Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: ccsdk/distribution master ea65269f135a9196b0dfcc6195d6a9bd915f998c Prepare for release build Prepare for release of early ODL-Oxygen based CCSDK Dublin Change-Id: I8f725533def2c2bec8e37af86ee2657d125a50e0 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-11Updated git submodulessebdet1-0/+0
Project: clamp master 5dea22255fc131d5c2b0348986bfc75c56d17097 Add user guide Add user guide to the ReadTheDoc pages, this is still a draft Issue-ID: CLAMP-257 Change-Id: I9b1feb9af3749b262ad42518110280b21df7e610 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-01-11Updated git submodulesByung-Woo Jun1-0/+0
Project: so master 06fd38e2881fc169ac6726986a2658b38d50dd70 Merge "update the SDC client APIs" update the SDC client APIs Issue-ID: SO-1337 Change-Id: Iafd90debd2410e5dcbd55dba8a2c33018e4ecf6d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-01-11Updated git submodulestianxing1-0/+0
Project: vfc/nfvo/lcm master 67c12b98f947f09c2dab3778eef6de73f6666db0 separate ns-inst Change-Id: I794a65fe540848046ed93aaa02347ecc7a8d8216 Signed-off-by: tianxing <15210838572@139.com> Issue-ID: VFC-1234
2019-01-10Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: ccsdk/parent master 79ddeb64d15861ad52d6f31d52fd7c61b9c2ade3 Update parent poms for Fluorine Update parent poms for OpenDaylight Fluorine Change-Id: If7f81edc9f65b0169fe25bbd4f4b8b52cd874250 Issue-ID: CCSDK-861 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-10Updated git submodulesdglFromAtt1-0/+0
Project: dmaap/buscontroller master 6ad19dfa4294276523d556b5795e7f35f1623d59 Initial version for Dublin Includes several changes in dbcapi for ECOMP patchset 2 references dbcapi SNAPSHOT Change-Id: I8b12986dc59df9f259c1259d375cc41d9777d463 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-856
2019-01-10Updated git submodulesst782s1-0/+0
Project: oom master dfb906669e2e80b6e76e446602b25b101771ff1f MariaDB startup issue Issue-ID: PORTAL-399 Change-Id: I7fd4fbbb0707e0b00d652eca812f4079a3f10a59 Signed-off-by: st782s <statta@research.att.com>
2019-01-10Updated git submodulesezhil1-0/+0
Project: appc master 67279c0983c0a010e84d58a83f6bfaeefc304d95 Added JUNIT test for PreCheckOption.java Change-Id: Id50d6b00a1c86ca5a350dc0f5f36f0decc28d413 Issue-ID: APPC-1314 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-10Updated git submodulesManzon, Inna (im453s)1-0/+0
Project: sdc/sdc-tosca master e10154ff631cf86a978899db8533e86bbc0e658e SDC Tosca Parser getEntity API Change-Id: I7cb1acfcfacd3c58eae52995523b1e55e7302144 Issue-ID: SDC-1967 Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
2019-01-10Merge "Updated: Typo Issue-ID: DOC-373"Rich Bennett1-2/+2
2019-01-10Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 8db0a40746925ffdd98c6b6718a05e31d17fc755 Merge "Refactor docker-compose variables" Refactor docker-compose variables The default environment variables required by docker-compose.yml file was exported to .env file to have better control on them. Change-Id: I52408cbf6e6918621a10158866d899d5f66a47eb Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2019-01-10Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 78316e2f313b414e224113150f80140dc0dc12e1 Bump vagrant version to 2.2.3 Change-Id: I177d1e8ee849bab57fcf313f849c4f4c0e5ff511 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2019-01-10Updated git submodulesMichael Lando1-0/+0
Project: sdc master efc185c60153bed4988abbb159e2103ec7653f83 Add new test cases to GroupBusinessLogicTest. Added new test cases on top of existing test cases. Issue-ID: SDC-1774 Change-Id: I7012d427c58d46e1d91f7f9e7994b131faa8bb10 Signed-off-by: isaac.manuelraj <isaac.manuelraj@huawei.com>
2019-01-10Updated git submodulesisaac.manuelraj1-0/+0
Project: sdc master c8e1fa30e88ff067e1beeb61e4bee062f5f68b83 Add new test cases on existing class. Added new test cases on top of existing test classes. Issue-ID: SDC-1774 Change-Id: I2025ea57ab61df6955eed7b409e720583a8bdcff Signed-off-by: isaac.manuelraj <isaac.manuelraj@huawei.com>
2019-01-10Updated git submodulesTal Gitelman1-0/+0
Project: sdc/sdc-tosca master 67f39f670bd700878d11759ef5f0a91e674261f8 yaml indentation fixed Change-Id: I9cd83d40053a4bd0d6cfc1c6a8a5c029b33f8b52 Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
2019-01-10Updated git submodulesChandan Ghosh1-0/+0
Project: msb/java-sdk master dc2f42a535e75642cd98f349808bd5c9aef6f488 Removed unused import Removed Unused imports Issue-ID: MSB-310 Change-Id: If0f215f48f84a57c10c4f335568f974ff615ae40 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2019-01-10Updated git submodulesIttay Stern1-0/+0
Project: vid master 659874df80409170e57b6dd6197eb3a81eb3468e Merge "Merge from ECOMP's repository" Merge from ECOMP's repository Main Features -------------- - Async-Instantiation jobs mechanism major update; still WIP (package `org.onap.vid.job`) - New features in View/Edit: Activate fabric configuration; show related networks; soft delete - Support AAI service-tree traversal (`AAIServiceTree`) - In-memory cache for SDC models and certain A&AI queries (`CacheProviderWithLoadingCache`) - Upgrade TOSCA Parser and add parsing options; fix malformed TOSCA models - Resolve Cloud-Owner values for MSO - Pass X-ONAP headers to MSO Infrastructure -------------- - Remove codehaus' jackson mapper; use soley fasterxml 2.9.7 - Surefire invokes both TestNG and JUnit tests - Support Kotlin source files - AaiController2 which handles errors in a "Spring manner" - Inline generated-sources and remove jsonschema2pojo Quality -------- - Cumulative bug fixes (A&AI API, UI timeouts, and many more) - Many Sonar issues cleaned-up - Some unused classes removed - Minor changes in vid-automation project, allowing some API verification to run Hard Merges ------------ - HTTP Clients (MSO, A&AI, WebConfig, OutgoingRequestHeadersTest) - Moved `package org.onap.vid.controllers` to `controller`, without plural -- just to keep semantic sync with ECOMP. Reference commit in ECOMP: 3d1141625 Issue-ID: VID-378 Change-Id: I9c8d1e74caa41815891d441fc0760bb5f29c5788 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-01-10Updated git submodulesJoss Armstrong1-0/+0
Project: appc master fede312b74f6caa7b5437a419b8d05a8eeffedf6 Test coverage in appc-dg-ssh Increased line coverage from 49% to 93% Issue-ID: APPC-1313 Change-Id: I2f27742fd996cd6d07668fd61c887e29f2140818 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-10Updated: TypoManish Kumar1-2/+2
Issue-ID: DOC-373 Change-Id: Idc1b104fae05cef15797e742dc69f420946c2708 Signed-off-by: Manish Kumar <manishjpiet@gmail.com>
2019-01-10Updated git submodulesYuli Shlosberg1-0/+0
Project: sdc master a4eeb110b076672b3bb88f5e2f3420ae70c78f38 Add restriction filter to onboarding Change-Id: Ief36760c8d89ac3443c8b12bfdef09c2f83abfc3 Issue-ID: SDC-2039 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2019-01-10Updated git submodulesliboNet1-0/+0
Project: policy/distribution master 2fd83c1b4dc05314d57503c6ba647b88326003d2 Fix Noncompliant usage sonar issue remove the Thread.sleep about such noncompliant usage rename the funciton name for codestyle's alignment Change-Id: I71b66143d7d68fa58a1a60de70e1836fde7df8c4 Issue-ID: POLICY-1256 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master 561d678e8e7816d93efc44d1027dac29691ebb0b Merge "Sonar fix: Delg.java" Sonar fix: Delg.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-706 Change-Id: Iae525eb997f3352bfc8b7f3d74a835322f212d36 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master 39f03153776f3a43920fe1c09343521605c6076a Merge "Sonar fix: List.java" Sonar fix: List.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-705 Change-Id: Ic307532bc2fc070db0f00154fc3c36afe02003a6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master 090acbcef87835a9801f98219192099b4efe15b0 Merge "Sonar fix: NS.java" Sonar fix: NS.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-704 Change-Id: I2eba51c5bdaa61a417f0ecbbe797109ab6476e5e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master b78300b4b938199b30e82306bb47630e3ed6fa2b Merge "Sonar fix: Attrib.java" Sonar fix: Attrib.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-703 Change-Id: Ief95bc3d1e2fd0e0298be0bde915aa139e6dc117 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master b0f370dec7c6c8f34817da900a883348e52e7aae Merge "Sonar fix: CreateDelete.java" Sonar fix: CreateDelete.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-702 Change-Id: I715163242fe7a7659962ea01fd2594bd0e01dbbd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master d99b47cb1683487f438c0246cdae98d314f5866e Merge "Sonar fix: ListUsers.java" Sonar fix: ListUsers.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-700 Change-Id: I8f1ed095b8bbf21294c0bcbf4621b876a63b36d7 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulesJonathan Gathman1-0/+0
Project: aaf/authz master 0f86727cb7c3b5efb90550d26b7449cd9829825f Merge "Sonar fix: Mgmt.java" Sonar fix: Mgmt.java Fixed sonar issues/code-smells across this file Issue-ID: AAF-699 Change-Id: I2dc07161c2eae932dfdddeb16749c67b5c8b904f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-10Updated git submodulestianxing1-0/+0
Project: vfc/nfvo/lcm master 1209a7d087deed8b73385006a4e671fcbd48ba7f separate ns-create and test create function Change-Id: I7201678da038c1e66a473293b9b063464e25e63b Signed-off-by: tianxing <15210838572@139.com> Issue-ID: VFC-1232
2019-01-09Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 670feaeaa8695d139e326b635c1f6bd1aa5e0dcf Test coverage for appc-provider-topology Increased line coverage from 0% to 86% Issue-ID: APPC-1317 Change-Id: I2297634d50a389c8c250981656e00a9bb2741ea3 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2019-01-09Updated git submodulesezhil1-0/+0
Project: appc master 2c496bab6f10006b28ec1aefae7b88ebd96ae437 Added Junit test file for ActionIdentifier.java Change-Id: Ia9a2a0df159448354ed094875e5ba16316a87432 Issue-ID: APPC-1315 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-09Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master cff079a8dc3eeaf4e88c0e89a828fe4244a1b3c8 Fix context clearing on model upgrade Existing context is cleared when a model upgrade is carried out on an Apex PDP. The clear() method is called in error on the Apex engine during the upgrade. This change also has some small updates to the DecisionMaker example, which is used to test this feature. Issue-ID: POLICY-1395 Change-Id: I547a3a60712d1572d9daadf5eab4afcae2a5c321 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-01-09Updated git submodulesezhil1-0/+0
Project: appc master 751f4579038f62c4c9c6419adca253203f68aefe Added test file to Transaction.java Change-Id: I75419387c7b36790c5e41f9577672bcb1c65eba4 Issue-ID: APPC-1307 Signed-off-by: ezhil <ezhrajam@in.ibm.com>