summaryrefslogtreecommitdiffstats
path: root/docs/submodules/optf
AgeCommit message (Collapse)AuthorFilesLines
2019-04-24Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to d4014abb85d839c14c9a2572098571e7a8523104 - Remove dependency on commons-codec Issue-ID: OPTFRA-479 Change-Id: Id8873f7df5011fa36465a36b2d39d637869d1426 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-24Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 94796d7bc341691cdeac3010012fe3d1c42228bc - Update spring boot versions for CLM Issue-ID: OPTFRA-431 Change-Id: I665e381377a079b8661bf32f45b56a82f7a927b2 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-24Update git submodulesLukasz Rajewski1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 0a358ab8f3f546f11c36f913018edef63ff17ed3 - Fix for required/excluded candidates The fix changes how required and excluded candiates list is generated for HAS request by OSDF. After the change it is now alligned with request format of HAS. Change-Id: I6c4a88c3672971e53b996d416caeda63771e08c1 Issue-ID: OPTFRA-483 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-04-24Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to cb8d238bf57c2723fac484a0f7c1dc77428a65c0 - Remove dead code, add robot tests Issue-ID: OPTFRA-474 Change-Id: I409f3c16d287419357d07487032ceee8eda8cf94 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-22Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 990a5833020c8b01f059c7e5f6405c0076eeed05 - Include ticket/topology jacoco Include optimizer validation test cases Issue-ID: OPTFRA-474 Change-Id: I1ddd40b7148703a38b0840afd58f3fb667f2bf00 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-22Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 153223d6c985aba266df11243a0c112cb33377e8 - Merge "Insert tosca models for policy model uploading" - Insert tosca models for policy model uploading - Insert the tosca models that can be recognized by Policy Framework inside another new folder. - Add the path for models inside the osdf config in order to avoid changes in future in case there's a change of path. Change-Id: Ifff83a630bc48b7a3fff4aa17323910e6adedb0d Issue-ID: OPTFRA-415 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2019-04-20Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to fafd5a1c3764ba9561aa951fe843dd4bf68c88c8 - Resolve failsafe plugin naming convention updated IT*.java naming to It*.java Issue-ID: OPTFRA-474 Change-Id: If96776af5b10fe712a5b72138af9d65b67bb271e Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-20Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 9eadcba0fa858a031f6269fc127c9dc738bb7d8b - Merge "Traffic Distributtion support added" - Traffic Distributtion support added * New local polcies for vFW TD use case * Fixed encoding for conductor_request template and parameters section modified to accept all requestParameters * Conductor request can have many attributes in the 'attributes' section - all that are defined in the vnf policy file * Conductor request can have many request parameters in the 'requestParameters' section. The parameters come from QueryPolicies. Before list of suppoted parameters was hardcoded * Optional 'unique' parameter added to the placementDemand section. It is already supported by conductor for all inventory types * Improved debug logs for local policies * Unit tests added for expanded request format Change-Id: I41f219c366a3a77881c7096e64a6272edbada23b Issue-ID: OPTFRA-443 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-04-19Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 266e8659ec80d22eaff56a7306fcef33c3e8b190 - Update license to not be javadoc Issue-ID: OPTFRA-466 Change-Id: Ic3b665edccd81efeaacdb9b032d3bd5fc7a8154c Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-19Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 9407eccc5c8347c7c92d2f25590d8867213107aa - Rename classes to avoid duplicates Copy jacoco exec files for upload to sonar Handle ending midnight in time window Issue-ID: OPTFRA-474 Change-Id: Id5df25e404a08e039537e4eb987838835ee12f11 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-18Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to ee1816bf02d5f76548b78c46c39537ec8c1d23b0 - Update config to use updated class name This broke the CSIT job. Issue-ID: OPTFRA-466 Change-Id: I25bc72f5d71cb52af707755a67ea2ddfdd599e71 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-18Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to 199e4080955b66a4543effa7193e36fa995b072b - Merge "New Inventory type for TD" - New Inventory type for TD * New inventory type 'vfmodule' for ditribute traffic and refactored 'service' type that has many functions in common with 'vfmodule' type * Improved optimizer for random pick algorithm when no optimization constraint is specified * Unit tests added * resolve_demands() refactored to make it testable and to remove code repetitions for different inventory types Change-Id: If5c7e7d2d4e7c1b449d0b37e5c33c697aa4e653f Issue-ID: OPTFRA-445 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-04-18Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to aa43946e74b52954bd8e16e59d5b53ccbae21350 - Merge "Update container startup for SSL" - Update container startup for SSL Issue-ID: OPTFRA-391 Change-Id: I6cbc831511b6378c6660ab37ab3ec8062ac07359 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-18Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to f6e3a03d216e0ed96715199c75445a3f25804152 - Merge "Add cmso-sonar to generate jacoco files" - Add cmso-sonar to generate jacoco files Issue-ID: OPTFRA-474 Change-Id: I0a1cd03708fda09255ada655df727acfa7498d09 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-16Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 58871ba77f801f4794fed5573feefc3004cc55e9 - Merge "More checkstyle changes for Dublin" - More checkstyle changes for Dublin Issue-ID: OPTFRA-466 Change-Id: Ied602196284bf3aed56ff491a749f14503395c88 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-16Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 721e6aa842fd00b8c71a255e95f326dc71c6de23 - Merge "More Changes for checkstyle warnings" - More Changes for checkstyle warnings Issue-ID: OPTFRA-474 Change-Id: Id2bb4e806cb5d16620b3cad2651ab9c90b007c5c Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-16Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to c9c41378792ee0ffb799e83c49937dc103fa2bf1 - Merge "Debug IT docker-compose in Jenkins" - Debug IT docker-compose in Jenkins Issue-ID: OPTFRA-426 Change-Id: Ife37f3883cc3556ebbf4aee06069ac43df180e88 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-15Update git submodulesvrvarma1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to e1f6d80752920a7ef990134f02abb3db9b5a6232 - Updating code for pci-anr optimization calls Include pci-anr minizinc model Refactor the code to handle pci & pci-anr optimizations Fix pytest unit test cases Change-Id: I59eba39850a90e5aaf45f0e2de1881ebb5a9d5d8 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-416 Signed-off-by: vrvarma <vv8305@att.com>
2019-04-15Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 669a2966bc75af74e5bb1879fe12d7a4df5001a3 - Merge "Add robot integration test" - Add robot integration test Produce code coverage for cmso-service Clean up poms Issue-ID: OPTFRA-474 Change-Id: I46a24d99413b5d30387f93c558a7d675410a1064 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-11Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to eb2a20678582c568346b0f3e75254b511d0379c3 - More Changes for checkstyle warnings Issue-ID: OPTFRA-474 Change-Id: I578cb7dc836c518da195748f70d53b128c1c0053 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-11Update git submodulesvrvarma1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 75f7a15a5a14af434e0e8430fcec880106d64dbf - Implement osdf code to enable ssl Fix aaf related permissions Change-Id: Id458d7198d1ccef66e816d39bb7f8dce787c9a80 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-223 Signed-off-by: vrvarma <vv8305@att.com>
2019-04-10Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to c50e3fd312131ac70cf608ff4240234aab96076c - Changes for checkstyle warnings Issue-ID: OPTFRA-474 Change-Id: I2a813d47179a6f8e24ae0b166c029120f3bb1783 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-10Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 9c23f5162c9cde34e69f0caa49ae154aeec9ec83 - Add java truststore to startup Issue-ID: OPTFRA-391 Change-Id: I0a2dd62d0dcc4f8ddc714eae6a50b29f0f737b0b Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-10Update git submodulesSudarshan Kumar1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to 2ee99cbaf0c827ecb02b9c11061750aa675044c5 - code coverage solver-request package code coverage solver-request package Issue-ID: OPTFRA-302 Change-Id: Ia96df359f0fca4325afa59eabc63eb61c3ca7a5d Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-04-10Update git submodulesSudarshan Kumar1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to 516b49bb01943111e72b5a60789abe930ab47a33 - Code coverage for Utils and Music package Code coverage for Utils and Music package Issue-ID: OPTFRA-302 Change-Id: If487fae7e52a26e5b884a6d5db25d47b8cd580f9 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-04-09Update git submodulesSudarshan Kumar1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to a55afc5dedbdd5863b67884c8657a84d0480a660 - Pyunit Coverage for solver-resource Pyunit Coverage for solver-resource Issue-ID: OPTFRA-302 Change-Id: Ic18a37e59bcef67cca9de733d4a62a3016220a0d Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-04-09Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 4198ff2f181030c73b4cf43979fd8a40adf80f70 - Merge "Reduce AAF auth permission cache time to 5 mins" - Reduce AAF auth permission cache time to 5 mins Refactor code smell issues found in sonar Change-Id: I819a91e374609224561afa7ddb6878fab37feaf2 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-471
2019-04-09Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to f528849faccc824d5f15ca36e64947a5df05e252 - Merge "Pyunit decision_path.py" - Pyunit decision_path.py Pyunit decision_path.py Issue-ID: OPTFRA-302 Change-Id: Ib495c52324dbe28a294321406130eda7e53659e2 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-04-09Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 134a18e619772b6cb21000c97291d7966d5598eb - Merge "Automate the process of policy model uploading" - Automate the process of policy model uploading Add one more step after doing the healthcheck to upload all the models under /osdf/models/policy/placement/tosca Change-Id: I140efba27d603f43f6ae3f73b73b860dc8b10b42 Issue-ID: OPTFRA-415 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2019-04-09Update git submodulesSudarshan Kumar1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to 2429090503b9fefd4f1d01fd6a415e000023d576 - Added _init_.py and updated test_random_pick.py Added _init_.py and updated test_random_pick.py Issue-ID: OPTFRA-302 Change-Id: Ibe9d39626fef09cc51d5d49492fb622a9e18979e Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-04-09Update git submodulesSudarshan Kumar1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to cf310cca2f3d408497a2476eb2b7afae1c5ad94e - Pyunit for random_pick.py Pyunit for random_pick.py Issue-ID: OPTFRA-302 Change-Id: I69b7443af188317978bc06194412f4689267c56a Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-04-06Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to a5e82a2a703fd31cac33cef4bbe07445a274ba71 - Fix so minizinc works in windows Issue-ID: OPTFRA-458 Change-Id: Id63558456a13a31284f12007587706c66508512f Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-05Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to c98cf7f69ff8a7765766a6ca569c874ae075fdea - Merge "Integrate new mS into IT" - Integrate new mS into IT Issue-ID: OPTFRA-458 Change-Id: I42966034101baa54c1b60e07b74c17d97680da81 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-05Update git submodulesSudarshan Kumar1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to 9d1da5ec7f01d0a9c1d7344786eb0be8dc24138f - Code coverage for Reservation Service Module Code coverage for Reservation Service Module Issue-ID: OPTFRA-302 Change-Id: Ie5b467939bcd1758f8ae66e9eba9070b16f2b7c0 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-04-05Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to e8f3843950f26bfdf74fa2d0ca0f2019a1586eb2 - Changes for checkstyle warnings Issue-ID: OPTFRA-466 Change-Id: I2b9cea2c7e2cc760a20715b63618fe75ea58f029 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to 078c2cd8b26e2b0da47e7fdc6da305011c3d0c3e - Merge "HAS - PyUnit Code coverage" - HAS - PyUnit Code coverage HAS - PyUnit Code coverage Issue-ID: OPTFRA-302 Change-Id: I434f993a6f80ecda970840841e82bc25e807a598 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-04-03Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to b775e3842710fe1190675d318a0526b8dfb8eead - Merge "Updates for ETE with minizinc" - Updates for ETE with minizinc Issue-ID: OPTFRA-436 Change-Id: Ib6eb65728bcdbb2ea27a94125580b181d63babd6 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to dd75b00e7a3c70fd20a7a43f9eba5d230ddee95f - Merge "Pass back US/Eastern timezone" - Pass back US/Eastern timezone Issue-ID: OPTFRA-436 Change-Id: I9422f090d878d4a63fc3313a0c00e39bac6dbfde Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to e12620229c21cc52626dba8dd28795acc76d0415 - Merge "Robot changes to support API changes" - Robot changes to support API changes Issue-ID: OPTFRA-436 Change-Id: I8cb28ac56689716768750c3d863a64b95de8984c Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 6325b6207b3d6d9f340e007ede27054db24ba06d - Merge "fixes for passing policy" - fixes for passing policy Issue-ID: OPTFRA-436 Change-Id: I6b69cf890ad5f17b7546e411316001215406667b Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesvrvarma1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 2d59800cf61a90e2a80902186bdce3b28e5ae14d - Initial model changes and api changes for pci-opt PCI-OPT model changes for ANR optimization PCI-OPT swagger document changes for pci/anr optimization Change-Id: I2eb9447db7b3b73bc6cfd9b3e0aba7fed0aaabd6 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-416
2019-04-03Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to 87ab2e790f5b6108adf089372cf59072447805d7 - Merge "Adding Pyunit to increase HAS code coverage" - Adding Pyunit to increase HAS code coverage Adding Pyunit to increase HAS code coverage Issue-ID: OPTFRA-302 Change-Id: I83eda99276ef960c88e0d51f59c04ab2104fcf19 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-04-03Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 2bfc71e1c9eb6b746648242e02e88625180490af - Merge "Remove callbackdata from domain data" - Remove callbackdata from domain data Issue-ID: OPTFRA-436 Change-Id: I9e679a004dd410d4c944ca0288f405b784f4f99d Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to b7fdb7f351980948b4745e6297111e3c2f50417f - Merge "Commit 5 for Integrate minizinc optimizer engine" - Commit 5 for Integrate minizinc optimizer engine Multiple commits required due to commit size limitation. Change-Id: I28ca28f00e913233c50bf1f1a0a43fed2dc55a8e Issue-ID: OPTFRA-436 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 40645223dda8eacbe4959753d21c99c8b017cce6 - Merge "Commit 4 for Integrate minizinc optimizer engine" - Commit 4 for Integrate minizinc optimizer engine Multiple commits required due to commit size limitation. Change-Id: Ic8c15314da7c2ffc4e0bc7a937ff3835c3947bfd Issue-ID: OPTFRA-436 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 6b1c7dc5103660f508855f41af8bd5371f459579 - Merge "Commit 3 for Integrate minizinc optimizer engine" - Commit 3 for Integrate minizinc optimizer engine Multiple commits required due to commit size limitation. Change-Id: I23e295064cec1bf4fcb091fca2e461462fb688ed Issue-ID: OPTFRA-436 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesVikas Varma1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to c8c7ec4aa51bca71fcf5ca84b49eef90697be876 - Merge "Commit 2 for Integrate minizinc optimizer engine" - Commit 2 for Integrate minizinc optimizer engine Multiple commits required due to commit size limitation. Change-Id: I50c6dffbdd8a1170d151432dad745589b5925eb6 Issue-ID: OPTFRA-436 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 5ec78004e7687167a487895fead0cb16d4fbecf6 - Commit 1 for Integrate minizinc optimizer engine Multiple commits required due to commit size limitation. Change-Id: I4d0ae7fa585334508e85d021c77fe4ef63d3712b Issue-ID: OPTFRA-436 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-02Update git submodulesShankar Narayanan1-0/+0
* Update docs/submodules/optf/has.git from branch 'master' to 1d45f1a72b6f54b4cd43070154c9cb6fb51471ca - Removed aai simulator code which is no longer valid. Change-Id: I06ca92b1a706c67f8f895a293d770915ea1f2240 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-467
2019-04-02Update git submodulesJerry Flood1-0/+0
* Update docs/submodules/optf/cmso.git from branch 'master' to 442bb3c2d0ca9c6ecf3ecf5d85dc8fec725a204c - Define interface to minizinc engine Issue-ID: OPTFRA-436 Change-Id: Icf450f06d37f6035a620b3f22a5c186f4923d63c Signed-off-by: Jerry Flood <jflood@att.com>