summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Update version to 1.2.21.2.2Dileep Ranganathan2-3/+3
Update maven artifact verion to 1.2.2-SNAPSHOT Update docker image version to 1.2.2 Update oparent-python to 1.2.1 release version Change-Id: I804737ba09481a4704656101b8361482b5e0553f Issue-ID: OPTFRA-370 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-08Retrieve secrets using Secret Management ServiceDileep Ranganathan7-20/+59
Integrate with OSDF by retrieving stored secrets using SMS Application code remains in tact as the secrets are preloaded and stored in config. The configs in clear text will be deprecated eventually. OOM needs to load aaf-sms and preload secrets before oof deployment. Updated to use domain name instead of domain uuid. Change-Id: I88a3c3dd2ad87753cc056fb63c8bbabd546707ab Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-02Merge "Dockerize osdf simulators for csit"Dileep Ranganathan6-28/+110
2018-10-01Dockerize osdf simulators for csitvrvarma6-28/+110
Dockerfile modifications Adding intellectual property headers Fixing simulators for policy, add policy name, etc. Fix the hpa policy files based on the comments Change-Id: I337e3200cc92fc1f205bb6e6151620968fc59c7e Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-286
2018-09-28Merge "Fix string to refer external AAI network"Dileep Ranganathan1-1/+1
2018-09-28Merge "Policy model for PCI optimization"Dileep Ranganathan1-0/+54
2018-09-27Fix string to refer external AAI networksubhash kumar singh1-1/+1
Fix string to refer external AAI network to "ext-aai-network". Change-Id: I2c3325131c0470f33c426012e99d2150d626ee67 Issue-ID: OPTFRA-334 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-09-26Merge "Disabling policy retrieval for pci opt"Dileep Ranganathan5-24/+40
2018-09-25Fix get route operationsubhash kumar singh3-62/+71
Fix get route operatiaon for CCVPN use case. Change-Id: I57784a611744d3112e48f41ff742b01d557a4644 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Issue-ID: OPTFRA-334
2018-09-20Disabling policy retrieval for pci optVarma, Vikas5-24/+40
Fixing the pci optimization response. Disable policy retrieval until the policies are loaded. Fix merge issues with optfapp.py Change-Id: I2acb82aac1cd6d154abf37f58755016bc377e475 Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-342
2018-09-20Update sample response and resolve directivesRuoyu Ying7-45/+369
Update the sample conductor response and add name_map to resolve directives. Also updated functest payload and localpolicies with the new policy model. Change-Id: I5255c40fb714558261efffabbdf44da535171cbf Issue-ID: OPTFRA-322 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2018-09-20Policy model for PCI optimizationChayal, Avteet (ac229e)1-0/+54
Initial version of tosca model for pciPolicy Issue-ID: OPTFRA-342 Change-Id: Iaa935ef1801768eec049f694826ee34446fe4f6f Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
2018-09-19Add Optimization policy for hpa_scoreDileep Ranganathan3-1/+13
Added policy for hpa_score optimization function for vCPE with weights. Change-Id: Ic6f3081510cbe94c519bcb7b2a7a99137bc29e12 Issue-ID: OPTFRA-313 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-19Merge "Changes while processing optimation policy"Dileep Ranganathan1-2/+3
2018-09-19Merge "fixing a bug for aaf authentication"Dileep Ranganathan2-2/+19
2018-09-19Changes while processing optimation policyChayal, Avteet (ac229e)1-2/+3
Generalize the logic that fetches the "parameter" and "resource" fields while processing optimization policy Issue-ID: OPTFRA-354 Change-Id: Ic84f837b63d430a9adabf4a17d0b396ff1e8ac54 Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
2018-09-19CVS changes for osdf placment apiChayal, Avteet (ac229e)6-238/+373
Implemented ONAP Common Versioning Strategy Issue-ID: OPTFRA-285 Change-Id: I31df699afddbeb8962b2ca0fa501eff45f70ed5d Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
2018-09-19Initial checkin for pci optimization codeVarma, Vikas1-0/+19
Change-Id: I1ed1c2d6d73161eae86aefd22ea3819fa80b8b40 Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-342
2018-09-19fixing a bug for aaf authenticationVarma, Vikas2-2/+19
Change-Id: Ic35f014a2bc9cf979dc533d496356c962e972bf4 Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-339 Signed-off-by: Varma, Vikas <vv8305@att.com>
2018-09-19Initial checkin for pci optimization codeVarma, Vikas22-4/+762
Change-Id: I6fe8ad471f8ad68a964664b910f02bd8a9766639 Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-342
2018-09-17Merge "Secret Management Service feature"Shankaranarayanan Puzhavakath Narayanan7-0/+268
2018-09-14Add unit test cases for aaf auth apiVarma, Vikas4-1/+169
Change-Id: I611f3fc8dcfe9570d3202bb1473f163168d22d7c Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-339
2018-09-14Secret Management Service featureDileep Ranganathan7-0/+268
Added supporting library required for enabling SMS integration. Added Unit tests and manual tests for store/retrieve/delete secrets. Added AAF cacert, preload_secrets config for testing. Integration with application NOT Done in this patch. Change-Id: Ic2be41f825b327064127fbf83f9e1057a68f19c2 Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-14Merge "Update policy model for HPA policies"Shankaranarayanan Puzhavakath Narayanan1-1/+30
2018-09-13Update policy model for HPA policiesRuoyu Ying1-1/+30
Remove 'flavorLabel' attribute inside policy model. Add 'id', 'type' and 'directives' inside the structure. Also add 'directives' structure under flavorProperties Change-Id: I9c947481b2307553fadc716811d4ed9756a46182 Issue-ID: OPTFRA-340 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2018-09-10Python implementation of the aaf cadi clientVarma, Vikas4-1/+118
Change-Id: I0cae202775361f221a7d8774254febfaf0a4bbac Python implementation of the aaf cadi client Change-Id: Icd31276a908eaf72ab30fc04e1d2a4715817a5b6 Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-339
2018-09-08Merge "Add credentials for VFC placement request"Shankaranarayanan Puzhavakath Narayanan1-0/+4
2018-09-08Merge "Fix return message format"ramki krishnan2-44/+54
2018-09-07Add credentials for VFC placement requestVarma, Vikas1-0/+4
Change-Id: I74ae1c1821ca4fabdf82a55c74f91f56d88d3703 Signed-off-by: Varma, Vikas <vv8305@att.com> Issue-ID: OPTFRA-338
2018-09-06add swagger docFrank Sandoval2-306/+593
Issue-ID: OPTFRA-282 Change-Id: I50a760e85f3df9c5861ed1f9aa7275bbb9b231a6 Signed-off-by: Frank Sandoval <f.sandoval-contractor@cablelabs.com>
2018-09-04Upgrade OSDF version to 1.2.11.2.1Dileep Ranganathan2-3/+3
Bump verion of docker images, pom.xml, and oparent-python to 1.2.1, 1.2.1-SNAPSHOT and 1.2.0 respectively. Change-Id: Ic4a631ac5b6a5480fabb0e2bc02d308b72152ab9 Issue-ID: OPTFRA-257 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-03Fix return message formatseshukm2-44/+54
Change-Id: Ia52cf0675449fdabdaba33928daa0cbcd99df781 Issue-ID: OPTFRA-334 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-09-01fix IP with AAI DNSseshukm1-1/+3
Change-Id: I85a78cc14dd3b5528c2aac03efc81f1c60647d2f Issue-ID: OPTFRA-316 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-31Merge "fix the route issue in same domain"Shankaranarayanan Puzhavakath Narayanan1-4/+73
2018-08-31fix the route issue in same domainseshukm1-4/+73
Issue-ID: OPTFRA-333 Change-Id: Ic77f71d3abdab8244bdae85a11856aea24543a54 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-30Add committer to OOF teamJessica Wagantall1-0/+8
Add Vikas as part of the committers group Change-Id: I65b84c5d09b9812ced505272ce83236226fc1529 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-29Adding defaultbranch to .gitreviewDileep Ranganathan1-0/+1
Added defaultbranch=master to .gitreview Change-Id: I29041cdeaf7fc8f5a656b4b5f8be89f990c1a166 Issue-ID: OPTFRA-258 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-08-28Merge "call of the route app optmizer from osdfapp.py"Shankaranarayanan Puzhavakath Narayanan1-1/+4
2018-08-27Merge "Use managed guava version"Dileep Ranganathan1-3/+1
2018-08-27Fixing functional test casesVarma, Vikas (vv8305)5-6/+7
Change-Id: I752e465f8f8a83cf5e18d300ff7aeb2e1b8de3c5 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com> Issue-ID: OPTFRA-321 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
2018-08-27Use managed guava versionGary Wu1-3/+1
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I7fa03f06ae6662d6d658f97d96344d512c24a5ad Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-23Enable logs when functest simulator is runVarma, Vikas (vv8305)1-1/+2
Issue-ID: OPTFRA-321 Change-Id: I74c80c6b406cf25ba1802314a2872fe47b11b60e Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
2018-08-22call of the route app optmizer from osdfapp.pyseshukm1-1/+4
Issue-ID: OPTFRA-310 Change-Id: I2b8512d89a1ea78f829d934f83931adf287e7fa9 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-21Increase sleep time for has simulatorVarma, Vikas (vv8305)1-1/+1
The functional tests are failing, because the simulators are not up and running when the test cases are running. Change-Id: I2a487cc05ae8e1b366640afbdcb40bce8fa5d89a Issue-ID: OPTFRA-321 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
2018-08-21Fixing the typo of application/jsonseshukm1-12/+12
Issue-ID: OPTFRA-310 Change-Id: I74a50f1e19d2f6f3e10b31c4c2b89d6dc32f5421 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-20Merge "New route optimiser file added for the timebeing"ramki krishnan1-0/+74
2018-08-20Merge "Remove Ankit from committer list"Shankaranarayanan Puzhavakath Narayanan1-5/+3
2018-08-20New route optimiser file added for the timebeingseshukm1-0/+74
Issue-ID: OPTFRA-310 Change-Id: I0dcec69974e6d8c6f865dad31e91746451a4f528 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-08-13Merge "Add the /route rest api in the osdf"Shankaranarayanan Puzhavakath Narayanan1-0/+10
2018-08-09Add the /route rest api in the osdfseshukm1-0/+10
placeholder for the /route as a start piont Issue-ID: OPTFRA-310 Change-Id: I3e9befda318a2c69426c50084cc8fb111480d653 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>