aboutsummaryrefslogtreecommitdiffstats
path: root/extra
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Wait for database with mariadb connectoreh552t1-1/+1
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
2017-09-14Wait for database with mariadb connectoreh552t1-1/+1
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
2017-09-14Wait for database with mariadb connectoreh552t1-1/+1
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
2017-09-11Change mysql to mariadb connectorDeterme, Sebastien (sd378r)1-1/+1
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>
2017-08-17Fix clamp maxReconnectseh552t1-1/+1
Increase maxReconnects from default value 3 to 100 Change-Id: Iab8ee1e1a43f03a6442c051e11e44236c07ed6b9 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-42
2017-08-08Rework Pom and DockerfileDeterme, Sebastien (sd378r)1-1/+1
Rework the pom & swagger config + Remove license plugin in pom and license files + Rework the dockerfile (support all clamp versions now) + Introduce the version.properties Change-Id: Ia823e00309d651ca40ef12beeae02fb01d8a80a9 Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-08Rework the Clamp db modelDeterme, Sebastien (sd378r)3-102/+124
Rework the DB model + new SQL associated to that Change-Id: Ibfa6e0bc9942f8b51a1681fab98502c462d34def Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-06-21[CLAMP-1] Initial ONAP CLAMP seed code commitChrisC9-0/+1283
Change-Id: I2e8070a590618a06070f393d7b2c011029af5e8a Signed-off-by: ChrisC <cc697w@intl.att.com>