Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: appc master 3aa02022732ca26c7c586026926674e88ab0bb2e
Sonar Blocker fix
Redundent if condition removed from DGXMLLoadNActive.java L70 & L102
Change-Id: Ia7c4d115e2fcbd29eb132791958286b077118441
Issue-ID: APPC-202
Signed-off-by: sanchitap <sanchita@techmahindra.com>
|
|
Project: appc master ac62a4a52bad0f0c5d3b3a0de39893f6993a9f1b
Changing to mariadb java client
Changing from the mysql java connector to the
mariadb java client.
Change-Id: I2f9b1f5da37424d529e196f9b6b8d0bf4f1f9d2f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-198
|
|
Project: cli master 81d56617f980394d45be5fee716c507eeea739f2
Fixes SONAR critical bugs
CLI-43
Change-Id: I8a901da62617589ec17b125b788104d201afafef
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Issue-Id: DCAEGEN2-109
Change-Id: If8b6dadcf3af0bf5982da1f0fc8fd2c99beb2f20
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Project: optf/has master 8a953e2c7005143275c9706775ff0f5eda81df7d
Added docs directory and release notes template
Added docs directory and a template for release
notes. The template is simply a suggestion.
Feel free to remove or add files as needed for
whatever makes sense for your project.
Change-Id: I2d52479ad210ca57b5a70c0756f90eea3f8e3432
Issue-Id: DOC-47
Signed-off-by: jsseidel <jsseidel@fastmail.com>
|
|
Project: appc/deployment master 97a6a9ada154b2c2cdb2f399ff4d14f84cae63ae
Fix SDNC Docker image names
The SDNC images were renamed to use ONAP repository. This change
fixes that.
Change-Id: I6ebcdbb1472502952c2536a63d485677d5e1ebba
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: SDNC-50
|
|
Project: appc master 4f2ed4e9515f416cab0e75af33b8d799c02974f1
Updated DG and dg loader textfile
Updated dg_activate.txt to point to correct rpc.
Also made updates to Restart DG for invalid action
level.
Issue-ID : APPC-197
Change-Id: Ia7c4d115e2fcbd29eb132791958286b077115441
Signed-off-by: Ramya Balaji <rb111y@att.com>
|
|
Project: aai/search-data-service master 22c477621c40c4762cceb67a1d18749bff68fb87
Renaming openecomp to onap
Issue-ID: AAI-208
Change-Id: I0f634abc5501adb5fc29523594af8d1f1356adb5
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
|
|
Optf project owners wanted to start first with
this one repo. Will add others as they come
online or become relevant.
Change-Id: Iea2e112473214f1c91a76a7fb63503a6889efa1e
Issue-Id: DOC-47
Signed-off-by: Spencer Seidel <jsseidel@fastmail.com>
|
|
Project: appc master 89c46eb87ff89a0c0ef9975fc8f5dd0c5d0cc95d
Update TTL calculation to use milliseconds
Code used mix of seconds and milliseconds
calculate TTL. Updated to use consistent
units. Also added a new test file to
increase code coverage.
Issue-ID: APPC-207
Issue-ID: APPC-181
Change-Id: I07687ac30fa2e75cedb027ec2bb71f6914d42075
Signed-off-by: Skip Wonnell <skip@att.com>
|
|
Project: cli master 72b4cdffcd021828e2b4ac00b59496b0b3bc7a26
Migrate type long into digit
CLI-3
Change-Id: I5706963146d9575a9094aa7c24b85e1a0d8e7f80
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
|
|
First AAI doc submodule repo inclusion, following instructions from
readthedocs.io Setting Up page.
Change-Id: I61fe98666370691d447c658262a299bf909d5ae1
Issue-Id: DOC-77
Signed-off-by: MatthewHarffy <Matthew.harffy@amdocs.com>
|
|
Project: clamp master 52a9b022e0b7211e48162b75610ceb7df8c91f5a
Merge "Add new tests for DAO"
Add new tests for DAO
New test to validate some methods of the DAO and attempt to disable
Camunda in IT when it was not required to have it
Change-Id: I231230a7a4818f4bfd7887319a321625f66ffcae
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master 30da9b030700cdb7fb71ccf684ccdc1726b4713f
Merge "Some rework around DAO classes"
Some rework around DAO classes
Remove the useless return parameter in setModel, remove the
runtimeService in cldsTemplateService
Change-Id: Ia6d82cc3167f2e82b0da9cdb14d93c64ccee19c4
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master f82f58d02c965bf918adfcbccfb77e1640954f74
Wait for database with mariadb connector
Need to add sequential in connection url to be
able to retry
Change-Id: Ib5343de3c1ecad317ae1628590b1766a31ed1f15
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-42
|
|
Project: clamp master b7bdc481784a08d81f71055264f03b9bb3443576
Wait for database with mariadb connector
With the change from Mysql to MariaDB connector
maxReconnect parameters doesn't work anymore.
We then need to use retriesAllDown instead but
this is doing retries as fast as possible with
no wait between tries so need an arbitrary high
value. With maxReconnect it was waiting a time
exponentially growing so a low value was enough.
Change-Id: I7d03baa69bbee46d82a403f573d9f492f9720a4c
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-42
|
|
Project: clamp master 53bb3d5baf4b63ce5bde7eee67e7cb2a9173121a
Wait for database with mariadb connector
With the change from Mysql to MariaDB connector
maxReconnect parameter doesn't work anymore.
We then need to use retriesAllDown instead but
this is doing retries as fast as possible with
no wait between tries so need an arbitrary high
value. With maxReconnect it was waiting a time
exponentially growing so a low value was enough.
Change-Id: Id1429759aa4bdcfc9af1934fd6f8b848ed879e91
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-42
|
|
Project: clamp master d409b3184a7e9dc3907349e792132add5fd54323
Merge "Restore the history log in camunda"
Restore the history log in camunda
Restore the history log in camunda as it has been disabled but the DB
SQL files set that already
Change-Id: Iba24a4cefdfb533046eed92e7ce1424a06d1c0fb
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master c0693995b071655b2b12275687ed8b5856275b03
Merge "Add test to Holmes"
Add test to Holmes
New test for holmes and refactor of the application.java class according
to Sonar reports
Change-Id: I2117b403c18e2cb2cd902018db951025a1db9bae
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master c486f37c45d1afb516be0dd77bf9af03cb5251fd
Merge "Clean unnecessary files using camunda"
Clean unnecessary files using camunda
The camunda examples have been removed as not used by anyone
Change-Id: Ib659ea0d68aff613620fce6bf25d4d4a1e1acac4
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master 48bc4366e2f9b538c1f4429e61e42cbc1590db7c
Merge "Rework the datasource access"
Rework the datasource access
Make a call to Spring datasource instead calling the method directly
Change-Id: If9464f8591cd140079d09dc33c83a8b4380bf5ae
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master bcbdd0682215f718827db8827519050544d8c78e
Merge "Rework the comment of the constructor"
Rework the comment of the constructor
Refactor the parameters name of the constructor
Change-Id: Ie4314d0384a875da1e8bf3abc1092cd826347929
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master fac5264aeee85c21fdd7a974b3ec47f5ab751d78
Improve doc
Update to reflect readme.md details
Change-Id: If8ee14add971ededa2725424e161c46f782378d1
Issue-ID: CLAMP-15
Signed-off-by: ChrisC <cc697w@intl.att.com>
|
|
Project: cli master dd075504299c817ea899f32af2b558860da7c6fe
Add vnfm show command
CLI-5
Change-Id: If3416c709d0bae0edd0c1eaa4a2449e848d8b030
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add EMS show command
Adds ems-show command. in addition, adds samples
for other ems commands
CLI-5
Change-Id: I778e4a855f009c557d04f2f8b3651ebabbab7112
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fix VIM commands and samples
AAI has fixed the ESR to create the VIM
properly and VIM commands are updated
to reflect that change.
CLI-5
Change-Id: Ic768846129f218979d87737fc47cab272e6c83b8
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Print exception stack in dev mode
CLI-14
Change-Id: I5df0d582e8c1885ac815e91af6d2536036143c34
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Project: vnfrqts/requirements master f2a55e8c025ab71d6b7b9aaf6096ce66ab13c04c
Add part d and e
Change-Id: Ieaca97eeb00cdc69352c91bfce18cd9f2f9cd867
Issue-Id:VNFRQTS-39
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
|
|
Project: appc master 2406a9706f41c06b6a67bc8908461a17e9ce2904
Updated APPC Documentation
Updated APPC Guides and index.rst to reflect docs properly and removed conf.py as it is not needed
Issue-ID: [APPC-102]
Change-Id: I89bf3bc9fa289d9b15205f8cd5da890ae8b29776
Signed-off-by: Scott Seabolt <js9808@att.com>
|
|
|
|
Change-Id: I2048e723c052f8a468f75b0abc9661320cf76380
Issue-ID: DOC-34
Signed-off-by: Rich Bennett <rb2745@att.com>
|
|
Project: appc master 881d21c2a04c195ad57e7fb14f1fe5cd1b1be413
Correcting incorrect package import
Change-Id: I1e8738d321769ca713f32ece2b650487d3fdcfdf
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-91
Issue-id: APPC-158
|
|
Project: appc master 17a1e0e30e3a35ed4ad2ef91960bb58799b208b3
validate mandatry vnfc vm info is absent in invent
when the vnfc SMP is mandatory in the
dependency-info block but its corresponding vm details/info is not present in the inventory info validation error should be thrown
Issue-ID:APPC-204
Change-Id: I606da8ce086423cf3f23c87ab0166bfb9935875b
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
|
|
Project: clamp master 5a4f2a1c04d88be4fd30b3d2e285aad9b23cf796
Policy and StringMatch GUI need refresh
A reload of GUI for Policy and StringMatch was required to see changes
done in some select fields. This patch add automatic updates of fields
that needs it.
Change-Id: Ida7ad705218b1881868dcdec936c809b19df69bd
Issue-Id: CLAMP-53
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
|
|
Project: cli master bb9a334dc4ab33a90533fc5d35508db3edfa34b6
Namespace migration to open_cli_schema_version
CLI-3
Change-Id: I87d739c9c9b9f8e7724f1aa736a51b0fd91c30df
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Add templates, revise master index, guides, and release document
Improve project integration instructions based on 5 project
integrations.
Change-Id: I2a3e62737f3c126b7f5fb7cc4f53b35dba4f1d8f
Issue-ID: DOC-26
Signed-off-by: Rich Bennett <rb2745@att.com>
|
|
|
|
Project: cli master 745a26defad16dcb89d6804ca02c11899f9205f0
Fix subscription creation command
subscription-create has invalide PUT json
body and is fixed.
CLI-13
Change-Id: Ie5cae994606547c60ef07ea4a08dd5135fce62d0
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Project: appc master f0852a8174e38cc0c203a21a59af98e6c3889d5f
Correcting maven staging plugin
Change-Id: I5dd7e431568520fa7d6e65cba435aeadc3444482
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-91
Issue-id: APPC-158
|
|
Project: appc master c0eaebba5cd79c295b3e112e2f3632bc5559b237
Junit Cases for Artifact Handler.
Issue-ID : APPC-168
Change-Id: Id2b211d5656ffa8d5f326c30d745bc497e76f4d0
Signed-off-by: Ramya Balaji <rb111y@att.com>
|
|
Project: cli master 4f8bc594e0bf21476aea79b4b916f12f31a12881
Add profile support in interactive mode
CLI-5
Change-Id: I993da7756b8495a2cc1205ad9085391c9212e54c
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
CLI profile support
invoke CLI with --profile <name> to persist the
settings across the sessions.
CLI-5
Change-Id: I214334dab11fecdb730c780976d5d9bb2c14509d
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Project: appc master 66384fab722a35403c8510f25b30f9b9c9ad9a0b
Correcting problems related to ccsdk,new odl
Some imports and dependencies needed to be updated which no
longer exist in the new ODl version
Change-Id: I57c52b73810d3f9770b764a2afe4147d3120a87b
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-91
Issue-id: APPC-158
|
|
Project: appc master 59153e9cbf16ef20aca001c82e6d418e2cdb57a1
Add APPC API Guide and APPC Client Library Guide
Update index.rst to reflect new docs added
Issue-ID: [APPC-102]
Change-Id: Id07852a9318cd8168c26f074f9ab3b6b6c441232
Signed-off-by: Scott Seabolt <js9808@att.com>
|
|
Project: clamp master 03ab91582bd465b481567169904e44e7aa107f64
Merge "Change to mariadb connector"
Change to mariadb connector
The tests application.properties had to be changed as well
Change-Id: Ie2a4ca5e136aef3f2ae7ba55cbee705661374273
Issue-Id: CLAMP-52
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master 45b04b34c12821502b930233ee92cd5a0b616905
Merge "Change mysql to mariadb connector"
Change mysql to mariadb connector
Replace the mysql connector used by Spring to mariadb
+ remove the Mysql connector from the clamp.jar
Change-Id: If7241e111d07ad98eba3b0fcb612b0f4711d683d
Issue-Id: CLAMP-52
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master e206b8d9b1cb5a52668163f488bb744fc84d1e5c
Fix: Policy GUI not responding on opening
A call to the backend method getSdcPropertiesByServiceUUIDForRefresh
is failing. This is due to invalid handling of Sdc messages introduced
with revision 13966ab288578be392c5d2c64d5a9d7b6f600327.
Change-Id: I1ade99f50a177d7db6042938c4f0734eba0071fd
Issue-Id: CLAMP-51
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Project: clamp master 5667f59be378b8ca78accc30c6e4fc4128174222
Merge "Fix Holmes delegates and sdc"
Fix Holmes delegates and sdc
Fix holmes delegates not declared in the cldsconfiguration
and SDC IT tests that reports some exceptions
Change-Id: I19dae11ad994e78e1f71fc78a2ff4627d91e66c1
Issue-Id: CLAMP-27
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master e4165f375ae69dbcb874381e5d96ebaaa9c267ca
Cleanup project's name in Sonar
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: If83ba288f33d4cc281ab54d2c7ffcf8af246a580
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: cli master 768078d72d2ddefd7db35f269584b6ca38cc5414
Merge changes Ic38bf4d4,Ife8e618b,I99e0cf1e,I696e4e14,Idc93bd06, ...
* changes:
Migrate MSB commands to onap-1.1 version
Add service context in set and unset
Fix to consider 404 for delete success code
Add ESR SDNC commands
Add ESR VNFM commands
Add ESR EMS commands
Add ESR VIM commands
Migrate MSB commands to onap-1.1 version
CLI-5
Change-Id: Ic38bf4d43e0a7f81d7016b6728881fc3aa0b97aa
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add service context in set and unset
To set service specific parameters, use
set <service>:param-name=value
CLI-5
Change-Id: Ife8e618ba50cbbd4357ac36f03d22dacd5c46de8
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fix to consider 404 for delete success code
CLI-5
Change-Id: I99e0cf1ee39ce967d1d1f470b2df51f3378adeb5
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add ESR SDNC commands
CLI-5
Change-Id: I696e4e145fef76e85c62df27c2fcae31a90f1bde
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add ESR VNFM commands
CLI-5
Change-Id: Idc93bd0681c1a63cb91aaecfca585ba28816ced8
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add ESR EMS commands
CLI-5
Change-Id: I10c1d5cec84f0c797cbdd8b71b40ab4d0024d852
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add ESR VIM commands
CLI-5
Change-Id: I91da82e1a4ac94c37053880ac628e83b68064dc4
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Project: cli master df53002120bca73d475c38862586296db3526444
Merge changes Ic267f3f4,I1347393e
* changes:
Add CLI_DEV
Base docker image to openjdk:8-jre-slim
Add CLI_DEV
While working on the commands implementation CLI_DEV
env can be used to refresh the YAML everytime cli is ran
CLI-2
Change-Id: Ic267f3f4eba7f8bd653eee9c82269d154a44e05c
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Base docker image to openjdk:8-jre-slim
CLI-14
Change-Id: I1347393ebdeb643806f6fc7c78c9df12e97fd21f
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Project: cli master aed32c570a103c70456371179a410e45d2f42bf3
Merge "Add TEXT parameter type"
Add TEXT parameter type
CLI-2
Change-Id: I4af65e154649e1cd891f30b870406fe5b5ea8cbb
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|