aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-15Merge "Fix e2e tests - expect 1 max instances for ↵Eylon Malin1-2/+2
PASQUALE_base_vPE_BV..module-0"
2019-12-15Fix e2e tests - expect 1 max instances for PASQUALE_base_vPE_BV..module-0Eylon Malin1-2/+2
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ia22b6f9244bffc0d4d05892469aaf2021c0edfc0
2019-12-15Merge "Let straightforward `vidkeystorepassword` setting in values.yaml"Eylon Malin2-2/+6
2019-12-15Fix e2e tests assertion regards max instances text of VNFs and VfModuleEylon Malin2-19/+32
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I9c43c40f8785c75641357df1431b76bd30a92a56
2019-12-15when there is no max instances for VfModule show Unlimited (default) in ↵Eylon Malin7-25/+33
model info Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I3718c0f89204d5272872dca18f3e953e05a94dfe
2019-12-14Fix templates_instance_template.json file and InstantiationTemplatesApiTestAlexey Sandler2-5/+6
to resolve 403 error. Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Id2b5ab9e57416a978c591940a381e162f2ac0f14
2019-12-12Let straightforward `vidkeystorepassword` setting in values.yamlIttay Stern2-2/+6
The value of vidkeystorepassword is plugged as environment variable VID_KEYSTORE_PASSWORD. (see commit 7a3e2594; change-id: Ibf52542344ecf79fb947858329f37018731d2270) Now CATALINA_OPTS will be evaluated when container is started, with the actual value of VID_KEYSTORE_PASSWORD env variable. This fixes the issue where CATALINA_OPTS is evaluated at Docker build time, with a static VID_KEYSTORE_PASSWORD value. Issue-ID: VID-494 Issue-ID: VID-650 Change-Id: Ife2a2e92b3745691cc45590d1afd1688d918048f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-12Merge changes from topics "VID-45", "VID-44"Ittay Stern2-7/+2
* changes: Merge this if statement with the enclosing one. Merge this if statement with the enclosing one.
2019-12-12Merge "Edit templates_instance_template.json file to correct values for ↵Amichai Hemli1-6/+6
service edit instance."
2019-12-12Edit templates_instance_template.json file to correct values for service ↵Alexey Sandler1-6/+6
edit instance. Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I171510050cd76b9df6f7d0a960802da91b569633
2019-12-12Merge "Updating INFO.yaml"Amichai Hemli1-5/+3
2019-12-12Merge "Pull release-notes from elalto, and prepare to frankfurt"Amichai Hemli1-10/+29
2019-12-12when there is no max instances for VNF show Unlimited (default) in model infoEylon Malin5-3/+23
Issue-ID: VID-726 Change-Id: I9a53f76f97d96c565ec79f3a3e7d908c49f51af1 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-12Merge "when there is no max instances for VNF show Unlimited (default) in ↵Amichai Hemli3-14/+12
component info"
2019-12-12Merge "Add edit button on service context menu."Eylon Malin4-7/+39
2019-12-12Merge "Adding filter (Implement in FE) + cypress + tests"Eylon Malin5-14/+33
2019-12-12Add edit button on service context menu.Alexey Sandler4-7/+39
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I6f050e77b41e57016a01c622b0bb09e5e36155e2
2019-12-12when there is no max instances for VNF show Unlimited (default) in component ↵Eylon Malin3-14/+12
info Issue-ID: VID-726 Change-Id: Ib939e18f63ae02b1b1944436e8d5c80fdc1e53ed Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-12Adding filter (Implement in FE) + cypress + testsYoav Schneiderman5-14/+33
Issue-ID: VID-724 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I7969a0d21d2abeaa458fb3cd3cf56c085e398be2 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-12-12Pull release-notes from elalto, and prepare to frankfurtIttay Stern1-10/+29
Issue-ID: VID-659 Issue-ID: VID-683 Change-Id: Ic63c6b3e9a2829a8508706b462b4e1f2fc3dad77 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-12Merge "Show previous instantiations button only in new service modal"Eylon Malin3-28/+32
2019-12-12Updating INFO.yamlIttay Stern1-5/+3
Issue-ID: VID-502 Change-Id: Ia660ff475b2dd0784fbb94f5d176a41ca8cb86d6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-12Merge "cypress test - default max instances of VNFs is unlimited"Amichai Hemli1-12/+27
2019-12-12Show previous instantiations button only in new service modalSara Weiss3-28/+32
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: Ia1dfd930be3b392a2772b0c9f791ab9ff9d84565
2019-12-12cypress test - default max instances of VNFs is unlimitedEylon Malin1-12/+27
Issue-ID: VID-726 Change-Id: I1e5dd9997a4ab38944a56cce8dd94b24ae0320dd Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-11Merge "Add cypress test that check vnf popup contains correct lcp region data."Eylon Malin2-39/+69
2019-12-11Add cypress test that check vnf popup contains correct lcp region data.Alexey Sandler2-39/+69
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I8231009ca8753987055291af83eb5c088d816ac8
2019-12-11cypress test - default max instances of vfModule is unlimitedEylon Malin3-30/+62
Issue-ID: VID-726 Change-Id: I9f4d8b8b07f02f30aab3488f011eb12ce71c0a68 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-11Merge "SyncRestClient for Http/s ServerTest to use 127.0.0.1 address"Ittay Stern2-20/+41
2019-12-11SyncRestClient for Http/s ServerTest to use 127.0.0.1 addressEylon Malin2-20/+41
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ifa5f2025a01f51d82f3019728b55382490f914fc
2019-12-11change default max instances of VfModule to unlimitedEylon Malin4-24/+50
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id7ee4f62593ad0f70dc9ba95b286fa7a44455f6b
2019-12-11add common method for getting max allowed instances of vfModule + UTEylon Malin2-20/+35
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ib4597a027a6ac519ca2290d41b0f3208d47cc5b3
2019-12-10Merge "Adding unlimited max value to VNF, NETWORK"Eylon Malin22-219/+330
2019-12-10Adding unlimited max value to VNF, NETWORKYoav Schneiderman22-219/+330
Issue-ID: VID-726 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I0c3d503c8e4f6cb14081de8f6a619a67eee080b7 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-12-10Address licence discrepancy by removing some unneeded filesIttay Stern4-348/+0
Issue-ID: VID-378 Change-Id: Ib897dbc414d8d4688ed5e9ed52b197051a9de9eb Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-10Address licence discrepancyIttay Stern1-0/+0
Issue-ID: VID-378 Change-Id: I431f58ae2e1b8442dea2ffd84b7100999172eb9b Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-10Updating INFO.yamlIttay Stern1-0/+8
Issue-ID: VID-502 Change-Id: I1da59f9c0d951a16a06cb6c0ce4285b4ba64571f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-10fix and improve testClickPreviousInstantiationsInCreationDialogEylon Malin2-26/+37
Issue-ID: VID-724 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I85d4d2735e89df09ef831de49cee819a4b03aa4a
2019-12-09Enable InstantiationTemplatesApiTest with counter-mapsIttay Stern2-2/+7
Change-Id: I57c09a6ae664517d01deb7b0d4f3e639f7a871a6 Issue-ID: VID-724 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-09Join ExistingElementsCounterMaps with ServiceInstantiationIttay Stern9-24/+298
This new pretty creature is called "ServiceInstantiationTemplate" :-) Issue-ID: VID-724 Change-Id: I1437d76e79512920079b574844b19368c07f501f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-09Merge "Extract getExistingCounterMap from AAITreeConverter to ModelUtil"Amichai Hemli7-97/+127
2019-12-09Extract getExistingCounterMap from AAITreeConverter to ModelUtilIttay Stern7-97/+127
Issue-ID: VID-724 Change-Id: I16305bc2f7c0f208d03da8e0255fad0ea16fb28d Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-09Merge "Change ServiceInstance's top-level rollbackOnFailure serialization to ↵Amichai Hemli7-11/+204
String"
2019-12-09Change ServiceInstance's top-level rollbackOnFailure serialization to StringIttay Stern7-11/+204
This will satisfy a new test: Template Topology API test: Deploy Cypress -> getTemplateTopology returns the same template Also updating templates__instance_template.json with actual "templateTopology" endpoint fields. Issue-ID: VID-724 Change-Id: I1160656c9a58ab2678ca6f2529688463fbd60a91 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-09Show previous instantiations button in new service modal e2e testSara Weiss6-7/+41
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I0afa4fe8907c4e03630e15042188b794e4acfcc4
2019-12-09add create another one menu item to instantiationStatus pageEylon Malin9-40/+81
Issue-ID: VID-724 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I205bc276ec7ba59eae37207f0976867bd496043f Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-08another try to fix cypress test should enable correct menu itemsEylon Malin2-93/+55
Issue-ID: VID-724 remove another row form test setup Change-Id: I9846078e7e5d1ed88b6329a026ee542f69aa53fe Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-08Merge "Changing VNF platform to multiselect + cypress + API"Amichai Hemli17-90/+90
2019-12-08Merge "Add existingVNFCounterMap to mock json file to display the Service ↵Ittay Stern2-0/+2
Model."
2019-12-08Changing VNF platform to multiselect + cypress + APIAlexey Sandler17-90/+90
Issue-ID: VID-724 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: Ie8c720974da3419e26ce7e8675622f75780581b9 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>