Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/modeling/modelspec.git from branch 'master'
to 90f0c05ede48b775b2d590ee3c6a769b4669d739
- Very slight change to Pnf
Renamed Pnf PnfInstance (consistant with other entities) as part of
Allotted Resource update.
Issue-ID: MODELING-104
Change-Id: I2e5a57c6a315430648b705a5863d02234e9770d2
Signed-off-by: Kevin Scaggs <ks0567@att.com>
|
|
* Update docs/submodules/modeling/modelspec.git from branch 'master'
to 26ba23908200188085eccf8707d0483cb25a4a23
- Slight update to Party
Slight update to Party - removed relationship between PartyRole of
Vendor and EntitementPools and LicenseKeyGroups.
Issue-ID: MODELING-104
Change-Id: Ida3dfc95d25f349f714b6b3b976d29b58fc76c39
Signed-off-by: Kevin Scaggs <ks0567@att.com>
|
|
* Update docs/submodules/modeling/modelspec.git from branch 'master'
to 607e2664ee8512d6d4fa310d2b6a956b50a01844
- Slight update to Nf
Added IsShared attribute to NfDesc and renamed Nf to NfInstance.
Issue-ID: MODELING-104
Change-Id: I4b666cba3330f1c1e09a158ecc38e5a9a3dc75ee
Signed-off-by: Kevin Scaggs <ks0567@att.com>
|
|
* Update docs/submodules/modeling/modelspec.git from branch 'master'
to 965b7f3ea141d674f1957f554fdc7d3f16163e5a
- Updates to License
Updates to license includes removal of desc / instance pattern - just
have entitlement groups and license pools along with entitlements and
licenses.
Issue-ID: MODELING-104
Change-Id: I4879f0ec7be295df1ff154d43abf9ef0f9ae582c
Signed-off-by: Kevin Scaggs <ks0567@att.com>
|
|
* Update docs/submodules/modeling/modelspec.git from branch 'master'
to 8bf064bd02c3da9a2728e7c5fcb71c142716c278
- Updates to Common
Main change is the creation of a DynamicParameter concept. Also put a
couple classes on the Root4 diagram, positioning for replacing the
temporary classes there.
Issue-ID: MODELING-104
Change-Id: Ic30c37aa9c4ee66e4e7525310d42a39fc4a226cb
Signed-off-by: Kevin Scaggs <ks0567@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 2bd5e9339b6255eb8d9cbeae183c1728984d5a88
- probe sdc by retrieving service model if uuid configured
If system.properties has value for probe.sdc.model.uuid then usd
this value for retrieving service model
otherwise probe only sdc connectivity with sdc2/rest/healthCheck
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Icd1c31217e56a8c0cfa5c2f2bc5f11e0c8dd7ff8
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to db18734d1fed426ff5c6a318f3179001a606690e
- Merge "merge 2 TestNg transformers"
- merge 2 TestNg transformers
Testng probably don't behave well with 2 transformers that change same
thing. So I merge 2 transformers that skip tests to one transformer.
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I569d421b853ed1e0dc2a5055dbaf8e5bba6db470
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 92ebd799948bab4a5143910009e50ead1359a2d5
- Merge "Move this variables and constructors to comply with Java Code Conventions"
- Move this variables and constructors to comply with Java Code Conventions
Move this variables and constructors to comply with Java Code Conventions
Issue-ID: VID-561
Change-Id: Id8e4c00609ad17d624da82d8b73d14b5cb0639b1
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 0568ef38b7c3b90ceaea6f2ae43309132a322b1e
- feat:e2e instance page optimized
Change-Id: I55c086bca2f6fe02494a724ee8ae5743fc3c27cf
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 8464ca44dcf32777bd7126a91eb8337e37f231a0
- feat: optimize e2e instance creation page code
Change-Id: I1014177f4bde31b9955ea59ef5c7a5171b6ad7a3
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 633d406d8d02db606600a5ecc8f6dd2672fa64d8
- feat:api optimization for service instance functions
Change-Id: I94ce280b783658440e45f7e6cf951553307756c1
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 76c93f1eef3d4b5483650bd2dd1a7480323b2b0a
- Merge changes from topics "VID-583", "VID-582"
* changes:
Add a semicolon at the end of this statement.
Unused Import
- Add a semicolon at the end of this statement.
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
Issue-ID: VID-583
Change-Id: I73dbc757d62ef388d8935ef6aa25f08c3a82df8c
Signed-off-by: anushadasari <danush10@in.ibm.com>
- Unused Import
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: VID-582
Change-Id: Id79d2f2af4d69ded8e1c8da10fc67e4e7ea0f933
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 0df61cb3c1115c82faca06c3fa3aa42a5d0040bc
- Merge "Move this variables to comply with Java Code Conventions"
- Move this variables to comply with Java Code Conventions
Move this variables to comply with Java Code Conventions
Issue-ID: VID-581
Change-Id: I74728ee5234501ba3c2a8fe5ae889c1e9186f2dc
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to c282c55beb8a171fc98f3a71ca464b6b516ec935
- Merge "Move this variables to comply with Java Code Conventions"
- Move this variables to comply with Java Code Conventions
Move this variables to comply with Java Code Conventions
Issue-ID: VID-561
Change-Id: Id618b3717658dcd44b17a5f85b0b87e7e8b71826
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 1980b0e778ae30a15ee1fdf4685097e6a8bc1d0d
- Rewritten checks for status according to comments
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I6023a043e2cf532de330060973d23a402a742e36
|
|
|
|
|
|
|
|
Issue-ID: DOC-534
Signed-off-by: umry8364 <morgan.richomme@orange.com>
Change-Id: Ic7ee02cb0297d46182def2755dc937a2442c4acb
Signed-off-by: umry8364 <morgan.richomme@orange.com>
|
|
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
to 96adce9ff461501694dbc4ddf097b88c8695c3e8
- add unittest for ns_delete
Change-Id: I51642a2849bc4a88b0ea5a05ee767dab26d543db
Issue-ID: VFC-1489
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 6defdf50b9de3795118a0652cfad0b8dabf3a497
- Merge "Sonar Fix - LeanCloudConfiguration.java - Move variable to comply with Java Code Conventions"
- Sonar Fix - LeanCloudConfiguration.java - Move variable to comply with Java Code Conventions
Fixed sonar issus across the file
Issue-ID: VID-547
Change-Id: I3362cf34c3db506ab3359669045169fe761743ea
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 3465d8cbd60ae580e1a677b569f020af40a47777
- Merge "Sonar Fix - HttpsAuthClient.java"
- Sonar Fix - HttpsAuthClient.java
Fixed Sonar issues accross the file
Issue-ID: VID-547
Change-Id: I2b344b48fec4e153cb47154ec49998aa1c267a95
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 8af834cdee882fb2c7ff55626978f3df2e0e6004
- Merge changes from topics "VID-580", "VID-579", "VID-578"
* changes:
unused import
Move the variable to comply with JCC.
semicolon at the end of this statement.
- unused import
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: VID-580
Change-Id: I3ea680af37477b564d02fcc9b58956b3958d184d
Signed-off-by: anushadasari <danush10@in.ibm.com>
- Move the variable to comply with JCC.
According to the Java Code Conventions as defined by Oracle, the members of a class or interface declaration should appear in the following order in the source files:
Class and instance variables
Constructors
Methods
Issue-ID: VID-579
Change-Id: Ie87b550a30df06eb2498565b719bd52b11d0c3f9
Signed-off-by: anushadasari <danush10@in.ibm.com>
- semicolon at the end of this statement.
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
Change-Id: Ia09e1bb1894da379f68cc39e83f955e66b957511
Issue-ID: VID-578
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 4d8b50e2a87095d737db72f454f7520ff97f4ec5
- Unit tests - openecomp-sdc-vsp-manager
Tests for org.openecomp.sdc.vendorsoftwareproduct
Change-Id: I737b8ca71219c3e241f902a34419c685435e467c
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 1e1a5e675d6e1265c004739824523405a0b16a42
- Unit tests - togglz-rest-types
Tests for org.openecomp.sdcrests.togglz
Change-Id: Ic507eee3e77fbbe727b0deeb3912103d0c7737db
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to aa7445448861c403c082b20a372c4d5abb35e0ee
- Resolve clm job issue
Change-Id: I88e1e900199c250d4e1505a7b50f570fb2960491
Issue-ID: MULTICLOUD-767
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 41e56dbbd558084d1b30afc8f6d13c58351defdc
- Merge "feat:optimize Network Topology page code"
- feat:optimize Network Topology page code
Change-Id: I1b567764a98f5f49e15e7a82dc7ddca0101f9f77
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 8a1841aa7e4fa3785cb854d50782631febd7cac8
- Merge "feat:optimize ccvpn instance details"
- feat:optimize ccvpn instance details
Change-Id: Ibeee5b98d6608d1890ff0df60343b4d5533ae77b
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to c0d931e96f772794104c4fc9fadb112b99eb68c6
- Merge "style:customer page style optimization"
- style:customer page style optimization
Change-Id: Ic65533926b3947ea9a2a3508be490c0de40bcbbc
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 51e06ad4f87797266fa0792d35c43e92836fe883
- Merge "feat:optimize chart text"
- feat:optimize chart text
Change-Id: I5adc594c1662640323bd113a87f5e3b294c4295c
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 6e325eb872723174839f3d9911d0fd8d3756b07f
- Merge "feat:Optimize ccvpn instance creation"
- feat:Optimize ccvpn instance creation
Change-Id: I93d8543dea6a86f4d3cc917afeebc054aed0ce2e
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 8455cd58da3765c0191c2b8fab4f3297cd3eecc9
- fix: fix bugs of table spinner and delete usless codes
Change-Id: I0f67d70e427f66992c15522955ee174fd499d9b5
Issue-ID: USECASEUI-306
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 94e50dd128a88d1a4882915b46b3057abdeac401
- style: change the favicon.ico of the frontend project
Change-Id: I7e657d6939f28d8fdd1b5c848e63cfdbe06113b4
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
to 4103c7b8245c2de4379a7663798a76611a9ec184
- fix the path error of test
Change-Id: I022601f3347a60aa47b84668bad550f9559ca78c
Issue-ID: VFC-1489
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 6fa3015125978bac1e255293cb98a472682f28db
- Update input paramtype for populatePrimitiveValues
Issue-Id: CCSDK-1614
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Iecd47868b4b9971a555d6ab0c8bbac8213b6b4c8
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 644c005d9f434ec5400e8f74b7456dfc419f74b0
- Merge "Adding Helm charts of MetalLB"
- Adding Helm charts of MetalLB
MetalLB is the loadbalancer for Kubernetes
Issue-ID: MULTICLOUD-747
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: Ic07877234f9b0f80cb636f7b4e3c265b8be8a945
|
|
* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master'
to 5578af7e4d0347428f3cb1ac12d0ffd1dab7b1cf
- revert DMaaP ZooKeeper version to 6.0.0
Issue-ID: DMAAP-1272
Change-Id: I0551cf7f01a21e37ef302e9828c954db7406b4c7
Signed-off-by: su622b <su622b@att.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 18aff1a38583891cbcddca7242e2326b80d88a8d
- Port to Neon
Port sdnc/oam to Neon version of CCSDK and SDNC artifacts
Change-Id: I4a195d0c5e993c433c0c03a898d60521c7df2a9f
Issue-ID: SDNC-850
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 86fe16201c5ce7682db873caeafbbb28f0f4dd0e
- Remove http node port
Remove http node port 30202. Users should instead use https node
port 30267
Change-Id: I44a907126384092b5f18ad85115c6269279c9d80
Issue-ID: OJSI-99
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 34c372f9484fba7a813fca4f55a292d81d3e0772
- Release version 1.6.2 of sdnc/oam
Release version 1.6.2 of sdnc/oam.
Change-Id: I42f268af947c538f040bacaf76c5e6a14ed3f98c
Issue-ID: SDNC-855
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 0ca998fcd7d3b7ace5517603993f4a6eb97becab
- WF-D revert to Dublin until stabilized
Change-Id: Icc7eaff6798367f717680c051b146fa5a4860278
Issue-ID: SDC-2521
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
(cherry picked from commit d7b6ac82af6349f96910c059aa50432c1c04b5e8)
|
|
* Update docs/submodules/integration.git from branch 'master'
to 995fd6e9bb0368ebbf87f38bd207c4a818443991
- Making environment name configurable in vcpe healthcheck
Improving handling of arguments in healthcheck-k8s.py,
making environment name configurable.
Issue-ID: INT-1213
Change-Id: Ib6e2875f351f095bd64acd706a6060e169c54e79
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 2f5f116faa66414da147618ba137e6efd394e166
- Upgrade xstream to 1.4.11.1
While analyzing drools-pdp, it's mvn clean install works
fine with this fix locally.
Also exists in engine repo, its mvn clean install works
fine with this fix locally.
distribution repo inherits from engine. also mvn clean install
works fine with this fix locally.
Issue-ID: POLICY-2001
Change-Id: I25bd1f5d459f3ad279f1ce57fa0b153af21ece90
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to aa3e8ebdbbd084f15d248394772f5444130fe839
- Update SDNC version
Update sdnc version to 1.6.2 to pick up fixes:
SDNC-855
SDNC-853
Change-Id: I2ee5f3d892c9204d56ce7c92f5503b605a607de7
Issue-ID: SDNC-855
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 02c6444a6527998de2c99351fc7e99e9a012d8dc
- Removed dummy subproject
Change-Id: Idb5d33229c76bec9768c8c6c1d73faa96fff2225
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 1e8b38324fc1a9f73285ce2b07b6945db528d208
- HTTPS calls for webseal-simulator
Implemented HTTPS calls into webseal-simulator
-Added p12 keystore certificate.
-Updated application configuration.
Issue-ID: SDC-2517
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ieb5f9ec5a0e409eb4bad36f708b2eec424ecf70b
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 7ddcf0ffa5470a0a0c1e0221f81cb0a4acf142c7
- HTTPS calls for catalog-fe
Implemented HTTPS calls into catalog-fe
-Added p12 keystore certificate.
-Updated application configuration.
-Added trust-store.
Issue-ID: SDC-2516
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I6c36598dd7df8be85e99619ab7004ceed905f6e1
|
|
* Update docs/submodules/sdc.git from branch 'master'
to d265e185c3868202d44690d76e1b578f19b5148f
- HTTPS calls for catalog-be
Implement HTTPS calls into catalog-be
-Added p12 keystore certificate.
-Updated application configuration.
-Added trust-store.
Issue-ID: SDC-2501
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Iecdff1010f763489395e9d67d3a0cecd22d09c88
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 82949f958eb17f0f06a8779598e84af8f0cca558
- JacksonUtils.kt primitives bugfix
Issue-Id: CCSDK-1614
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I1991c1605889ea152fca2d93f5d31b073dd7985d
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to bb92400545015f0e0070f41afdf4c5d5537c1406
- Merge "Fixed Sonar "Blocker Bugs""
- Fixed Sonar "Blocker Bugs"
Fixed potential "thread-Leak"
Signed-off-by: Vasyl Razinkov <vasylrazinkov@sidero.ie>
Issue-ID: AAI-2459
Change-Id: Ic36ff778486a7a860070b05873dc88d7d31f736b
|