aboutsummaryrefslogtreecommitdiffstats
path: root/installation
AgeCommit message (Collapse)AuthorFilesLines
2017-06-19[LICENSE] Updating licenses as per legal decisionroot4-8/+12
Change-Id: Iaa769b9446688358da0fdc844fe80747a8dd35a4 Signed-off-by: root <ha076r@att.com>
2017-06-16Adding new ansible adapter to install scriptsPatrick Brady2-2/+4
[feature/APPC-6] Change-Id: Ib70c272b1538fed94d0721351c48fd61b6fd1f2d Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-16Switching back to a stable version of sdnc imagePatrick Brady1-1/+1
Change-Id: I22d3b081a670aab940fecc8837ce416cc3aaac75 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-13Updating the sdnc docker image versionPatrick Brady1-1/+1
Change-Id: Iaa08144991bc79394968227831a04ea666a0f30e Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-13Enabling install of iaas-adapterPatrick Brady2-3/+5
For task [APPC-4] Change-Id: Ide972c5078a04e6d63433dd7af168e59c49f1047 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-05Deployment changes to support appc rebasePatrick Brady3-47/+21
Change-Id: I8217dafeb8fe1f5b93d01bb8f666573d5c652d88 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-05-16update copyright to avoid noisy diff after buildGuo Ruijing3-1/+61
Change-Id: I50d213f4d22dff2e211258a3e536dc1a50618b78 Signed-off-by: Guo Ruijing <ruijing.guo@intel.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-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-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-07Changing sdnc versionsPatrick Brady1-1/+1
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-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 Brady2-3/+3
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 Brady2-4/+4
2017-03-10Updating master to 1.1.0-SNAPSHOTPatrick Brady2-4/+4
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 versionroot1-0/+2
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 Brady1-2/+6
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-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-24Changing dockerfile sndc versionPatrick Brady1-1/+1
Change-Id: I1938e425e3b49a5833e0e1e8b8b919c281e574fb Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-24Changing to snapshot versionPatrick Brady2-4/+4
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-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-13Initial OpenECOMP appc/deployment commitPatrick Brady9-0/+605
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9 Signed-off-by: Patrick Brady <pb071s@att.com>