Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
Project: vnfrqts/requirements master 25e97344d07cdb2d9202dc1b0bcf094e1f35d525
Merge "VNFRQTS -Requirements Ch7c Reqs std format"
VNFRQTS -Requirements Ch7c Reqs std format
VNFRQTS -Requirements update chapter 7c requirements to standard format
Change-Id: I19f6c78e893ff6967d7039d97ea20051a33a517f
Issue-ID:VNFRQTS-85
Signed-off-by: hp1256 <hp1256@att.com>
|
|
Project: vnfrqts/requirements master faf7ba74d7f3f41d9c2a8e9a392628ce7abf83ba
VNFRQTS -Requirements Ch4d upd reqs to std
VNFRQTS -Requirements Update chapter 4 section d requirements to
standard format
Change-Id: I0d640e2555caaae9e373650d55a4583824e8deef
Issue-ID:VNFRQTS-82
Signed-off-by: hp1256 <hp1256@att.com>
|
|
Project: appc/deployment master d6e17ad8d5665c7489ed04bbc8daea273324d29a
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: I218353348af7a4c287db9a2cdfb3ed1a05ae36fd
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: appc master 6900678c3c5ca4cec35999cf35a4e7860b04f6a9
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: Iede5b1c1bf5e1459e01048e900cbfb46d5f3ded8
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: appc master 6668a459a6467a78a8952699d3201b0fac8c2417
Fix sonar block in Encryption Tool
Fix blockers and other Sonar findings.
Update license text
Issue-ID: APPC-186
Change-Id: Ib45020d85bde95f79b112ebd85fedfe62469b58f
Signed-off-by: Skip Wonnell <skip@att.com>
|
|
Project: clamp master 97655250b373893157bfadd267ba21693b6fa905
Remove class renamed as AbstractModelElement
Remove a class that has been renamed to AbstractModelElement
Change-Id: Ifbad3875da6265e3b092aceee0de801b19834d79
Issue-Id: CLAMP-43
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master 02847bc3889fe3c3a419612ea7a94eca8794bdc6
Rework some sonar critical and major bugs
Class renamed to AbstractModelELement, exceptions reworked and IT tests
as well
Change-Id: Ief2b09b0e36776519338834e2af61aa6e638ee91
Issue-Id: CLAMP-43
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: vnfrqts/requirements master 934533b627d1af1aab53b0f00d3b4f4637d831ef
VNFRQTS -Requirements Ch7d Reqs Std Format
VNFRQTS -Requirements Updated Chapter 7d requirements to standard format
Change-Id: Ia2181a87140135a6b86d51973fc7dcc7651b9d06
Issue-ID:VNFRQTS-85
Signed-off-by: hp1256 <hp1256@att.com>
|
|
Project: clamp master 15383eb639c7b78f21c0a969099642f3518bbf80
Fix missing license in new test
Fix missing license in new test file reported by license checkstyle
plugin
Change-Id: Ic024103acb814f8d78b60eb18d2967708be43c9f
Issue-Id: CLAMP-27
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master f0c6215103464e860b756d9e781b7e4d34b30541
Merge "Add Holmes to the Backend"
Add Holmes to the Backend
Add support for Holmes boxes defined in GUI, Holmes model has been added
and also policy calls.
Change-Id: I2bbef0030b5174075792b459b7ced74aa2e8aad2
Issue-Id: CLAMP-27
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master 72e904aa818b14e0f3d869c94cac3cb90930749e
Merge "Sonar improvements and class renaming"
Sonar improvements and class renaming
Some sonar improvements and class renaming in different files
Change-Id: I8d8eff1e3fedee1d1c31e62edb80e1bb9ce75362
Issue-Id: CLAMP-43
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master 45b70326931145251f6c5afafac23915db2c57fe
Fix the logback
The logback file was incorrectly hiding the INFO log from Clamp.
Change-Id: I37dbc7beaf8abeaf65d1509fe048d7136fc9fe07
Issue-Id: CLAMP-43
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: cli master bf3937c6eaa4b479b5f54879e5a56b8e86ad3af4
Merge "Make set specific to product version"
Make set specific to product version
CLI-2
Change-Id: If6c72255c4c84615dafe5f0074eb5532bc90bf5e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Project: appc/deployment master 48d59a7776f59f5dc60703f35c4d816621328604
Initial APPC Deployment Documentation
Adding the initial commit to add the APPC Deployment Documentation index path.
Change-Id: I53b88f054274bfadd9afde22dcb33e724b44f84f
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue-Id: DOC-33
|
|
Project: appc master 082f306bcb026bf49b1067f55d59522c01e991cd
Fix dblib DBResourceManager instantiation
Fix APPC Build, failing upstream and locally due to
change in CCSDK that changes dblib to use service
injection via Aries Blueprint. The change causing
this in CCSDK is https://gerrit.onap.org/r/#/c/7931/
Issue-Id: APPC-196
Change-Id: I9bcfb6d87b7527fd07cb76a242b272a5bc0ad07c
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
This creates the necessary items to create the initial page for the appc/deployment.git documentation.
Change-Id: I65c61a5b2197df51efc3e162521831f18706a450
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue-Id: DOC-33
|
|
Added a section to the addendum in the how-to docs on
how to build indices in Sphinx.
Change-Id: Ib0a64c188f8942f5eb45cafae0d9685285eff855
Issue-ID: DOC-75
Signed-off-by: Spencer Seidel <jsseidel@fastmail.com>
|