summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-12Fix the sdc-controllerDeterme, Sebastien (sd378r)6-85/+203
The field Resource UUID war incorrectly set as the blueprint can't be found in the sdc notification, it must retrieved from the csar. Issue-ID: CLAMP-151 Change-Id: I5a80047bcc7f009f67a2dac1891f47bdde0e9bcc Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-12Merge "Remove the nosonar"Sébastien Determe2-4/+5
2018-04-12Merge "Change tosca lib"Sébastien Determe1-1/+1
2018-04-12Merge "Fix potential issue while install CSAR"Sébastien Determe4-5/+45
2018-04-12Fix potential issue while install CSARxg353y4-5/+45
Add random waiting timer for treat notification, so that no 2 threads will treate the notif at the same time; Add the retry mechanism for the DCAE Inventory api call. Change-Id: I9bd8a58001d638c589309a9d65e4df6a2e437209 Signed-off-by: xg353y <xg353y@intl.att.com> Issue-ID: CLAMP-151
2018-04-12Merge "Improve policy Config"Sébastien Determe9-88/+201
2018-04-11Improve policy ConfigDeterme, Sebastien (sd378r)9-88/+201
Improve the policy configuration file and merge it to application.properties so that all configurations are located at the same place Issue-ID: CLAMP-136 Change-Id: I5654bbe61d483a4061540959ed0b7dbb1242b022 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-11Remove the nosonarDeterme, Sebastien (sd378r)2-4/+5
Remove the nosonar from the code as Sonar has been updated to version 6 Issue-ID: CLAMP-147 Change-Id: I8c5e9b0e4b3d9a303dfab7a1434cd5f9307d9d05 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-11Change tosca libDeterme, Sebastien (sd378r)1-1/+1
Change tosca library to not have the snapshot library imported by the others Issue-ID: CLAMP-151 Change-Id: Ica0ab68716b028c5fd7d12814264db80ad665461 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-10Fix transaction issuexg353y1-0/+2
Add the transaction annotation, so that template and model will be saved within the same transaction. Issue-ID: CLAMP-151 Change-Id: Ia0c50967317c3c158b401175dc1fbc166610518b Signed-off-by: xg353y <xg353y@intl.att.com>
2018-04-09Merge "Fix python script"Christophe Closset2-5/+6
2018-04-09Merge "Remove Grizzly"Christophe Closset1-0/+4
2018-04-09Merge "Fix SDC deployment"Christophe Closset1-7/+7
2018-04-09Fix python scriptDeterme, Sebastien (sd378r)2-5/+6
Fix startup of the python script in the pom that was not properly set Issue-ID: CLAMP-147 Change-Id: Ia462be79dd053a9b39761e5bdf3248d0e28e65ee Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-09Remove GrizzlyDeterme, Sebastien (sd378r)1-0/+4
Remove grizzly library as reported by nexus iQ Issue-ID: CLAMP-147 Change-Id: I2f27b34046a786fb0592dffd446d1ecf2d177320 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-09Fix SDC deploymentDeterme, Sebastien (sd378r)1-7/+7
Fix the SDC deployment, inversion of the "already existing" check Issue-ID: CLAMP-151 Change-Id: I2d83033dd5df373965196dd00ead6fcab9bdc260 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-06Merge "Fix the SDC controller"Eddy Hautot3-3/+5
2018-04-06Merge "Change CsarHandler behavior"Eddy Hautot2-4/+29
2018-04-06Fix the SDC controllerDeterme, Sebastien (sd378r)3-3/+5
Fix the Controller so that it can save the csar before checking that it has been installed, also fix the isCsarAlreadyDeployed method Issue-ID: CLAMP-151 Change-Id: I7d04ec4be3960b4c1673e4d8b656649c18cfcee1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-06Change CsarHandler behaviorDeterme, Sebastien (sd378r)2-4/+29
Change the Csarhandler so it does not raise an exception when it installs a file that already exist Issue-ID: CLAMP-151 Change-Id: I4b260bee95d2651e64bf4318957680918396be4d Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-06Merge "Fix Sonar issue"Eddy Hautot2-6/+8
2018-04-06Merge "Fix Sonar issues"Eddy Hautot1-5/+6
2018-04-06Merge "Update docs"Eddy Hautot2-41/+53
2018-04-06Merge "Update SDC library"Eddy Hautot12-67/+61
2018-04-06Merge "Fix csarInstaller test"Eddy Hautot1-1/+1
2018-04-06Fix Sonar issueDeterme, Sebastien (sd378r)2-6/+8
Fix issues reported by SOnar on string values Issue-ID: CLAMP-147 Change-Id: I3ccf668b15106b32d56bc53d63b7688088561137 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-06Fix Sonar issuesDeterme, Sebastien (sd378r)1-5/+6
Fix issues reported by Sonar on CldsService class Issue-ID: CLAMP-147 Change-Id: I9eef9ccf4e69b19e2f63db1ef8634c29a84f3c56 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-06Update docsDeterme, Sebastien (sd378r)2-41/+53
Update the docs according to the changes done SDC controller Issue-ID: CLAMP-144 Change-Id: I150c2f7004537e4d67aa42782b6cfeacae8a45c1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-06Update SDC libraryDeterme, Sebastien (sd378r)12-67/+61
Upgrade SDC library to latest and remove the message bus condition, it's now a mandatory parameter as well Issue-ID: CLAMP-149 Change-Id: I4c7ddcca6ac176380821bd8f1e4e3ef3d9fcea30 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-06Fix csarInstaller testDeterme, Sebastien (sd378r)1-1/+1
Set the resource to an existing resource in this specific service Issue-ID: CLAMP-147 Change-Id: I19a5b181b3f3bd04497dc0273cb733cb0dc6ae21 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-05Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Ib18df1cba0bf029c66567a9eb156c9b8d190f2b2 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-04Index.rst modifiedDeterme, Sebastien (sd378r)1-27/+48
Some changes on the index.rst in order to reflect the changes done in the code Issue-ID: CLAMP-144 Change-Id: Id91b816c23a8870a0b5dd86c3aedb876e5f84fff Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-04Update ReadmeDeterme, Sebastien (sd378r)1-24/+44
Update readme according to recent changes Issue-ID: CLAMP-144 Change-Id: I28a1a6addb036f39cefaf2bd8f51ab369457c0a4 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-04Fix Checkstyle issuesDeterme, Sebastien (sd378r)4-25/+25
Fix issues reported by checkstyle during build Issue-ID: CLAMP-147 Change-Id: I9d3a1a50b29cd068ecc3f65181ed44d25bcc5503 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-04Fix the python startup scriptDeterme, Sebastien (sd378r)2-18/+24
Fix the startup script for python simulator Issue-ID: CLAMP-148 Change-Id: Ia1906aa12f2354a45324553609a9e5e713d8a551 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-03New parameter Sdc controllerDeterme, Sebastien (sd378r)6-14/+54
There is a need to have that new parameter (message bus addresses) if the sdcAddress is not present Issue-ID: CLAMP-149 Change-Id: I336e7af6784a70b0b65c9610fc2e69e40126bdc0 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-03Fix the start_http_cache.shDeterme, Sebastien (sd378r)2-5/+12
Fix the script call from Pom so that it can be configured Issue-ID: CLAMP-148 Change-Id: Id1120150c4fb993d70ffe2914c73a8fa24051e85 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-03Fix sonar bugsDeterme, Sebastien (sd378r)2-8/+3
Fix Sonar bugs and bad comments in the code Issue-ID: CLAMP-147 Change-Id: I4cc8e00a0d063396b7dd6ac6c7fcf408607f998e Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-29Merge changes Ief706086,I8b33340fSébastien Determe2-6/+29
* changes: Update missing fields Random error message when op_failed
2018-03-29Merge "Add error widget to dashboard"Sébastien Determe2-12/+18
2018-03-29Remove useles file in CSARDeterme, Sebastien (sd378r)1-0/+0
Remove the file in CSAR that was useless Issue-ID: CLAMP-146 Change-Id: Ia945af65bb8bfd39cdaf6631825b0480f1e6ad53 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-29Update missing fieldsac25501-1/+1
Change-Id: Ief7060863c6606ec4dc7ef175b0b855323ab5d07 Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-29Random error message when op_failedac25501-5/+28
Change-Id: I8b33340f8964eb39646a78146b96eb33c617a9e4 Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-29Add error widget to dashboardac25502-12/+18
Change-Id: Icf9dbd34a04ee6e7979d3754f753297654dd4a48 Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-28Merge changes I54ea0dc6,If352b7db,I7b8221ac,Idcfb7c5dSébastien Determe3-25/+37
* changes: Timeout triggered when querying dmaap CL generation produce too long CL names Request failure polluting results More vizualisation for the dashboard
2018-03-28Merge "Add simulator cases for (un)deploy/stop + typo"Sébastien Determe7-21/+99
2018-03-28Timeout triggered when querying dmaapac25501-1/+1
Change-Id: I54ea0dc68ae0f4321c38268a48172eec89f71ea5 Issue-ID: CLAMP-124 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-28CL generation produce too long CL namesac25501-6/+6
Change-Id: If352b7db31ec388cf685eda7a71a140061d92a4d Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-28Request failure polluting resultsac25501-5/+14
Change-Id: I7b8221ace6df00c6239f102f365c8d6db0dce41a Issue-ID: CLAMP-124 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-28More vizualisation for the dashboardac25501-13/+16
Change-Id: Idcfb7c5dbb738bf0456617b47bdf4c27d7a7c7a0 Issue-ID: CLAMP-77 Signed-off-by: ac2550 <ac2550@intl.att.com>