Age | Commit message (Collapse) | Author | Files | Lines |
|
Former-commit-id: 6215813a6014352fffe921b479e115f5b4076f32
|
|
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
|
|
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
|
|
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
|
|
Former-commit-id: f56267900e66eb84ce5a249c32d4a361c2876b79
|
|
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
|
|
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
|
|
Roll back to version 1.0.0-SNAPSHOT
Change-Id: I34e10826653cb5dc331b8fea0247f4755b1b7a94
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: 9b29076458cc42128c2bb324b43176b122ce8a0f
|
|
Use and instead
Change-Id: Ia3abe0005da93490d128254edb199979ab4209bc
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: 8e56f4a293cc115f5a2a15b3f35ef2de997abfbe
|
|
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
|
|
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
|
|
Use version 1.0.0 of root pom
Change-Id: Icc821432b9eb68be9dfb3755f505b6bdd8b97035
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: f8e0d3b080ae4c8069de5b7cefa6ca60dda2fe5d
|
|
Reset versions to 1.0.0-SNAPSHOT
Change-Id: I7e21332d0086c647732e87d9410028c2a124f843
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: fae8736f80b74b536fbfb72913db5b17acec8dc1
|
|
Change-Id: I7ab579fd0d206bf356f36d52dcdf4f71f1fa2680
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: 2a9f0edd09581f907e62ec4689b5ac94dd5382ba
|