Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/portal.git from branch 'master'
to 7d9545688ca7fb73dc668320cdcbab8584b31e15
- Merge "RoleApp class DB constraints"
- RoleApp class DB constraints
Java Bean Validation SR 380 annotations added to classes
Lombod added to widget-ms
Plains getter/setter converted to lombok annotation
Issue-ID: PORTAL-629
Change-Id: I31639672510994412149ed8be92cb8e1b022f646
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to e3f250e95491450a1c1040f8fc55c376aca8c072
- Merge "App class DB constraints"
- App class DB constraints
Java Bean Validation SR 380 annotations added to classes
Issue-ID: PORTAL-627
Change-Id: I827f99ef75c6af3f9881fe68f1cb245795ba2734
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 4b12eacf41dd7866039f1b9059188c619c317ad6
- Merge "FunctionalMenuItem DB constraints fix"
- FunctionalMenuItem DB constraints fix
Add @Digits to secure Long type fields
Issue-ID: PORTAL-626
Change-Id: I59080c9103369d96a42c574356f0635265335d0a
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 5f652908e3cffe593c03a4f352ab0d33663b1639
- Merge "FunctionalMenuItem DB constraints add"
- FunctionalMenuItem DB constraints add
Java Bean Validation SR 380 annotations added to classes
Unnecessary boxing removed.
Issue-ID: PORTAL-626
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Change-Id: Ic1c20870fd781d46061077fd14b81a65dea93e6e
|
|
* Update docs/submodules/oom.git from branch 'master'
to 41598129788504ce039624648ec1ba62630da344
- Merge "Update VID values.yaml to release 4.3.1"
- Update VID values.yaml to release 4.3.1
✔ Dublin RC3
Issue-ID: VID-487
Change-Id: I6d3eafa6ff5f70c2094db01f007e8ad24b2d5fc2
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 9d730f0c98561e566be9adba12c0b044f5924a9f
- Merge "XSS Vulnerability fix in DashboardSearchResultController"
- XSS Vulnerability fix in DashboardSearchResultController
Custom Validator is used to secure this endpoints.
Issue-ID: OJSI-15
Change-Id: Idf523a53bc5fe9e1df8110526d56336953759c86
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to a5e70096b0cf77fb10d18e4ecd4e67be40ceedaf
- Merge "Custom data validator"
- Custom data validator
By creating custom data validator we can reduce code duplications.
Issue-ID: OJSI-15
Change-Id: I39decf1d6ded559322c4445f0956fad2a159878d
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 682773f88ca8b69b5ba9dee3515d437522817148
- Merge "XSS Vulnerability fix in TicketEventController"
- XSS Vulnerability fix in TicketEventController
@SafeHtml and SecureString used to fix this issue;
Issue-ID: OJSI-209
Change-Id: I588872839696c824135bab88c100b31c23d960ba
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 5b6231bb65d5033f911827b13572bc70756d7b1d
- Merge "XSS Vulnerability fix in RoleManageController"
- XSS Vulnerability fix in RoleManageController
@SafeHtml and SecureString used to secure this class
Issue-ID: OJSI-208
Change-Id: Ie01799933add3419cacf0fc716ce2da6da0a2853
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 9abe14fca14a8f15a7ee58cab1e92908282fef0b
- Merge "Fix sql injection vulnerability"
- Fix sql injection vulnerability
Use a variable binding instead of concatenation.
Add new test for function 'createLocalUserIfNecessary'.
Issue-ID: OJSI-174
Change-Id: Iddd65893bb2cb16c90d4f8db59816fdf261874bc
Signed-off-by: Dominik Orliński <d.orlinski@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to e496b1b94a07e7995fefd8113c0fbe25953322ea
- Merge "XSS Vulnerability fix in AppsOSController"
- XSS Vulnerability fix in AppsOSController
SecureString class used to secure PathVariable.
Issue-ID: OJSI-207
Change-Id: I6275c5db4d8d97dc60ef1676b651e3d8802ad9f7
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 3462e289aec5880f3e2f2f23ce4b5f70160ba7f4
- Merge "XSS Vulnerability fix in AppsControllerExternalRequest"
- XSS Vulnerability fix in AppsControllerExternalRequest
@SafeHtml annotation is used to fix this problem.
This patch also fix some minor issues:
* isAuxRESTfulCall() method delete. Method was nowhere used.
* '.length() == 0' changed to '.isEmpty()'
Issue-ID: PORTAL-604
Change-Id: Ib7091622081f507812654b50275ad7ac4c97bfc3
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to d0983c06165682e054af165621ae84d858b08117
- Merge "Sonar issue: Correct this "&" to "&&" in MicroserviceServiceImpl"
- Sonar issue: Correct this "&" to "&&" in MicroserviceServiceImpl
This patch also fix some minor issues:
* 'fori' loop replaced with 'foreach'
* Sonar issue: Replace the type specification in this constructor call
with the diamond operator ("<>").
* redundant 'throws'. Exception will never throw
* unnecessary temporary local variable
Issue-ID: PORTAL-603
Change-Id: If23afb9f4a10f0ad06c712cb95a38b54dc5cd089
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to d86f64c663b7b82f529617b6c8c0ea69a926f950
- Merge "XSS Vulnerability fix in MicroserviceController"
- XSS Vulnerability fix in MicroserviceController
@SafeHtml annotation is used to fix this problem.
This commit also fix:
* redundant local variable issue
* sonar issue: Replace the type specification in this constructor call with
the diamond operator ("<>").
* performance issue - String concatenation argument as argument
to 'StringBuilder.append()' call
* redundant cast
* redundant 'throws Exception'. 'Exception' is never thrown
* access static member via instance reference
* unused declarations
Issue-ID: PORTAL-602
Change-Id: Id92fe2d9cfe239474403f611f3d5d0170acf63cc
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 2341313316b631be275294622ca9d4281e1f20bc
- Merge "XSS Vulnerability fix in DashboardSearchResultController"
- XSS Vulnerability fix in DashboardSearchResultController
@SafeHtml annotation is used to fix this problem.
New class 'SecureString' must be added to project to valid incoming Strings
from '@RequestParam String incoming String'
pom.xml file update.
This patch also fix:
* remove unnecessary semicolon
* Sonar issue: Replace the type specification in this constructor call with
the diamond operator ("<>")
Issue-ID: PORTAL-601
Change-Id: Id214b6e65f0c486141679fd23725a7fb66443acd
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e29b04bca6367c14fdbd403bbd275e6c8c10fa60
- fix delete stack error not propogating
Update logic to properly format rollback error messages
Change-Id: I66ad4fd78758661be297810f393e6da759daa17b
Issue-ID: SO-2014
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 990aef1a9302a290d1e156cacd00cc408f650f8a
- Merge "release 1.5.2 in OOM"
- release 1.5.2 in OOM
1.5.2 release is for Dublin
Change-Id: Ib967d3938c74dd286c543eb8a51bb61ff9b34583
Issue-ID: APPC-1595
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to cd8bcdcd277afcbd5cb2120cdf6436b6fe492db6
- Merge "Update SO version to 1.4.4"
- Update SO version to 1.4.4
Update SO version to 1.4.4.
Issue-ID: SO-2010
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Change-Id: I05689eeb56bd255f2b1bf8a479aad6043c587838
|
|
* Update docs/submodules/oom.git from branch 'master'
to baebbeafef0b0839c80aca94499872f9ec2f8e9f
- Merge "Update version of HAS, OSDF to 1.3.1, 1.3.2"
- Update version of HAS, OSDF to 1.3.1, 1.3.2
Change-Id: I1af39fc90d420f5dffcc6713f09913ce9c6ce538
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-508
|
|
* Update docs/submodules/oom.git from branch 'master'
to 647a433b0e8697bbdfdf09076b7b88de076c5cf5
- Merge "Update vnfsdk version from 1.3.0 to 1.3.2 Issue-ID: VNFSDK-414"
- Update vnfsdk version from 1.3.0 to 1.3.2
Issue-ID: VNFSDK-414
Change-Id: I8915853c2bc4440e9d4bb4fa19f7e41ed262a916
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to f2f06700b7b9ad99c9c182fc01ee5cc0782ead78
- Merge "Fix missing import in helm_deployment_status.py"
- Fix missing import in helm_deployment_status.py
After recent changes a regression emerged due to
not properly imported 'subprocess' module 'check_output'
function.
Predefined list of available healthcheck modes is also
removed to allow passing any mode that will be supported
in future by healthcheck script.
Change-Id: I2dc681da079f75449f9f2456249d51b3c859f434
Issue-ID: OOM-1806
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
to 3372683655ad68077848e872b46e4b04568cc7ba
- update vfc release note
Issue-ID: VFC-1413
Change-Id: I7cd2d0397da7c173e6009d2c52f4ec8d6b92ecd9
Signed-off-by: yangyanyj <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 7b2dca8234db9a8b0f57ffc3e0b4f9e680370b32
- Merge changes from topic "OOM-1810"
* changes:
Add verification tests for 'chrony' role
Setup 'cluster_ip' fact for infra host in 'chrony' role tests
- Add verification tests for 'chrony' role
Testinfra tests are added for Molecule verifier.
Change-Id: Id044cdc5535af97ce3ac48da034a9a6a1ca8cbd3
Issue-ID: OOM-1810
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Setup 'cluster_ip' fact for infra host in 'chrony' role tests
This patch sets up a missing 'cluster_ip' fact for
infrastructure host without which 'server' directive was
set up improperly in chrony.conf on 'node' host.
Change-Id: I3d98788b7eb54bf984d165a50072f51fd85c08fb
Issue-ID: OOM-1810
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 9ece7533e7463c7d162e27496a40d3447304475f
- Merge changes from topic "OOM-1910"
* changes:
Clean application role mocked artifacts directories
Add custom patch role scenario to 'application' role
- Clean application role mocked artifacts directories
Directories created by Molecule tests were left in
files tree and not cleaned up. This patch adds a task
to shred them after test invocation.
Change-Id: If745cfc45de2f73db5be1696a16a185ff2a625bf
Issue-ID: OOM-1910
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add custom patch role scenario to 'application' role
This adds test case for when application_pre_install_role
and application_post_install_role are set to custom role;
by default they are empty.
Code condition coverage is increased.
Change-Id: I14e59e15cf3ead0459374b5777f8ee03fe75d7bd
Issue-ID: OOM-1910
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 0a16f1267c3bd1c33def62861e6e1726097f239a
- Merge changes from topic "OOM-1915"
* changes:
Update 'busybox' and 'haproxy' docker images path in tests
Add role level tests for 'nexus' role
Improve 'nexus' role testability
- Update 'busybox' and 'haproxy' docker images path in tests
At some point names of busybox and haproxy images
have changed in nexus3.onap.org registry. This patch
updates those names in testing framework.
Change-Id: Iaad4976118bfcd708f2b8fccb8df61f6059ac1f4
Issue-ID: OOM-1915
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add role level tests for 'nexus' role
Change-Id: If8decc241614e4fe802352cc783b59f8d7ec70b4
Issue-ID: OOM-1915
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Improve 'nexus' role testability
A change needed by related commit to allow building
a custom nexus url.
Change-Id: Iaa7e1d10d9621871e71863c77722cd635b7e1e4d
Issue-ID: OOM-1915
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to cf81ff7da21aed314f2dfc74fc6cd04d7354bdf1
- Merge "Fix issue with yaml.load in docker collector"
- Fix issue with yaml.load in docker collector
docker-images-collector.sh script uses yaml.load python function in
deprecated way and it is a potential security risk
https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Issue-ID: OOM-1897
Change-Id: Ie30e60b4ede2c87a02b7bbe76e0695f91dc207c6
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 0c3aeee286896377c3464dfea54364ccd0807ca8
- Merge "Add directory remove on failed cloning"
- Add directory remove on failed cloning
While downloading git repositories there was no removing
of created destination directory which could led to false
detection of downloaded repository.
This script adds directory remove in such case plus fixes
some minor typos in logging and help strings.
Issue-ID: OOM-1803
Change-Id: Iec672bc8248e7b2daee06717985e11f7e05aa5be
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to d0f762031304bda04faea0873518054156b79d8a
- Add data list for bin utils
Since bin utils can be downloaded as simple http file
this script remove previous shell script and changes
documentation to add necessary steps.
Issue-ID: OOM-1803
Change-Id: I4ced011ce47302349f9e7db74d0ef7f0fe9c4fa0
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 0df9d305dc0fe6551a1c11362e9d077f5801475f
- Added unit tests for SpringCLITool
Improved the unit test coverage in the package
org.openecomp.sdc.asdctool.cli
Fixed the build
Change-Id: Iea7395b169acb912489466f9cdf90ac88cc42b8f
Issue-ID: SDC-2327
Signed-off-by: shrek2000 <orenkle@amdocs.com>
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to f4359045f50372d8cf5c8ce0eb08d4b6c2cf26ba
- Merge "Fix sonar issue: Override "equals(Object obj)""
- Fix sonar issue: Override "equals(Object obj)"
This commit provide equals method for CentralV2UserApp and test for this method.
Issue-ID: PORTAL-599
Change-Id: Ied44c680032831ec6a02211f658ec16f0aad8f4a
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
|
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to fd52d134f47a21b205e175fcc331ce8a0c0c5d45
- Fix incorrect cdt proxy version
Change-Id: I07fbafd5e188cc3833cab7ac512fa4532d82f1ae
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1595
|
|
* Update docs/submodules/oom.git from branch 'master'
to 855ed8989b95e4683f0a78423684421559d5e727
- fix invalid json config for PH
Change-Id: I90cc36a5be62445320be16183b0bef47355fd077
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1620
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 21b09c956609d3ebee0081686802d20da194c523
- Improve vCPE test automation
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Issue-ID: INT-847
Change-Id: Ib5b0a547f1c228de4cee02f3526401028c10bff0
|
|
* Update docs/submodules/music.git from branch 'master'
to e49ff54ef8cd2162cdc01c9a9ed69a8e6d6a51e1
- Use logger to log exception
Issue-ID: MUSIC-410
Change-Id: Ief175a400c2c336eeb03807d71c4ef7a05a1b748
Signed-off-by: arind.mondal <arind.mondal@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 3bf84a4b8c6760d24f971b5d2db5b565f451d6e5
- Merge "update new passwd for cadi"
- update new passwd for cadi
update p12 password for new
p12 file
Change-Id: I4fc93e7ff1f1a401fd14a806f6d02c652b4bad77
Issue-ID: APPC-1620
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to d85b2d76b0b2b1913222da4454d820c3dea2c154
- Add pypi packages downloading python script
Issue-ID: OOM-1803
Change-Id: I5470bad5ad862362976b56350c931929ee4b69d6
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to a5243a4735e5bc505e96c3665f9775a7660555c8
- change required for new release
Change required for new release management
Issue-ID: CLAMP-409
Change-Id: I1e07f029455dff134e00d39051a0859c4cc11457
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 493e9e7dc5a1be2af4f326bb0bd296ced9fb25eb
- Bring all fixes
Bring all fixes from Dublin, but the code has slightly changed on master
Issue-ID: CLAMP-410
Change-Id: Ieca7b8e9b180f46f2c30f848454405f3a504bfdd
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 45eadcd1dc2d553ef60f45c6041138d8d7a9afb3
- Merge "Note admin portal disabled"
- Note admin portal disabled
Note in release notes that admin portal is disabled in Dublin due
to security issues.
Change-Id: I18250f9ef9b41aed5f9c718198e67d2cb2cb9f8a
Issue-ID: SDNC-794
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 763c4389131d54f929f4f3c6837b1a5c3aeff46c
- Merge "Bump up clamp version"
- Bump up clamp version
Update clamp version to latest
Issue-ID: CLAMP-408
Change-Id: I59b01cf3f9cdd37b5d0c48f63bea33d99040fea4
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to d53f13862f31660a4df2de56a4492b2cc400ec8f
- Merge "Update helm charts to use final version of SDNC and CDS docker images"
- Update helm charts to use final version of SDNC and CDS docker images
Update helm charts to use final Dublin version of SDNC docker images
(version 1.5.4) and CDS docker images (version 0.4.5)
Change-Id: Ibb8ca03fe2a924329b39205bc14b165456e273b7
Issue-ID: SDNC-795
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 428403f72cd97df8bdded8dadb624cd01dde459a
- Add base ODL Neon container
Create base ODL Neon container
Change-Id: I1c26f70e381de30377bb51333fe4b5846ebf2075
Issue-ID: CCSDK-1388
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to d5b983f7c1d7c34ae99301ed65a10a65d280e49c
- Upgrade SDC from Titan to Janus Graph
Upgrade SDC from Titan to Janus Graph
Change-Id: I6ba55643f05e83ac3b63cb9b72b69d3bf700aeab
Issue-ID: SDC-2296
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 39167cccae3271603819aa39c6476e434c759533
- Various bug fixes encountered during remote ansible executor development.
- Upload CBA sometimes failed because Property files were left opened.
- Default value were ignored on datatype elements.
- Various erroneous error messages
- Fixed job template lookup by name encoding when name contains blanks.
Issue-ID: CCSDK-1357
Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: If9d4b0339d647e6c99121f5464a1b6da787761a0
Signed-off-by: Serge Simard <serge@agilitae.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 8436b953a938452f2d7c865e3bc2449ecfcabdea
- Fix admportal image
Docker container should be stateless and be self-contained. When image
is run as container it should behave exactly the same with each run.
This commit moves npm install stuff into docker build stage where
it belongs.
Please, read:
https://docs.docker.com/get-started/part2/
Issue-ID: SDNC-685
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Change-Id: I4ff18b313a9af400bbfc2cbf6f4a1b1334593d9a
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 6a000e1f45c851ac81debe326e1f1e931987612e
- Added unit tests for SpringCLITool
Improved the unit test coverage in the package
org.openecomp.sdc.asdctool.cli
Issue-ID: SDC-2327
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Change-Id: Ie5b262587ae704952eb75f8f4008f4d321a4acbd
|
|
* Update docs/submodules/vid.git from branch 'master'
to 6c98119d3f394b85683aa1625ca2c63d76235e36
- AaiController unit tests
- unit tests for getPNFInstances
Change-Id: I9d77ad0e15be23dc169721c6b73bea9fb1ecaf19
Issue-ID: VID-478
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 8f04ed2a73c671717c50a0e27699ac3ff690c2a6
- LOG-1065 Update the version of pomba-audit-commom
Change-Id: Ic7b368a73c196a4d0fa4e901f4722175889ac4ee
Issue-ID: LOG-1065
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
|
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to d3f590c87f20a26272cbaf9d6fde1dcc2e7466b8
- move http to https
use jetty to move to
https
Issue-ID: APPC-1573
Change-Id: I814e8159d39f7e09cfbfcf5a314a1909774486cc
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6eea27eadbdd3e3ce2d1268504ca6357190ae28e
- Disable log/pomba in integration lab installation
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Issue-ID: INT-1102
Change-Id: I9269eb098797e08ab3de297eacacd156a7a0d783
|