aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-11Add distMgmt tag to rootpomubuntu1-0/+16
Change-Id: Iffbc88079febaa853a90b6bdfdb7e3728e47b371 Signed-off-by: ubuntu <ha076r@att.com>
2017-05-10[UCA-10] Support correct MTU for docker-composeubuntu1-0/+6
Change-Id: I731fe4470a7262b6c01cb5e85cbb5718e18ee782 Signed-off-by: ubuntu <ha076r@att.com>
2017-04-27Change docker taggingPatrick Brady1-2/+36
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>
2017-04-26call the right script to start dgbuilderjwang51-1/+1
Change-Id: Ifa92542502ba5e7a1eb6b6329d64a0c5ed71479c Signed-off-by: Jing Wang <jing.wang5@huawei.com>
2017-04-26Merge "Update .gitreview with onap URL"Patrick Brady1-1/+1
2017-04-26Adding back docker staging tag with the timestampPatrick Brady1-1/+1
Change-Id: I5e1be822e3011edbb292b9438b5a63c5ba68575d Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-20Modify installFeatures.sh scriptPatrick Brady1-3/+17
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>
2017-04-11Merge "Fix appc deployment build failure"Patrick Brady1-3/+3
2017-04-11Fix appc deployment build failureKanagaraj Manickam k003651061-3/+3
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>
2017-04-10Using properties for nexus server definitionPatrick Brady1-12/+6
Change-Id: I85f8d5c2809835b4acdfb613310475bb6365cadb Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-07Changing sdnc versionsPatrick Brady2-2/+2
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>
2017-03-29Point Nexus proxy to new URLAndrew Grimberg1-2/+9
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I7b56496b399ad7b8e11e3c862cbd14a4570b2351 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-1/+1
Change-Id: I6d9a9ca91b5bb5982b7429c56f7eedfc80705657 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-22Correcting docker image tag mistakePatrick Brady1-1/+1
Docker image name was only supposed to have major and minor version. Change-Id: I34032ffb5cfb07c9d99ed289368f7a7915cd650f Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-22Changing docker image taggingPatrick Brady3-5/+5
Change-Id: Ia01e0821d736ba0035eeabaf221efab32c5f838f Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-17Merge "Add default path for mvn settings file"Patrick Brady1-0/+27
2017-03-10Merge "Updating master to 1.1.0-SNAPSHOT"Patrick Brady7-12/+12
2017-03-10Updating master to 1.1.0-SNAPSHOTPatrick Brady7-12/+12
Change-Id: I40b21060f71ef2e495deb30ea7e8949c673cc3ee Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-08Add default path for mvn settings fileRashmi Pujar1-0/+27
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>
2017-03-08Merge "{feature}-installer.zip not copied to docker image"Patrick Brady2-2/+2
2017-03-08{feature}-installer.zip not copied to docker imageRashmi Pujar2-2/+2
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>
2017-03-08Changing docker tag version to 1.0.0Patrick Brady1-1/+1
Change-Id: Ib7ca52565fe2d0ed4023a7e70c5b1aa53c260d5d Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-08Add gitignore & explicit plugin versionroot2-0/+58
Change-Id: Ice64021a3dc44d4dc4c6a7c56858b2ea406cb815 Signed-off-by: root <ha076r@att.com>
2017-03-07Merge "Grant permissions to *.sh from dockerfile"Patrick Brady1-0/+1
2017-03-07Changing docker image tag namesPatrick Brady2-3/+7
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>
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: I5664eab77542b3fdba40d00efc96439f4bbe70be Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
2017-03-07Merge "Fix the artifact version to avoid build failure"Patrick Brady1-1/+1
2017-03-06Adding ecocmp-staging repositoryPatrick Brady1-1/+8
Adding a repository section to the pom file so that the path to the ecomp-staging nexus can be defined there instead of the staging plugin itself since the staging plugin only wants the base url of the nexus server. Change-Id: I8e4e5e4e8c6b2e1fa304ae72a08b000a14ff2d45 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-06Maven staging urlPatrick Brady1-11/+11
Changing the url to the nexus staging server. Change-Id: Ibebabc7d6ae6c1f3c97362a0aeff49800d35f3cc Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-06Preparing for maven staging releasesPatrick Brady2-3/+15
Changing version in version.properties file to 1.0.0. Adding maven staging plugin to pom file. Change-Id: Ifeee32f8af6f0b07dd9782629b1c4fe939a07840 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-06Fix the artifact version to avoid build failureRashmi Pujar1-2/+2
Change-Id: I3e0f7797d4ba617137c2494307b9daf5ec647696 Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
2017-03-03Adding to installFeatures shPatrick Brady1-0/+3
Adding a line to modify 99-netconf-connector with new credentials during install. Change-Id: I40bc31a27f1cfd9d1890027c4bae5deaebc39652 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-03Removing iaas-adapter from installPatrick Brady2-2/+0
Temporary change to troubleshoot an issue Change-Id: I3609aec3990225099dd7f935924f88649027e789 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-02Correcting windows line endingsPatrick Brady1-119/+119
Change-Id: I939cb5a069c819ec0958a2f5887bbc8183a2b936 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-02Modifying app.propertiesPatrick Brady1-121/+119
Change-Id: Id51f821eb7c96a4619b399365b6fcc907dfc73bd Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-02Adding fake urls in place of placeholdersPatrick Brady1-2/+2
Placeholders were causing errors during install, replacing them with valid urls Change-Id: Iacc341b7f2def1ba37e6b04e24392f95dc504a6a Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-27Modified docker-compose scriptroot1-2/+2
Change-Id: Id8eb429dc6330f85f4ef884b5633ffe8b1e1073e Signed-off-by: root <ha076r@att.com>
2017-02-24Changing dockerfile sndc versionPatrick Brady1-1/+1
Change-Id: I1938e425e3b49a5833e0e1e8b8b919c281e574fb Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-24Changing to snapshot versionPatrick Brady6-11/+11
Changing version from 1.0.0 to 1.0.0-SNAPSHOT Change-Id: Ia862c98104fa6fd8cac9830aa21c0caa63d3edc1 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-22Adding docker image latest tagPatrick Brady1-1/+1
Change-Id: I1c0a824d47a740c76f31f1b2d873047961a212c3 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-22Updating docker-compose yml with openecomp nexusPatrick Brady1-3/+3
Change-Id: If47c54459efc454a4d7ee5911e4e82b9adb83182 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-22Changing jenkins settings pathPatrick Brady1-1/+1
Change-Id: I078ca9015b37bb5d6ec41988ea91a5a2973c87af Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-21Added maven docker profilePatrick Brady1-40/+178
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>
2017-02-13Modified SDN-C Artifacts groupIDsPatrick Brady2-2/+2
Modified SDN-C Artifacts groupID to reflect new naming convention Change-Id: I53a9a937e0d6cea902ad87000e6d4e6d0584adf1 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-13Update DG attributes based on latest SDN-C changesPatrick Brady2-2/+782
Change-Id: I48f314e6fb546e69a65e953c61b6bca83efcf4a6 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-13Adding properties for nexusPatrick Brady1-4/+6
Replacing the ecomp nexus url and port with a property ecomp.nexus.url and ecomp.nexus.port Change-Id: I432f5730ef3ac4588a9eb8e64e4348fa23d53f30 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-13Initial OpenECOMP appc/deployment commitPatrick Brady29-0/+1684
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-10Initial empty repositoryAndrew Grimberg0-0/+0