aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-30Remove ODL distro from release-1.0.0 branchrelease-1.0.0Alexis de Talhouët1-1/+0
This is adding weight to the git repo, making it super long to clone. Change-Id: I499ec33fed1211c2c133e9a6e197dfbdad2e40c0 Issue-ID: SDNC-436 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: 172b1ce6d2039b99b934ee378095bfbb42e0433b
2017-09-20Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I70222539e8faf84e9d8acce7b2718c3fa93649e6 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Former-commit-id: d165904f6069295f851253bc9f3bfcdf504d7c97
2017-04-10[DOCKER] Fix docker dependencyDan Timoney1-4/+4
Release-1.0.0 branch should use version 1.0.0 to create docker images Change-Id: I53c8c52b607eba6fab602eb6ee524ebd6b4fb63d Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 48351991d93040d16ba474c093e6bd5fd90f5a45
2017-04-04[POM VERSION] Root pom version fixDan Timoney1-1/+1
Root pom version should be 1.0.0, not 1.0.0-SNAPSHOT. Released version should not have SNAPSHOT dependency Change-Id: Ie76e0df7f88917b88287ee76fdae6602deea6185 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 377ab6d5cbd01a257b65fbd0991c8fe6b84a5cca
2017-03-29[SDNC-2] Connection timeoutsTimoney, Daniel (dt5972)8-70/+67
Fixed jdbc connection leak in admin portal Change-Id: If4714d26471218e191fa18e5042ee698869ce4e0 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 1c02a638a535e8e153f76ed5d3de988b44a36054
2017-03-28[RENAME] Wrong tag for dgbuilder imageTimoney, Daniel (dt5972)2-2/+3
Dgbuilder image in docker-compose.yml refers to 1.0.0 instead of latest Change-Id: I3a25f6cfc79e6806e10316517e0edd0b8d752a3b Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 28a1eb82cc8619eca51bb36e9ae23c5ec0a02afd
2017-03-22[DOCKER] Add 1.0-STAGING-latest docker tagTimoney, Daniel (dt5972)8-10/+10
Replace 'latest' with '1.0-STAGING-latest' in release-1.0.0 branch Change-Id: I59822fb94c34715ac44b50899e7f47e36c8b1eda Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> [DOCKER] Update image name Change image names from ecomp/* to openecomp/* Change-Id: Ib7607a345e5862b88f532168df22b5fbc6685577 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: d72875d051fb2df4c5b20834c1599d16cdf8d669
2017-03-22[DOCKER] Add 1.0-STAGING-latest docker tagTimoney, Daniel (dt5972)4-3/+4
Replace 'latest' with '1.0-STAGING-latest' in release-1.0.0 branch Change-Id: I59822fb94c34715ac44b50899e7f47e36c8b1eda Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 7a34b791abc83671fdebad314c099e8c18fd17bc
2017-03-15[RELEASE] Use 1.0.0 docker containerTimoney, Daniel (dt5972)1-3/+3
Update docker-compose to use 1.0.0 version instead of latest Change-Id: I34c58107076822c3c841ef6ac832a604c0163f94 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: f5f4cff802a19420092dc275b975a114988ff77e
2017-03-14[ADMPORTAL] Connection leak fixTimoney, Daniel (dt5972)1-0/+2
Added connection.release() Change-Id: I1caeb4e9ea69099e37e8dc0c3869e1100699b40b Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> (cherry picked from commit 02fb35fa2db2cc0ed8e8f3a735b41d8aacc0f383 [formerly 18e4ba71f5b4c553e045c6d02e1a0a5a000a2d6b]) Former-commit-id: 93a07e83588512d9d75ccffbc532f232ef34f121
2017-03-08Merge "{feature}-installer.zip not copied to sdnc-img"Dan Timoney2-2/+1
Former-commit-id: 6215813a6014352fffe921b479e115f5b4076f32
2017-03-08{feature}-installer.zip not copied to sdnc-imgRashmi Pujar2-2/+1
The "generate-sources" phase assigned to docker-maven-plugin occurs much earlier than phase of for building and staging *-installer zip files. This leads to image not having any of these zip, thus ODL inside sdnc containers fails to load sdnc feature repos. The right Maven lifecycle phase for building docker should be "package" as this creates docker-build.tar. Also, removed the redundant file permission change in Dockerfile Change-Id: If951e97dd9568343a577e64a8dd9452aaf74557d Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca> Former-commit-id: 0aa8a5792b8e12f1423fcbe45742b3d6de330558
2017-03-07Grant permissions to *.sh from dockerfileRashmi Pujar1-0/+1
chmod from exec-maven-plugin in pom file doesn't grant file permission. Hence, changing it directly from the Dockerfile. Change-Id: Ic152f5d881e294ae53c11e67391b6892fee4b6a7 Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca> Former-commit-id: 8c4f00ab3215d98e81e9480447696db59f36080e
2017-03-07[DOCKER] Dgbuilder docker build failsTimoney, Daniel (dt5972)1-1/+1
A change made to isolate issue with dgbuilder docker container build was inadvertantly carried forward into patch Change-Id: Ic6179b2cd0a5572e19f6e4265fa0b10dc027cbd8 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: e5a2ca15ad58e8fd83f2460e17ddaa821b4b7e6a
2017-03-07Merge "Grant permissions to *.sh from dockerfile"Dan Timoney1-0/+1
Former-commit-id: f56267900e66eb84ce5a249c32d4a361c2876b79
2017-03-07[Docker] Dgbuilder docker image does not buildTimoney, Daniel (dt5972)50-48/+51
Problem seems to be related to version of exec-maven-plugin - version 1.5.0 seems to work correctly Change-Id: Iafde699687fb06ea1dfd9fa06b04668022007345 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 660e02d8d1fc4a06e756c068f36f9bf74aba3199
2017-03-06[RELEASE] Fix version.propertiesTimoney, Daniel (dt5972)1-3/+3
Update version in version.properties to 1.0.0 (-SNAPSHOT) Change-Id: I911b8bcd36ce1b261662341acdb15725507bd346 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 6166d464fb5fa17f716361615fc7e53d5a6bd28b
2017-02-27[OS-250] Parameterize docker-compose scriptTimoney, Daniel (dt5972)1-3/+3
Use env variable NEXUS_DOCKER_REPO to refer to docker repository Change-Id: I017ea0d31afe8a702babc5f0bf3310b89e38322f Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: e033b8ad1c89e540767d56857724c36356dba9d2
2017-02-24[VERSION] Roll back to snapshotTimoney, Daniel (dt5972)12-24/+24
Roll back to version 1.0.0-SNAPSHOT Change-Id: I34e10826653cb5dc331b8fea0247f4755b1b7a94 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 9b29076458cc42128c2bb324b43176b122ce8a0f
2017-02-23[DOCKER] Ignore jenkins-settings.xmlTimoney, Daniel (dt5972)1-1/+1
Use and instead Change-Id: Ia3abe0005da93490d128254edb199979ab4209bc Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 8e56f4a293cc115f5a2a15b3f35ef2de997abfbe
2017-02-23[DOCKER] Ignore jenkins-settings.xmlTimoney, Daniel (dt5972)1-1/+1
No longer use jenkins-settings.xml in installZips.sh Change-Id: I204e45876e1d247515a04eeb6fbc5805888b4930 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 840feb493a762a6c2afe9c04493c57c3fd7a5e47
2017-02-22[DOCKER-COMPOSE] Hardcode LF settingsTimoney, Daniel (dt5972)1-3/+3
Hard code LF openecomp docker settings in docker-compose.yml Change-Id: I2c7700f3075bfb2cd8e52f499f8bc246d65ad60c Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 9bd0118c19a488062f953c7c71a845b3919a6490
2017-02-21[STAGING] Staging propertiesTimoney, Daniel (dt5972)1-25/+11
Define properties for staging parameters Change-Id: I4d04dce1bb067c8017424ceb7e9a2c16e73b29bb Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 0d0cfdfb1e399108021970b6496f35a9c793636e
2017-02-21[PROFILE] Add build profilesTimoney, Daniel (dt5972)1-40/+70
Define build profiles to enable/disable blackduck and staging Change-Id: If6baee97316011cb49b23b081d8120ed832866a4 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 4d2aecb1d6d0b6fa84bef709b142c0d70b514044
2017-02-21[VERSION] Use official root pomTimoney, Daniel (dt5972)13-24/+127
Use version 1.0.0 of root pom Change-Id: Icc821432b9eb68be9dfb3755f505b6bdd8b97035 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: f8e0d3b080ae4c8069de5b7cefa6ca60dda2fe5d
2017-02-20[VERSION] Reset versionsTimoney, Daniel (dt5972)12-29/+41
Reset versions to 1.0.0-SNAPSHOT Change-Id: I7e21332d0086c647732e87d9410028c2a124f843 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: fae8736f80b74b536fbfb72913db5b17acec8dc1
2017-02-15Initial commit for OpenECOMP SDN-C OA&MTimoney, Daniel (dt5972)1543-0/+175461
Change-Id: I7ab579fd0d206bf356f36d52dcdf4f71f1fa2680 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 2a9f0edd09581f907e62ec4689b5ac94dd5382ba
2017-02-14Initial empty repositoryAndrew Grimberg0-0/+0