appc/deployment.git
7 years agoCorrecting jenkins build errors and docker tags 83/3783/1 release-1.0.0
Patrick Brady [Mon, 1 May 2017 19:15:37 +0000 (12:15 -0700)]
Correcting jenkins build errors and docker tags

Change-Id: I55faadad61dc78e069443ea859a83409758e2b9b
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging docker image tagging 29/2329/2
Patrick Brady [Wed, 22 Mar 2017 20:13:19 +0000 (13:13 -0700)]
Changing docker image tagging

Change-Id: Ia01e0821d736ba0035eeabaf221efab32c5f838f
Signed-off-by: Patrick Brady <pb071s@att.com>
(cherry picked from commit 0a85864fb0d0f104bac684e4fefe3efa4a5438cb)

7 years agoMerge "{feature}-installer.zip not copied to docker image"
Patrick Brady [Wed, 8 Mar 2017 21:28:44 +0000 (21:28 +0000)]
Merge "{feature}-installer.zip not copied to docker image"

7 years ago{feature}-installer.zip not copied to docker image 35/1835/1
Rashmi Pujar [Wed, 8 Mar 2017 20:40:27 +0000 (15:40 -0500)]
{feature}-installer.zip not copied to docker image

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>
7 years agoChanging docker tag version to 1.0.0 31/1831/1
Patrick Brady [Wed, 8 Mar 2017 20:20:31 +0000 (12:20 -0800)]
Changing docker tag version to 1.0.0

Change-Id: Ib7ca52565fe2d0ed4023a7e70c5b1aa53c260d5d
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdd gitignore & explicit plugin version 11/1811/1
root [Wed, 8 Mar 2017 17:41:16 +0000 (12:41 -0500)]
Add gitignore & explicit plugin version

Change-Id: Ice64021a3dc44d4dc4c6a7c56858b2ea406cb815
Signed-off-by: root <ha076r@att.com>
7 years agoMerge "Grant permissions to *.sh from dockerfile"
Patrick Brady [Tue, 7 Mar 2017 21:44:17 +0000 (21:44 +0000)]
Merge "Grant permissions to *.sh from dockerfile"

7 years agoChanging docker image tag names 25/1725/3
Patrick Brady [Tue, 7 Mar 2017 17:52:15 +0000 (09:52 -0800)]
Changing docker image tag names

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>
7 years agoGrant permissions to *.sh from dockerfile 37/1737/1
Rashmi Pujar [Tue, 7 Mar 2017 20:33:37 +0000 (15:33 -0500)]
Grant permissions to *.sh from dockerfile

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>
7 years agoMerge "Fix the artifact version to avoid build failure"
Patrick Brady [Tue, 7 Mar 2017 16:35:52 +0000 (16:35 +0000)]
Merge "Fix the artifact version to avoid build failure"

7 years agoAdding ecocmp-staging repository 21/1721/1
Patrick Brady [Tue, 7 Mar 2017 06:58:24 +0000 (22:58 -0800)]
Adding ecocmp-staging repository

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>
7 years agoMaven staging url 17/1717/1
Patrick Brady [Mon, 6 Mar 2017 23:02:46 +0000 (15:02 -0800)]
Maven staging url

Changing the url to the nexus staging server.

Change-Id: Ibebabc7d6ae6c1f3c97362a0aeff49800d35f3cc
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoPreparing for maven staging releases 93/1693/1
Patrick Brady [Mon, 6 Mar 2017 20:06:38 +0000 (12:06 -0800)]
Preparing for maven staging releases

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>
7 years agoFix the artifact version to avoid build failure 79/1679/1
Rashmi Pujar [Mon, 6 Mar 2017 18:04:17 +0000 (13:04 -0500)]
Fix the artifact version to avoid build failure

Change-Id: I3e0f7797d4ba617137c2494307b9daf5ec647696
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
7 years agoAdding to installFeatures sh 41/1641/1
Patrick Brady [Fri, 3 Mar 2017 16:32:40 +0000 (08:32 -0800)]
Adding to installFeatures sh

Adding a line to modify 99-netconf-connector with
new credentials during install.

Change-Id: I40bc31a27f1cfd9d1890027c4bae5deaebc39652
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoRemoving iaas-adapter from install 35/1635/1
Patrick Brady [Fri, 3 Mar 2017 15:01:31 +0000 (07:01 -0800)]
Removing iaas-adapter from install

Temporary change to troubleshoot an issue

Change-Id: I3609aec3990225099dd7f935924f88649027e789
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoCorrecting windows line endings 27/1627/1
Patrick Brady [Fri, 3 Mar 2017 07:13:02 +0000 (23:13 -0800)]
Correcting windows line endings

Change-Id: I939cb5a069c819ec0958a2f5887bbc8183a2b936
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoModifying app.properties 25/1625/1
Patrick Brady [Fri, 3 Mar 2017 06:26:31 +0000 (22:26 -0800)]
Modifying app.properties

Change-Id: Id51f821eb7c96a4619b399365b6fcc907dfc73bd
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding fake urls in place of placeholders 17/1617/1
Patrick Brady [Thu, 2 Mar 2017 22:36:29 +0000 (14:36 -0800)]
Adding fake urls in place of placeholders

Placeholders were causing errors during install, replacing them with valid urls

Change-Id: Iacc341b7f2def1ba37e6b04e24392f95dc504a6a
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoModified docker-compose script 91/1491/1
root [Mon, 27 Feb 2017 19:57:01 +0000 (14:57 -0500)]
Modified docker-compose script

Change-Id: Id8eb429dc6330f85f4ef884b5633ffe8b1e1073e
Signed-off-by: root <ha076r@att.com>
7 years agoChanging dockerfile sndc version 19/1419/1
Patrick Brady [Fri, 24 Feb 2017 21:56:43 +0000 (13:56 -0800)]
Changing dockerfile sndc version

Change-Id: I1938e425e3b49a5833e0e1e8b8b919c281e574fb
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging to snapshot version 61/1361/1
Patrick Brady [Fri, 24 Feb 2017 08:07:23 +0000 (00:07 -0800)]
Changing to snapshot version

Changing version from 1.0.0 to 1.0.0-SNAPSHOT

Change-Id: Ia862c98104fa6fd8cac9830aa21c0caa63d3edc1
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding docker image latest tag 43/1243/1
Patrick Brady [Wed, 22 Feb 2017 20:10:35 +0000 (12:10 -0800)]
Adding docker image latest tag

Change-Id: I1c0a824d47a740c76f31f1b2d873047961a212c3
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoUpdating docker-compose yml with openecomp nexus 35/1235/1
Patrick Brady [Wed, 22 Feb 2017 20:01:39 +0000 (12:01 -0800)]
Updating docker-compose yml with openecomp nexus

Change-Id: If47c54459efc454a4d7ee5911e4e82b9adb83182
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging jenkins settings path 13/1213/4
Patrick Brady [Wed, 22 Feb 2017 16:15:03 +0000 (08:15 -0800)]
Changing jenkins settings path

Change-Id: I078ca9015b37bb5d6ec41988ea91a5a2973c87af
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdded maven docker profile 81/1181/1
Patrick Brady [Wed, 22 Feb 2017 07:09:58 +0000 (23:09 -0800)]
Added maven docker profile

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>
7 years agoModified SDN-C Artifacts groupIDs 77/277/1
Patrick Brady [Tue, 14 Feb 2017 07:22:37 +0000 (23:22 -0800)]
Modified SDN-C Artifacts groupIDs

Modified SDN-C Artifacts groupID to reflect new naming convention

Change-Id: I53a9a937e0d6cea902ad87000e6d4e6d0584adf1
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoUpdate DG attributes based on latest SDN-C changes 75/275/1
Patrick Brady [Tue, 14 Feb 2017 07:19:08 +0000 (23:19 -0800)]
Update DG attributes based on latest SDN-C changes

Change-Id: I48f314e6fb546e69a65e953c61b6bca83efcf4a6
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding properties for nexus 73/273/1
Patrick Brady [Tue, 14 Feb 2017 07:16:04 +0000 (23:16 -0800)]
Adding properties for nexus

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>
7 years agoInitial OpenECOMP appc/deployment commit 61/261/1
Patrick Brady [Mon, 13 Feb 2017 19:57:08 +0000 (11:57 -0800)]
Initial OpenECOMP appc/deployment commit

Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoInitial empty repository
Andrew Grimberg [Fri, 10 Feb 2017 21:08:50 +0000 (21:08 +0000)]
Initial empty repository