summaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator
AgeCommit message (Collapse)AuthorFilesLines
2019-09-15change operational-environment-type on operational-environments queryEylon Malin1-3/+3
Issue-ID: VID-637 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ia9340269dd6a4a6616a6fdbfe166eea0731490de
2019-09-10update MSO create service instance URLEylon Malin3-6/+6
align MSO create service instance URL to /serviceInstantiation/v7/serviceInstances also unify some system properties variables Issue-ID: VID-622 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I7a0744f5d6cfe776ce2f17b11aa5ebba4c8e65fb Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-09-04Improve vid-simulator cloud-nativeness (fix)Ittay Stern1-0/+1
Change-Id: I575294b0d085887c398c9ca0138b36a9e0c7bc3b Issue-ID: VID-608 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-04Improve vid-simulator cloud-nativenessIttay Stern2-2/+13
Issue-ID: VID-608 * Integrative tests will look at `SIM_HOST` that may differ from `VID_HOST`. * Simulator will look at `hibernate.connection.url` property for db-connection config * Don't skip DB connection if schema not ready, by removing schema validation Change-Id: Idb4587c30dd0cbc0fe7e7362cb691a4cb425fd10 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-13tests - rename csar file names for alignment with codeEylon Malin3-0/+0
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I5313de573f8077e3ddcea565c0d056c2cb5857a5
2019-08-13Merge "Change out-of-the-box config to work on dev's environment"Amichai Hemli1-25/+50
2019-08-12Upgrade pom filesEinat Vinouze1-1/+1
versions:use-latest-releases Issue-ID: VID-512 Change-Id: I3bdc7ff06717776e4f15316cca623e8025066495 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-12Change out-of-the-box config to work on dev's environmentIttay Stern1-25/+50
1) Fill-up system.properties's missing fields, and same for system_template.properties. This modifies some SO endpoints, most significantly -- mso.restapi.vnf.instance is now /serviceInstantiation/v7/serviceInstances/<service_instance_id>/vnfs instead of /serviceInstances/v6/<service_instance_id>/vnfs 2) Configure endpoint's to a local simulator's location: * ecomp_rest_url in portal.properties * mso.server.url, aai.server.url in system.properties * asdc.client.rest.host in asdc.properties 3) Added always-on getSessionSlotCheckInterval in simulator. Issue-ID: VID-564 Change-Id: Icc7bdc83ed65df3415a4b0f36f98291775909f49 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-14Add and upgrade dependencies on pom filesEinat Vinouze1-2/+0
Issue-ID: VID-512 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I1800a2cc7bfdbbc015399092da24b430c5faab66
2019-07-09Merge changes Ib4430bf2,Icc0bdb9e,I2736b984Amichai Hemli74-855/+137
* changes: Merge from ecomp 718fd196 - Ext. Services Simulator Merge from ecomp 718fd196 - Integration Tests Merge from ecomp 718fd196 - Modern UI
2019-07-09Merge from ecomp 718fd196 - Ext. Services SimulatorIttay Stern74-855/+137
Issue-ID: VID-378 Change-Id: Ib4430bf23d109e6fdfe38c55e55b7d3b96fff3af Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-08Upgrade to Spring 5.1.6 + simulator fasterxmlEinat Vinouze1-2/+13
Issue-ID: VID-512 Change-Id: I9a74e6357671c5eee0a425354dcd07c762c69c83 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-07-03Let build module vid-ext-services-simulator without dockerIttay Stern1-2/+17
Issue-ID: VID-507 Change-Id: Iac58cb56c3e121302e93c5720daa11fb264529c6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-02Revert "Build module vid-ext-services-simulator"Ittay Stern1-14/+2
Issue-ID: VID-507 This reverts commit 6946c31e, as it does not "deploy" successfully in vid-master-merge-java. Change-Id: I3863829a43d4232b6533cca75a7dd33a41e75c5f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-01Build module vid-ext-services-simulatorIttay Stern1-2/+14
Issue-ID: VID-507 Change-Id: I8f44a4c9b1502e9803dcafe9bce4c59d392c0dfd Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-19Normalize slashes in repositories pathsIttay Stern1-4/+4
This lets vid-master-release-version-java-daily go green. Issue-ID: CIMAN-234 Change-Id: I87f2f0925388cf7f5129cce37ace9321f3533f7c Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-18Address licence discrepancyIttay Stern15-0/+0
Issue-ID: VID-378 Change-Id: I81f6adef541b78a656ca5820a4174cadad12fc77 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-17fixing backEnd local workflow typeBartosz Gardziejewski1-1/+1
Change-Id: Ifd6f0718135d38135f57496e4f816e48324cfb7d Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-11modify local workflow parameters to much native onesBartosz Gardziejewski1-1/+93
Change-Id: I8d3e6b204a1b327d7b754c5bc723ae4268174393 Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-09Merge "align logic to new so api"Wojciech Sliwka4-60/+113
2019-04-08align logic to new so apiWojciech Sliwka4-60/+113
Change-Id: Ic1a975eb6d3d9487fc2e006d2f171fa044806ef3 Issue-ID: VID-400 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-04-02Display Human-readable timeout in Manual Task popupIttay Stern1-1/+1
Issue-ID: VID-403 Change-Id: Iac5d7eb4ab92d967151fcf9ef439dd038f903c08 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-02Merge "Sending workflow data from UI to SO"Wojciech Sliwka6-5/+89
2019-04-01Sending workflow data from UI to SOBartosz Gardziejewski6-5/+89
Change-Id: I39c78584c61eb317d4eaf2861ece810c1b60ab01 Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-01Display Manual Task description in actions popupIttay Stern2-1/+3
Change-Id: I3aa990785b340cdff647154016ae6078aabc3ee7 Issue-ID: VID-403 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-26Upgrade springframework to 4.3.22 (was 4.2.x)Ittay Stern1-1/+1
Issue-ID: VID-435 Change-Id: Ib7722368894fb39119d47602bca5c4453430ab8e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-21Merge "Preset for Workflows action:EQUALS:scaleOut"Ittay Stern2-19/+54
2019-03-20Merge "Merge simulator from ECOMP's repository"Ittay Stern92-1368/+2421
2019-03-19Preset for Workflows action:EQUALS:scaleOutIttay Stern2-20/+55
Change I71d44c6b36babcc5b8931cda65ab86940062deda modified MsoBusinessLogicImpl.getOrchestrationRequestsForDashboard to require having a response from MSO for action:EQUALS:scaleOut in order to see the other modelType:EQUALS:vnf workflows. Change-Id: Ib5466c366938653f1cb3edfeb07328a4bc0b5afc Issue-ID: VID-403 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-15new presetsWojciech Sliwka3-0/+2663
add new presets to fill change-management popup Change-Id: I3bfac732f9c16fe22aa2bddfde946314e7294792 Issue-ID: VID-397 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-03-11Merge simulator from ECOMP's repositoryIttay Stern92-1368/+2421
Reference commit in ECOMP: 8e92a8c6 Issue-ID: VID-378 Change-Id: Ifd87e07db55a760fc94c582758a7413103b5fdd8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-21workflow parameters APIWojciech Sliwka4-0/+122
Change-Id: If79e410608a0562ddef86d9a3a451d4addf66a0f Issue-ID: VID-419 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-02-18Introduced mocked SO workflows in VID FEgolabek2-6/+23
Mocked SO workflows joined with list of workflows from VIDs DB. (Contains: Mocked BE service to return workflow list) Change-Id: I10336238cfeb8819e0a2b3e88cd86c338cab86fa Issue-ID: VID-399 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-01-09Merge from ECOMP's repositoryIttay Stern1-3/+3
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>
2018-12-20pom.xml cleanupbiniek1-35/+2
Change-Id: I7622437fbd6d4d4a0b09782c8a6fa2d6016f90ab Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-14.gitignore cleanupbiniek6-66/+5
Change-Id: Ibfce4d25dba62bfc4eb00f761f7b893aefb1b69d Issue-ID: VID-367 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-04Add simulator to docker-compose.ymlkurczews2-0/+62
Issue-ID: VID-354 Change-Id: If531a133c6d6267e5b956cbb9852fc15e24642d5 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-09-26Merge "Fix simulator preset"Amichai Hemli1-3/+3
2018-09-20Fix simulator presetkurczews1-3/+3
After Portal API update simulator preset needs to be updated Issue-ID: VID-313 Change-Id: I960fed36f0bbc82bc6b3a2b2e01d9b22322b5719 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-09-17Add new SDC service model to simulatorJoanna Jeremicz2-0/+56
Change-Id: I92ba14ef2c157abd130aa1eaaf9dc89aa5437a77 Issue-ID: VID-205 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-08-21Rename vid-simulator packagesJoanna Jeremicz9-12/+12
- Rename from openecomp to onap and update imports - Fix small bug in README.txt Change-Id: I099b010adf7ed6dd708c9feae0340be462b1d195 Issue-ID: VID-205 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-08-12vid-simulator dev and test toolSonsino, Ofir (os0695)92-597/+42609
Change-Id: I38e7eead042bde3beeebbdf4e05a7f62f174fd1e Issue-ID: VID-281 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-20Fix license issuesSonsino, Ofir (os0695)1-0/+0
Change-Id: I26ad90dca61a1aa3770f3a6d41aff9e420098a82 Issue-ID: VID-198 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-01-31org.onap migrationOfir Sonsino39-0/+16377
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>