summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08Updated git submodulesInstrumental1-0/+0
Project: aaf/authz master 07c721465a0cc40d8e215cf5411bfd825b2c6b13 Faulty JUnit Issue-ID: AAF-617 Change-Id: Ib3060c832d3bc939609b1401db47826a659d6b52 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-08Updated git submodulesRob Daugherty1-0/+0
Project: so master eec3403e1439f536a2aaf89474a6d4b1ca08df29 11/7: merge casablanca to master Commit: dbb53cabbff772880134699eb81dee775d7df8df Subject: Send correct resourceModuleName Issue: SO-1178 Commit: d3759e15184562647ea83b92cf02140fc705cb0d by ss835w Subject: Update Regex Logic to take into account new scale out URI... Issue: SO-117 Commit: 5dadc2c5790c961a74085d3d10b6f5aec6b7ba30 Subject: Fix msb url in homing cloudsite Issue: SO-1180 Commit: 9a9b0fa23afe8d46171fe95f1090de5a7f701d3d Subject: Updated Reference data for AutoScaleOut Issue: SO-1174 Commit: 3178cad6c756140b18eb658277598e3e2d2d3dcf Subject: ConfigurationParameter is empty for scaleout Issue: SO-1083 Commit: 402bf528e9a796f6ce31ad36c16316c2b31acc48 Subject: Added Null check for gtConfigurationParameter Issue: SO-1179 Commit: fb6ab40a64e74876ba1f08c4d3bdb6a040c21b94 Subject: Bug fixes November 5th Issue: SO-1188 Commit: ce37ae979311ed4e55150426d477db262773beb0 Subject: Removed slashes and added catch block Issue: SO-1183 Commit: 16aa0b6cc42c7287fc080c81451e301c0acc14cf Subject: removed retry from rainy day table Issue: SO-1185 Commit: 2073a3b4c20965252c7f3a0c1aea8e4407e876fa Subject: Fixing scaleOut workflow looping issue Issue: SO-1182 Commit: 5ca364a5e975877244ee51796602043a4b078a23 Subject: Make homingBB optinal and fix homing process Issue: SO-1168 Commit: 1c554c3332ccf6be4e576e9159bbb0f901197379 Subject: bug fixing with reading dmaap message Issue: SO-1191 Change-Id: Id747bc05b791787f304316396bc5fcd20d350b6f Issue-ID: SO-1190 Signed-off-by: Rob Daugherty <rd472p@att.com> Merge "bug fixing with reading dmaap message" into casablanca Merge "Make homingBB optinal and fix homing process" into casablanca bug fixing with reading dmaap message Change-Id: I259337e866d1b401b574ba427219157dfc4987af Issue-ID: SO-1191 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Make homingBB optinal and fix homing process Properly defined whether or not to call homing at AssignVnfBB where by default homing doesn't get called, but if a homing solution is provided, then we resolve the solutions. The goal is to change the BPMN definition to use serviceTask rather than a scriptTask, allowing to use the Srping component to inject logic. Also we create a new HomingV2 component that is agnostic of the homing implementation, which goal is to route the homing request to the proper bbackend implementation; e.g. oof vs homing. Finally, we remove the un-needed variables set in the execution context. Change-Id: Ic9fb2a599c6375617c92a6d3462b62921ee47a6f Issue-ID: SO-1168 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Fixing scaleOut workflow looping issue Updated both GenericVnfHealthCheck and ConfigurationScaleOut BB with appropriate Exception catch block and added Exception unit test. Issue-ID: SO-1182 Change-Id: Ia29741a4a7d8e1bb759ace4fd888864141d224d6 Signed-off-by: Prema Bhatt <pb6115@att.com> removed retry from rainy day table Issue-ID: SO-1185 Change-Id: I6b972828d1a5b57cbfe532d0b8a79a3a10711b3b Signed-off-by: bb3476 <bb3476@att.com> Merge "Removed slashes and added catch block" into casablanca Merge "Bug fixes November 5th" into casablanca Merge "Fix msb url in homing cloudsite" into casablanca Removed slashes and added catch block Issue-ID: SO-1183 Change-Id: Ib8581393d782f078fc844cf96cbf7a0228133581 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com> Bug fixes November 5th building block validator test now passes added buildingblockvalidator process instance test Retrieve actual error from WorkflowExceptionErrorMessage when the error message is empty, not only when null. Propagate orchestrationStatusValidationResult values from BB to BB. corrected use of constructor for AaiUtil use AaiUtil method to create path for get call modified how allotted resource urls are constructed - Removed the findExistingVnfcInstanceGroup method. It is not required to check this because the vnfResourceCustomization is always a new object at this location. Enable multiStage VF Module Create processing only when aLaCarte flag is on. Change-Id: If8cf397a84abc290e67e287d5b2264dd226398bc Issue-ID: SO-1188 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com> Merge "Send correct resourceModuleName" into casablanca Added Null check for gtConfigurationParameter Change-Id: Icd21f579eebfe40b70344456420701fbc2408722 Issue-ID: SO-1179 Signed-off-by: Prema Bhatt <pb6115@att.com> ConfigurationParameter is empty for scaleout Mapping for ConfigurationParameter List was missing in BBInputSetupMapperLayer class. Added mapping and updated Unit tests and test data Change-Id: Ice8c7c30c97a5b8a8444a2243ddbea4d5fb036af Issue-ID: SO-1083 Signed-off-by: Prema Bhatt <pb6115@att.com> Updated Reference data for AutoScaleOut Updated building_block_detail Reference data and added entries into orchestration_status_state_transition_directive table for AutoScaleOut Change-Id: I19a2ea7e217c751be16be5784a8161aab4436285 Issue-ID: SO-1174 Signed-off-by: Prema Bhatt <pb6115@att.com> Fix msb url in homing cloudsite This change adds a getMsbHost method to homingUtils to enable correct configuration of the msburl used in identity_services for multicloud. Issue-ID: SO-1180 Change-Id: Ib7adecda98b1d5f5770e2d17a2e76c970619ab46 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Merge "Update Logic" into casablanca Update Logic Update Regex Logic to take into account new scale out URI and generate the UUID, Fix whitespace Issue-ID: SO-117 Change-Id: I1a3c3b31e18701fce3d622d501dd68efc7ab6969 Change-Id: I1a3c3b31e18701fce3d622d501dd68efc7ab6969 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com> Send correct resourceModuleName Issue-ID: SO-1178 Change-Id: I593ec7db0bac3e0b343bd0eb960977d0110fd9b8 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-11-08Merge "Update MultiCloud API reference"Rich Bennett1-1/+1
2018-11-08Merge "Add helm & k8s versions for casablanca"Rich Bennett1-7/+7
2018-11-07Add optf/cmso module in the readme docsvrvarma3-0/+6
Change-Id: I28115c660a4d02d8a294ca81ec86ad8ae092edea Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-394
2018-11-08Updated git submodulesGary Wu1-0/+0
Project: integration master 4ee737cff74c52411b1d2f1455e15055f176b7ab Merge "update sdc and work flow versions." update sdc and work flow versions. Change-Id: I613ca39e2d6a9f0251bc4ba9caa5d09a7ab4deb5 Issue-ID: SDC-1865 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
2018-11-08Updated git submodulesVijay Venkatesh Kumar1-0/+0
Project: integration master 7f8617faa586fd2fbe17d5a45008c25831f8a7de update DFC version Change-Id: Idfbedc4f25684a1a8c5a68d3cd7ee5f0b86602c8 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-946
2018-11-08Updated git submodulesBin Hu1-0/+0
Project: multicloud/k8s master b4a5ff60af9186f45f64f310d1d615da571c834d Merge "Fix start.sh script" Fix start.sh script The start bash script is used during development phase to quickly test some changes in source code. This script requires to get the IP address of the Consul database and export the image name. This change fixes those instructions Change-Id: I73c4c4be0a9476304bedcd4c62a723ff1ecc7f7c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-11-07Updated git submodulesInstrumental1-0/+0
Project: aaf/authz master 8cd88b8fbd5cdaa3fe796a11c0788ba202a808a3 Fix Proxy DELETE Issue-ID: AAF-617 Change-Id: I9c9380480eada84cf91effab9330eb0c81770b70 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-07Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 5915937baedda033ec6a558caa376d2d9cf3eaa7 Merge "Change proxy-mode from iptables to ipvs" Change proxy-mode from iptables to ipvs Kubespray uses iptables by default for implementing a form of virtual IP. Ipvs has better performance when syncing proxy rules than iptables. This change sets that configuration option. Change-Id: Idd054a786284c54ceee1770d7774975b0ed43430 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-11-07Updated git submodulesdglFromAtt1-0/+0
Project: dmaap/dbcapi master 87bf9245434ad317ea39a84a0099233197f3d7c2 Introduce useExisting query param for feeds/topics Change-Id: I0eb7000cff801a7fb622c70d4621458fe3574fed Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-878
2018-11-07Updated git submodulesJimmy Forsyth1-0/+0
Project: aai/aai-common master 6edb62395a4a18481ff851a218af3e570f085b4e Update API doc and custom query doc Issue-ID: AAI-1878 Change-Id: I597eed7bfc64f73b2ac4300ca63f77384e727813 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-11-07Updated git submodulesManzon, Inna (im453s)1-0/+0
Project: sdc/sdc-tosca master bc0945a600e11741b86524889740b701297c986f Update ReadMe file for 1.4.5 version Change-Id: Ic0019492ac0b8932084875a32164841ff4592ebd Issue-ID: SDC-1904 Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
2018-11-07Updated git submodulesJimmy Forsyth1-0/+0
Project: aai/aai-common master 84e5a3a494565d21fae0ea79b470b0ef7f31a6d6 Update API doc and add custom query doc Issue-ID: AAI-1878 Change-Id: I55d29b3a4ad6c5b4a641644a82fe1848b3a10b7c Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-11-07Updated git submodulesBenjamin, Max (mb388a)1-0/+0
Project: so master 61affc6311906aee71b16ee8632c1e7468cd1990 Catchup commits for Dublin added property for retry timer multiplier for testing Infra APIH table, fixed test assertNull condition. Infra APIH table, added tests for request-url = null. Infra APIH should write request_url to infra_active_requests. Return SelfLink URL on ServiceInstantiation SyncResponse. Added JUNITS. Added helper method to get AAI ResourceUri to faciliate unit test. Fixed code to correctly extract related generic vnf or vce id. updated unit test coverage for update network Handle REST NotFoundException for serviceInstance nodes query. Process should continue for new order request and throw exception only for SUPP request. Added disconnect functionality to the gw vnf test tool. Added conversion of vnf management option to dhv change speed sync subnet status with network update updated macroData vol assigned delete continue script Correct the name of DeleteVfModuleBB subprocess. fix the custom resolver to not convert int in string to int Write the returned value from Homing to gBBInput Use explicit conversion to JSON to read cloudConfiguration settings. added property for retry timer multiplier for testing avoid storing AAI yang models in execution added handlingCode to rollback test in workflowactionbb passed in alacarte flag to execute layer for rainy day added test cases for RollbackToAssigned rainy day hand added rollback to assign in catalog db rainy day hand Updated vnf adapter delete stubs to be a post for test. Added a javadoc to basic auth override method Added a check to not add blank headers to the headerMap in httpClient. Added check for if entity exist before calling readEntity. Fixed failing junits and updated way the body is obtained Added missing import statement for http client. Fixed mistakes and made updates caught during review. Removed post and httpPost methods from RESTClient and refactored references Refactored multiple http post references to use httpClient instead. Removed close connection method and randomized port in unit test Added http client unit test, coverage is currently at 90 percent Resolve conflict in sdnc adapter reste v1 method Began removing http delete and delete methods from RESTClient and aaiUtil. Removed http put method and executeput method, refactored references. fixed broken tests in the branch in jenkins build Fix Springboot 2.0 start up issues, and other issues added in implementation to generate self link if there isnt one removed dbcp2 from poms that still had them added rollbackstatusmessage to stub in testprocess added rollback_status_message to the schema sql file Added variable for rollbackStatusMessage Added rollbackStatusMessage to get response added rollback status message to archived infra request set rollback status message to successful on boolean added logic to split rollback and regular error message added rollback status message to infra active requests pushing the cloud config changes as well Added media type and fixed cast plural issue. Made various updated and fixes to code that was changed. Removed all no longer used RESTClient imports from classes Removed and refactored references for aaiUtil methods and all remaining RESTClient methods, removed RESTClient project and updated poms. Return canonical stack id on multicloud create Fix OOF Config Ingestion Fix variable to retrieve sdnc endpoint Prepare resources for service uuid req Fix swapped parameters for multicloud DELETE Update msb-java-sdk to resolve license issues cloud owner support for SDNC interface correlationId is now read from userParams Fix up request body of multicloud adapter body removed LinkedHashMap<?,?> from java classes Cut over logging project to release not snapshot Update unit tests, revert test code, fix comments Fix remaining number of Unit Tests, on avpn flow Fix JUNITS add callback url, fix BPMN issues Update SDNC interaction to support a-sync updated bpm assert import and corrected tests updated test case to be mockito 2 compliant additional changes to import statements and tests Change the place where the data for multistage gets set Update treatment of PENDING_ACTIVATION VF_MODULE CREATE entries to SILENT_SUCCESS to support first stage of multistage. Implement second stage of multistage design VF Module Creation removed LinkedHashMap<?,?> from java classes Removed SNAPSHOT from dependency Cut over logging project to release not snapshot Fixed failing BBInputSetup tests Update unit tests, revert test code, fix comments Updated apih tests to use networkInstanceGroup Updated ModelType enum and fixed compilation issues Fix remaining number of Unit Tests, on avpn flow Fix JUNITS add callback url, fix BPMN issues Implementation of the first stage of multistage design for VF Module creation. Update SDNC interaction to support a-sync no longer leave modified files after test runs Remove generated CSAR, that occurs during JUNIT Update Camunda Pods to use Flyway Migration in 1902 Updated hashcode method and removed comment. Added aggregate routes to the sdnw request and updated pom sdnw dependency. Began to set aggreagate route information for vrf configuration. modified remaining files with att-aic references Correct rollbackData setting and protect against potential null objects. correct AAIObjectPlurals enum value name Update POJO to use type URL for selfLink. Optional<URL> - construct SelfLink Url format. Construct SelfLink Url format from full Url. added missing properties to application-test.yaml fixed compliation error after merge of unit test restored files which should not have been deleted Fix SO vulnerabilities with cxf Fixing bpmn infra endpoint in so-monitoring yaml removed att-aic from codebase default cloud owner now configurable Set homingService in WorkflowAction Fix Java Ex in Homing Version should be 1.3.1 to release new dockers Pnf Spring Environment correction test property now has dynamic wiremock port removed test specific wiremock rule that was causing problems re-enabled and corrected integration tests for so-bpmn-tasks Test to get sniro homing v2 test working by splitting test suites for each spring application Reverted changes to old migration scripts.. Fixed spring context issue with test HomingV2. Removed unused import to fix compilation errors Fixed onap changes to homing, migrated homingV2 to homingBB, fixed broken junits again. - Updated isUseHttpsWithDmaapTest to check assertTrue rather than assertFalse. - Upgraded code to make the isUseHttpsWithDmaap configurable. It will default to true if no value is found in the config file. moved workflowaction test class to the test section added status message update for retry and rollback beefed up error message debug logging and req db msg added debug lines to workflowactionbbtasks reqdbcall Issue-ID: SO-1187 Change-Id: Iec1aff4ed30a43c0e0b2cdb06c28d8db8a99a830 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-07Updated git submodulesVijay VK1-0/+0
Project: dcaegen2 master 56f3194910de86e913ab6b0e804655d6e46f7559 update doc for dcae Change-Id: I766d925e6e5d63a365f4f2bd3e33a3a3c37fe233 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-11-07Updated git submodulesTal Gitelman1-0/+0
Project: sdc master 3edb71cfc640b32a7cea3ee0823350ef19dd7694 Error displayed on deleting VF/VFC - from Service Composition Change-Id: I48c2256b0584c69b94c870eefd834eaf2891f56d Issue-ID: SDC-1888 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
2018-11-07Updated git submodulesLovett, Trevor1-0/+0
Project: vnfrqts/testcases master 1248f5ddbb10f614c20ba85f2a91f3b8caefc11a VNFRQTS Linking to VNFSDK Testing Mapping Change-Id: Ia994ba66cac48895037bfc30005e103178f72689 Issue-ID: VNFRQTS-475 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2018-11-07Updated git submodulesLovett, Trevor1-0/+0
Project: vnfrqts/requirements master 0d5d97e1a128ff5a66a8f664c600fbe8b77fc778 VNFRQTS Updating release notes and metadata Change-Id: Icb6deeb8ab33469fc9544442cd6e336166a89783 Issue-ID: VNFRQTS-475 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2018-11-07Updated git submodulesMike Elliott1-0/+0
Project: oom master 0f282c08081ea538b1c49159a57eb2766f7372f2 Merge "Add missing naming policy for vFW_NextGen" Add missing naming policy for vFW_NextGen Change-Id: I3055262c43411462c962c50f22b95a2c86e48dc0 Issue-ID: POLICY-983 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-11-07Updated git submodulespau28821-0/+0
Project: logging-analytics master 8dd149c02d9cd8bb794fc3c823a26a1fd1c31b51 POMBA casablanca release notes Change-Id: If8bebd8c9e629db6b99d92e9c0dbb69204237ca3 Signed-off-by: pau2882 <prudence.au@amdocs.com> Issue-ID: LOG-756
2018-11-07Updated git submodulesGary Wu1-0/+0
Project: oom master e2449eb725d44c70030077a14930895a5fc5ecd7 Sync docker tags with release manifest Sync docker tags with the release manifest from integration repo commit 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7. Change-Id: If580d0000108ce9ff70ad128b9bc93bf4364376b Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-07Updated git submodulesrenealr1-0/+0
Project: aai/sparky-be master 206e44d57c0b1800abc2faf313a5c0c1b4945a8a update sparky with configurable features Allow end user calls and sync calls to be configurable expose the ability to set shallow entities configuration from a delimited string add proper exit condition for auto suggestion if the suggestible type list is empty enable a configurable domain add the ability to personalize html header and title Issue-ID: AAI-1874 Change-Id: Iec7183e0e82dba7f63780eeab824d000fe5f558c Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-11-07Updated git submodulesVijay Venkatesh Kumar1-0/+0
Project: dcaegen2 master 1de24161227f730902b68f4494b4dc7a66034e73 Merge "Adding PNDA documentation" Adding PNDA documentation Added link to PNDA Guide and resource estimates as well as updates to tables of properties. Change-Id: I52e14d7b2732f7c845bbec38cd3432793243ab3c Issue-ID: DCAEGEN2-733 Signed-off-by: Donald Hunter <donaldh@cisco.com>
2018-11-07Updated git submodulesLovett, Trevor1-0/+0
Project: vnfrqts/requirements master d3289e3c55cb2a255b8bb3be2193c84f7b9b3621 VNFRQTS Fixing out of date link on R-22346 Change-Id: If5da1ad97c7b65ab0f5d2f407899385d7a00dd4f Issue-ID: VNFRQTS-447 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2018-11-07Updated git submodulesWelch, Lorraine (lb2391)1-0/+0
Project: oom master 375bd6b005aa6afa3cae297b1aca09f5a3f6a583 Fixed license text. Issue-ID: PORTAL-466 Change-Id: I8ae36d7117acba3013e25b657260ea2368429321 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-11-07Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 6de77ecc35e8c5333be8d35f0f46ca5679ad8127 Merge "Remove exclusion of dme" Remove exclusion of dme Since upgrading to dmaap 1.1.9, the exclusion is no longer needed. This exclusion may have been the culprit to POLICY-698's problem. Thus, removing the added dependency that was put in to resolve it. This should now clear all the javax.jms inclusions which have license issues. Issue-ID: POLICY-1229 Change-Id: Iba5e9db9576a8a8ca685e2ddfb46369ff6118cf0 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-07Updated git submodulesWelch, Lorraine (lb2391)1-0/+0
Project: portal master 49d1b7109c9b7179ce9fd89696fe1ef8025e76a5 Fixed license text. Issue-ID: PORTAL-466 Change-Id: I1b533a9c70d4be92906c6425ae17deb963393d53 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-11-07Updated git submodulesBalaji, Ramya (rb111y)1-0/+0
Project: appc master af2fcc24fc53bf8bde0e38f2276d702d923c4b80 Added more logging to narrrow down issue Issue-ID: APPC-1231 Change-Id: I145c1309cb80b46477eca665ace5ce2358fac819 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-11-07Updated git submodulesAlexis de Talhouët1-0/+0
Project: oom master 34e852aa63e5c4a3e8e1daebc664e072c09f06ef Merge "Fix bad port variables in helm drools chart." Fix bad port variables in helm drools chart. Fix bad port variables in helm drools chart template if not NodePort Change-Id: I7b4aac5c7a9619115b2cc8fec4c022d53e1babbe Issue-ID: POLICY-1253 Signed-off-by: dgermain <daniel.germain@cgi.com>
2018-11-07Updated git submodulesStanislav Chlebec1-0/+0
Project: portal master ee3d2ddb7883237f4c107bc2eb5f6d9db83effdf Fix typos Change-Id: I9b8fbaf7ccfd20d5a7ec8075e47e40ae6671812d Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
2018-11-07Updated git submodulesGary Wu1-0/+0
Project: integration master 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7 Merge "Updated Docker Image Version" Updated Docker Image Version Change-Id: I00fa78d9f531ff979ccd5ca44f4f6204b3d5fe78 Issue-ID: HOLMES-181 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2018-11-07Updated git submodulesMichael Mokry1-0/+0
Project: policy/engine master c711715096ffc158fc8baa48fc90b147faf7f4c4 Fix issue with rendering 'identity' key in GUI Modified the java code to check dataOrderInfo format when getting data from model stored in the db table. Modified js code to check for type string when replacing 'equal-sign' with '=' in enum value list Change-Id: Iac804bc59da756f03073266703a684382d4afaff Issue-ID: POLICY-1243 Signed-off-by: Michael Mokry <michael.mokry@att.com> (cherry picked from commit 32d9ca08e62acee4239a2b02464bc332bebbaf32)
2018-11-07Updated git submodulesLovett, Trevor1-0/+0
Project: vnfrqts/requirements master cb971745cdc0a5082ea16bb7ea21756721c95c96 VNFRQTS Updating security requirements Change-Id: I71ae46277e1a832b462f37ccdb83159ac5e28033 Issue-ID: VNFRQTS-404 Issue-ID: VNFRQTS-369 Issue-ID: VNFRQTS-323 Issue-ID: VNFRQTS-357 Issue-ID: VNFRQTS-442 Issue-ID: VNFRQTS-485 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2018-11-07Updated git submodulesVijay Venkatesh Kumar1-0/+0
Project: dcaegen2 master 6d1532594970e90ced4e8cd6c4446097d4d85c26 Merge "Documentation update" Documentation update - document prh authN/authZ feature - broken linkage corrections - wrong formatting corrections Change-Id: Ie9bb86445712185ac4b9aebdbca75c629327d6fa Issue-ID: DCAEGEN2-960 Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
2018-11-07Updated git submodulesVijay Venkatesh Kumar1-0/+0
Project: dcaegen2 master 937c7b9fcc89015debe168ed05c91c84eff3d840 Merge "Add "Supported domains" section to HV-VES docs" Add "Supported domains" section to HV-VES docs Change-Id: I57843aa8663c4b253bd388f6ff12fd6fdb475daa Signed-off-by: jdudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-945
2018-11-07Updated git submodulesAlexis de Talhouët1-0/+0
Project: oom master 0a430747feda1604c674dc788f1b24e304854689 Merge "correct the license header" correct the license header based on LinuxFoundation suggestion, corrected the license header Change-Id: If739d31bdadf86a4de7875e2c700d65bac4d1a12 Issue-ID: APPC-1229 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-07Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 53d8916cc60d97e2ce7ae345f8cc25f5602567da Refactor unit test data There were many copies of test policies and examples strewn through the Apex unit tests. This change cleans up the unit tests so that a single version of all example policies is used in all tests. Also added a new relative file root command line parameter to Apex to allow the root of relative paths in configuration files to be set. Apologies for the size of this review but unfortunately all of this must be done in one shot. Issue-ID: POLICY-1252 Change-Id: Ibbb18fbf18e3897a1c61301d0a65e62bc643a0e9 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-07Updated git submodulesAlexis de Talhouët1-0/+0
Project: oom master 03134eec23717623f1e9efef5213dc5540b4ae8b Merge "Make INFO.yaml corrections" Make INFO.yaml corrections - Add David's information which was missing from the beginning. - Remove Mike's duplicated entry. Change-Id: Idae6bb122a6602a18f15722c707aa8e1655a1340 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-07Updated git submodulesAlexis de Talhouët1-0/+0
Project: oom master 76d02071f00c04937e34905e93084f5ea1816cc1 Merge "music-tomcat: Use "common.repository" framework" music-tomcat: Use "common.repository" framework Change-Id: Ifb19d7d59f8e0d2057174659ac3beb4f0b781d6d Issue-ID: OOM-874 Signed-off-by: Julien Barbot <julien@barbot.org>
2018-11-07Updated git submodulesAlexis de Talhouët1-0/+0
Project: oom master bf97fd81c2c7d3eefd9ce48d2d60c5b720cae086 Merge "Resolve issues creating POMBA DMaaP topics" Resolve issues creating POMBA DMaaP topics Change-Id: I25497f5c88304f36274d9226d42e8946c9800c80 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-794
2018-11-07Updated git submodulesHuabing Zhao1-0/+0
Project: aai/esr-gui master 87fa6ad968ad43587e0fde8c346e5e2df1fb4834 Revert "Fix esr security vulnerabilites" This reverts commit 2b609609b666715907dad476b8a1ffaaa6f33989. Issue-ID: AAI-1879 Change-Id: Ie1bb804778a36e84be02e82a618df70da4d4c6ae Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-11-07Updated git submoduleselinuxhenrik1-0/+0
Project: dcaegen2 master fcd786b0c6fd8de7819669b6fbefcab3993bf680 Add link to new DFC documentation Change-Id: Ib6b9750ebdf138b55add7a1cdcb83b0b8d52a428 Issue-ID: DCAEGEN2-876 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-11-07Updated git submodulessebdet1-0/+0
Project: clamp master ac4958ae6d30e60c5cf0bd66ce8f3c79191c6726 Remove XACML Remove XACML from dependencies due to licensing issue Issue-ID: CLAMP-245 Change-Id: I5e325d13546369c7748736d56382b95c97c922df Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2018-11-07Updated git submoduleszhangab1-0/+0
Project: usecase-ui master 5068ef4e733342d03d30ad895e5dcbeb4b6390b1 Support NS Package Upload for VF-C Change-Id: Id5818d125ca7ed54079ae05df93100df9d43da13 Issue-ID: USECASEUI-156 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
2018-11-07Updated git submodulesfujinhua1-0/+0
Project: vfc/nfvo/lcm master 16e8e22821c23a3a43d89bc8133c5a41de1b110b Update version from 1.2.0 to 1.2.1 Change-Id: I69a6b43752257adad57c48287a8b17f7e1f05670 Issue-ID: VFC-1163 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-11-07Updated git submodulesAreli, Fuss (af732p)1-0/+0
Project: oom master 307fdc7ba74c535cc0b9f15b530ff621c70c948c Add SDC DCAE helm charts Add SDC DCAE helm charts Change-Id: I2b665a2a957274719a3eefad347951a1361d5064 Issue-ID: OOM-1113 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-11-07Updated git submoduleszhangab1-0/+0
Project: usecase-ui master 3cc445834dd33209256b32f5643ec6c7e20ad2a4 Fix VNF Performance Query Bugs Change-Id: Ieb296116f454e8134bb3c43703f6515a58d9cc0a Issue-ID: USECASEUI-166 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
2018-11-07Updated git submoduleszhangab1-0/+0
Project: usecase-ui master 95125af4d61d498f008f19616d5afaa07e52759e Fix VNF Alarm Query Bugs Change-Id: I52b95605d164d7d72ebfb60732c177bfb40eb200 Issue-ID: USECASEUI-165 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
2018-11-07Updated git submodulesvempo1-0/+0
Project: sdc master a706d714e2d0f308abe6fea01f091a1c5a1fe5ee Removed compile-helper-plugin Change-Id: I4d10879ac3195e25b8a2c97776c59241a25338a8 Issue-ID: SDC-1861 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>