Age | Commit message (Collapse) | Author | Files | Lines |
|
For task [APPC-4]
Change-Id: Ide972c5078a04e6d63433dd7af168e59c49f1047
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I8217dafeb8fe1f5b93d01bb8f666573d5c652d88
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I50d213f4d22dff2e211258a3e536dc1a50618b78
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Add script to check if a snapshot or release is being built.
Create the appropriate docker tags for each case.
Change-Id: Iac3e1804222a4ce838a3fb8a2130036ec0cda40d
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I5e1be822e3011edbb292b9438b5a63c5ba68575d
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Adding a while loop around each call to the opendaylight
karaf client. If the client is not available it will try again up
to 10 times. The new version of opendaylight seems to have delays after
installing sdnc components which can cause errors for the appc components.
These script changes fix allow the install script to wait for opendaylight to
become available.
Change-Id: I31d7e365fd528d015f1d4d07a7f67f55c058d1d0
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
basic unix command such as bash, find are hard coded
with complete path which causes build failure. As these
commands are always available in system path, the
hard-coded path is removed to pass the build
Change-Id: I37d1a112dfce811c1074bb7f3af2865b3d221381
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
|
|
Changing to sdnc root pom version 1.1 and to
sdnc docker image version 1.1-SNAPSHOT in order to
support the change to opendaylight Boron.
Change-Id: I6cfcc864d816771c8bf66003313b2d5c42a88c38
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Docker image name was only supposed to have major and minor version.
Change-Id: I34032ffb5cfb07c9d99ed289368f7a7915cd650f
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: Ia01e0821d736ba0035eeabaf221efab32c5f838f
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
|
|
|
|
Change-Id: I40b21060f71ef2e495deb30ea7e8949c673cc3ee
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
I believe Jenkins is settings these env variables.
However, having defaults when env is not set is
helpful to build images locally.
Change-Id: I93e96611a9e9cb7355e38c346f042815838880af
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
|
|
|
|
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 appc containers fails to load
appc feature repos.
The right Maven lifecycle phase for building
docker should be "package" as this creates
docker-build.tar.
Also, note that file permissions change added
to Dockerfile is redundant now that phase is
corrected.
Change-Id: I5565771de5de0593de1aad25f60e4001972712c2
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
|
|
Change-Id: Ib7ca52565fe2d0ed4023a7e70c5b1aa53c260d5d
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: Ice64021a3dc44d4dc4c6a7c56858b2ea406cb815
Signed-off-by: root <ha076r@att.com>
|
|
|
|
Changing snapshot docker image tag to a STAGING version.
Adding maven build timestamp to this image tag.
Change-Id: I86112b37849ac9f2b4218bb006d06d59e293098f
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
chmod from exec-maven-plugin in pom file doesn't grant file permission.
Hence, changing it directly from the Dockerfile.
Change-Id: I5664eab77542b3fdba40d00efc96439f4bbe70be
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
|
|
Adding a line to modify 99-netconf-connector with
new credentials during install.
Change-Id: I40bc31a27f1cfd9d1890027c4bae5deaebc39652
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Temporary change to troubleshoot an issue
Change-Id: I3609aec3990225099dd7f935924f88649027e789
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I939cb5a069c819ec0958a2f5887bbc8183a2b936
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: Id51f821eb7c96a4619b399365b6fcc907dfc73bd
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Placeholders were causing errors during install, replacing them with valid urls
Change-Id: Iacc341b7f2def1ba37e6b04e24392f95dc504a6a
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I1938e425e3b49a5833e0e1e8b8b919c281e574fb
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Changing version from 1.0.0 to 1.0.0-SNAPSHOT
Change-Id: Ia862c98104fa6fd8cac9830aa21c0caa63d3edc1
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I1c0a824d47a740c76f31f1b2d873047961a212c3
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I078ca9015b37bb5d6ec41988ea91a5a2973c87af
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Adding docker build profile so that the maven docker plugin
will only run on the docker jenkins job.
Change-Id: I580b55ef5af6d4424a39ff416eb82f16300bdd65
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9
Signed-off-by: Patrick Brady <pb071s@att.com>
|