aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-18Fix sdnc dgbuilder build failureKanagaraj Manickam k003651061-5/+5
ant reports build_pom_for_yang_compile as invalid command on windows as ant plugin consider it as native command. executable directive make it explicit. Change-Id: I25d202eafeda6102cba38bd12e78a1d2a617e785 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Former-commit-id: 7e56426b59afa7866cd28a04efc6e133907d625d
2017-04-07Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu6-0/+7
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I95df31b2eb880eb6d2a466eafcc57206f9d3d516 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> Former-commit-id: 59263d726d0c6811c7608a0cbbbff18f74aa8c22
2017-04-07[SDNC-5] added yang uploadChinthakayala, Sheshashailavas52-689/+422
and added break node Change-Id: I8d36b5d400a51a6ebc248b100f04284cf27abcad Signed-off-by: Chinthakayala, Sheshashailavas <sc2914@att.com> Former-commit-id: ae6804f3c5805f78198b26de88ceb6dfa9bb335b
2017-04-05[SDNC-3] Update javadoc configDan Timoney1-2/+2
Update javadoc config to publish to onap.org site Change-Id: Iecf97532a04491d55d56fa2300ac3203cc29dfc1 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 71e34eca56478cae420cd69db0b8ff1195e1113f
2017-04-04[DOCKER] Fix dgbuilder docker buildDan Timoney1-1/+1
Correct error in Dockerfile for dgbuilder that prevents docker container from building Change-Id: I7c0f0eef62b759ebf04ef7a6bd08eca78a673ce9 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 493371eaedf4dbe9eb522474707c6f7c2db5b202
2017-03-31[SDNC-5] Rebase sdnc-oamDan Timoney51-451/+638
Port to OpenDaylight Boron and sync updates since 16.10 Change-Id: I9f6febe0bd3d50c3d27c775e5a41806ee3d2e6cb Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c7fb7db31a50d5f0005251d41f497fbd4fb2ae4b
2017-03-30Merge "Update .gitreview with onap URL"Dan Timoney1-1/+1
Former-commit-id: b362bbc75a899951e8b9c4db004873bde1a51a59
2017-03-29Update domain URLs from openecomp.org to onap.orgAndrew Grimberg1-3/+3
The openecomp.org namespace is deprecated in favor of the onap.org namespace Change-Id: I28fe5014fd1c443fa8c68b58008e2a4c242cb7c5 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org> Former-commit-id: e37d52d7152711e8638ffea320d35e6d74cc8c82
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-1/+1
Change-Id: I35dc58f1cd6cd9c33f6d1f1ce260350e4ed820ea Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org> Former-commit-id: ffc7184b802e2972f8b5da9d2b25d6e6b842969d
2017-03-27[SDNGC-XXXX] fixing sql connection leakAl Rotundo7-69/+66
was not cleaning up sql connections during checkDB, removed call to checkDB, redundant Change-Id: I3d4a10cb7b743eb68a1969c1719c376829bc27c3 Signed-off-by: Al Rotundo <arotundo@att.com> Former-commit-id: d9b6e415838e94bf485c01a3f5d6aaa841e37c45
2017-03-15Merge "Add default path for mvn settings file"Dan Timoney1-3/+10
Former-commit-id: 9f4bdc553cfe0b509d6f536b31f44c30d7605935
2017-03-15[VERSION] Roll to next versionTimoney, Daniel (dt5972)13-25/+25
Roll to version 1.1.0-SNAPSHOT Change-Id: If078aef1ef1a05207d98125d01cec8abdf598af4 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: d239580db622f04200795e0343413dd288495d81
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> Former-commit-id: 18e4ba71f5b4c553e045c6d02e1a0a5a000a2d6b
2017-03-08Add default path for mvn settings fileRashmi Pujar1-3/+10
I believe Jenkins is settings these env variables. However, having defaults when env is not set is helpful to build images locally. Change-Id: I0a40d5ce85e114a8ebb8003c94b7f0f7e3eb6d41 Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca> Former-commit-id: 86b789e39591f2cbe7810806d196b8b342e89883
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