appc/deployment.git
6 years agoChanging properties from asdc to sdc 63/13963/1
Patrick Brady [Wed, 20 Sep 2017 20:14:23 +0000 (13:14 -0700)]
Changing properties from asdc to sdc

Change-Id: I4c346f67c2264f10ae5828bbb20bd9be039c54eb
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-222

6 years agoAdding sql for new appc tables 93/13293/3
Patrick Brady [Tue, 19 Sep 2017 06:12:04 +0000 (23:12 -0700)]
Adding sql for new appc tables

Change-Id: Ia7a3bc1e09469c677c105abca118ba402815ae9a
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-206

6 years agoChange asdc listener to sdc 93/13593/2
Patrick Brady [Tue, 19 Sep 2017 20:51:33 +0000 (13:51 -0700)]
Change asdc listener to sdc

Change-Id: Ic93b384f3274e8cf64ab61d63d1065068c2371ab
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-222

6 years agoUpdate APPC properties to match CCSDK artifacts 47/13547/1
Hector Anapan [Tue, 19 Sep 2017 17:41:04 +0000 (13:41 -0400)]
Update APPC properties to match CCSDK artifacts

This is to modify some property files to point to new sdnc directory path (from /opt/openecomp/sdnc to /opt/onap/sdnc) since the new base image (ccsdk image) does not have the /opt/openecomp/sdnc path anymore which is causing errors during docker-compose deployment.

Change-Id: I755562c19d22c254eb811b668cf80a28c4fe9e64
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue-Id: APPC-218

6 years agoTemporary change of ccsdk version 43/13243/1
Patrick Brady [Mon, 18 Sep 2017 21:34:33 +0000 (14:34 -0700)]
Temporary change of ccsdk version

Change-Id: I503b8f59d7f68b1dbd415f239102e405de93d984
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: CCSDK-95

6 years agoUpdate LICENSE.txt with latest license 67/12967/1
Skip Wonnell [Mon, 18 Sep 2017 04:17:24 +0000 (23:17 -0500)]
Update LICENSE.txt with latest license

Change-Id: I422bbd8b3c38712eedb5fa9a2303f3e8663c2ac1
Issue-ID: APPC-90
Signed-off-by: Skip Wonnell <skip@att.com>
6 years agoFix SDNC Docker image names 21/12521/1
Victor Morales [Thu, 14 Sep 2017 19:05:13 +0000 (12:05 -0700)]
Fix SDNC Docker image names

The SDNC images were renamed to use ONAP repository. This change
fixes that.

Change-Id: I6ebcdbb1472502952c2536a63d485677d5e1ebba
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: SDNC-50

6 years agoCleanup project's name in Sonar 09/11309/1
Jessica Wagantall [Fri, 8 Sep 2017 20:26:01 +0000 (13:26 -0700)]
Cleanup project's name in Sonar

The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: I218353348af7a4c287db9a2cdfb3ed1a05ae36fd
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoInitial APPC Deployment Documentation 35/10935/1
Hector Anapan [Thu, 7 Sep 2017 22:09:31 +0000 (18:09 -0400)]
Initial APPC Deployment Documentation

Adding the initial commit to add the APPC Deployment Documentation index path.

Change-Id: I53b88f054274bfadd9afde22dcb33e724b44f84f
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue-Id: DOC-33

6 years agoChanges for ccsdk and new ODL version 99/10899/2
Patrick Brady [Thu, 7 Sep 2017 18:18:21 +0000 (11:18 -0700)]
Changes for ccsdk and new ODL version

Change-Id: I8e19e7b1bb7ea0d36f07ed687cdf90533e147c38
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-Id: APPC-91
Issue-Id: APPC-158

6 years agoModified deployment script for new feature 61/9061/3
Kalpesh Chaniyara [Tue, 29 Aug 2017 09:47:10 +0000 (05:47 -0400)]
Modified deployment script for new feature

Modified deployment script to include new
feature appc-sequence-generator

Issue-Id : APPC-178

Change-Id: Ie223543d4ec8c3eb20ce318594970fcd784df8e1
Signed-off-by: Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com>
6 years agoAdding required DB table for LCM functionality 89/9289/1
Hector Anapan [Wed, 30 Aug 2017 04:08:53 +0000 (00:08 -0400)]
Adding required DB table for LCM functionality

1) Added the DB hostnames to map to the MySQL container's docker IP in APP-C Container's /etc/hosts, then 2) added installAppcDb.sh to create the "appcctl" database and its "transactions" table (in appcctl.dump) since it is needed to complete the LCM functionality, then 3) added some properties in appc.properties since they were used in local testing, but need to double check if they are absolutely necessary

Change-Id: I7be65412ea4a87f7295adc9b6a69fe7ad917d62c
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue: [APPC-122]
Signed-off-by: Hector Anapan <ha076r@att.com>
6 years agoFixing LCM action on 500 Server Error 85/8985/1
Hector Anapan [Mon, 28 Aug 2017 22:21:36 +0000 (18:21 -0400)]
Fixing LCM action on 500 Server Error

As per the latest APPC Docker Image in ONAP Nexus3, logging into the API Explorer (<APPC_IP>:8282/apidoc/explorer/index.html) then triggering any LCM action in appc-provider-lcm (ex: lcm restart) fails with 500 Server Error. This commit fix this by re-ordering the way that the APP-C karaf features are installed in such a way that the domain-model-lib artifact and other dependencies are found when triggering the LCM actions.

Change-Id: I4177df8a5a034500b889a714599aa71f22395de6
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue: [APPC-169]

6 years agoAdding two DGs in platform-logic 35/8435/1
Hector Anapan [Wed, 23 Aug 2017 03:06:13 +0000 (23:06 -0400)]
Adding two DGs in platform-logic

Adding two DGS (APPC Generic Restart, and APPC API Legacy Operation) so that they load automatically during docker image instantiation. These DGs are loaded will now be loaded and activated in the SDNCTL table of the APPC MySQL DB Container.

Change-Id: I3cb366184be05d899e809ed04d70039f6964d27b
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue: [APPC-167]

6 years agoChanging AAIService Bundle to use AAI Properties 73/7773/2
Hector Anapan [Wed, 16 Aug 2017 18:56:54 +0000 (14:56 -0400)]
Changing AAIService Bundle to use AAI Properties

This code changes the docker-compose.yml's SDNC_CONFIG_DIR env.variable in the "appc" service that deploys the appc container to point to appc's aaiclient.properties instead of the sdnc's aiiclient.properties. In doing so, some properties had to be moved to the new SDNC_CONFIG_DIR's appc properties folder path so SDNC karaf features are installed correctly. Also, replacing the AAIClient p12 keystore by converting the validated jks file to this new p12 keystore certificate.

Change-Id: I6ee5bd56f4403cb575fdc93ded8eebc6a7a5cc4b
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue: [APPC-129]

6 years agoChanging sdnc docker image version 37/7637/1
Patrick Brady [Tue, 15 Aug 2017 19:10:40 +0000 (12:10 -0700)]
Changing sdnc docker image version

The current sdnc docker image has a bug where
the incorrect artifacts are present. Until we
make the change over the the new ccsdk images,
this temporary change will allow our appc image
to work again. The change is to use an older
version of the sdnc docker image.

Change-Id: I7565a36b619f8f2cdc567f57e63a12a97671b27a
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-Id: SDNC-56

6 years agoOAM operations - deployment 73/7473/4
Hao Kuang [Mon, 14 Aug 2017 18:05:52 +0000 (18:05 +0000)]
OAM operations - deployment

Add new APPC features for oam, command-executor and lifecycle-management.
Includes these user stories: APPC-39/41/43/44/45/46/52/77.

Issue Id: APPC-38
Change-Id: I374fb363a46158fbf867228857c932b4da553fac
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
6 years agoModifying code to point to AAIService Properties 81/7281/4
Hector Anapan [Thu, 10 Aug 2017 08:25:53 +0000 (03:25 -0500)]
Modifying code to point to AAIService Properties

Adding dblib.properties (mysql credential properties to the sdnctl db),
modifying setenv.sh (used to define property values to mysql
- such as authenticating against the MySQL DB's) and adding the
APPC_CONFIG_DIR env variable as part of the Dockerfile.

Patch: Reverted Unintentional changes to the docker-compose template.
Patch: Changed some formatting as per Marcus's suggestions

Change-Id: I7cf9d90405bb4d552779cd0cd8a4f01525bdd823
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue: [APPC-129]

6 years agoRemoving jenkins-settings.xml file 09/7309/1
Patrick Brady [Fri, 11 Aug 2017 06:31:20 +0000 (23:31 -0700)]
Removing jenkins-settings.xml file

This file is not used by LF Jenkins and should have been removed
long ago.

Change-Id: I0b61b1bf54e6afe200d366fa21b9b73b04c6ad7e
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue: APPC-128

6 years agoMerge "Changing scripts & properties for A&AI connection"
Patrick Brady [Fri, 4 Aug 2017 23:12:33 +0000 (23:12 +0000)]
Merge "Changing scripts & properties for A&AI connection"

6 years agoChanging scripts & properties for A&AI connection 57/6757/1
root [Fri, 4 Aug 2017 22:49:01 +0000 (17:49 -0500)]
Changing scripts & properties for A&AI connection

Modifying and adding new folders, properties files, and scripts to set up APP-C to be able to connect to A&AI. Also, providing general certificates to connect to a standard A&AI instance.

Change-Id: I511dabf7638b947abe800147545e3032919d5144
Signed-off-by: root <ha076r@att.com>
Issue: [APPC-122]

6 years agoCorrecting new vnf_dg_mapping sql 85/6685/2
Patrick Brady [Thu, 3 Aug 2017 21:26:48 +0000 (14:26 -0700)]
Correcting new vnf_dg_mapping sql

The path was wrong to the sql script before,
and it was not included in the bundle.

Change-Id: Id34950dcb424b9c71f203da12820a27ed77d7d45
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue: APPC-88

6 years agoReformatting graph.versions and DGs 85/6585/2
root [Wed, 2 Aug 2017 14:19:30 +0000 (09:19 -0500)]
Reformatting graph.versions and DGs

The DGs and the graph.versions located in the platform-logic folder (the one that loads and activates the DGs into the DB as defined by graph.versions) are formatted as DOS/noeol files which breaks the process to activate/load these DGs into the DB. Formatting these files to UNIX format.

Change-Id: I31c626675801fb37d3de73fae7aa25c4ad59af71
Signed-off-by: root <ha076r@att.com>
Issue: [APPC-99]

6 years agoReformatting graph.versions and DGs 59/6559/3
root [Wed, 2 Aug 2017 14:19:30 +0000 (09:19 -0500)]
Reformatting graph.versions and DGs

The DGs and the graph.versions located in the platform-logic folder (the one that loads and activates the DGs into the DB as defined by graph.versions) are formatted as DOS/noeol files which breaks the process to activate/load these DGs into the DB. Formatting these files to UNIX format.

Change-Id: I281027c3887213a8dfd540e2c66505c7ed6005db
Signed-off-by: root <ha076r@att.com>
Issue: [APPC-99]

6 years agoAdding new directed graphs 03/6503/4
Patrick Brady [Tue, 1 Aug 2017 17:30:53 +0000 (10:30 -0700)]
Adding new directed graphs

Added Generic_Restart and legacy_operation and updated
    topology_operation_all. Created VNF_DG_MAPPING.sql and added code for this sql at
    the end of "install.sh".

Change-Id: Ib741740e8be43cda22c648215b0d7096b95ea2ed
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue:APPC-88

6 years ago[APPC-16] Chef DG in XML/JSON format. 19/5919/3
hector [Tue, 18 Jul 2017 00:29:48 +0000 (20:29 -0400)]
[APPC-16] Chef DG in XML/JSON format.

Change-Id: I35df1f91efe76f7b6e0f268ee715e1f742b44548
Signed-off-by: hector <ha076r@att.com>
6 years agoChanging sdnc root pom version 45/6245/6
Patrick Brady [Tue, 25 Jul 2017 22:54:47 +0000 (15:54 -0700)]
Changing sdnc root pom version

[APPC-95]\7fVersion 1.1.2 of sdnc root pom no longer exists

Change-Id: I3e05c4f1ba6295054af0b2a75ea132509f3c417c
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years agoChanging to sdnc snapshot version [APPC-15] 35/5235/1
Patrick Brady [Fri, 23 Jun 2017 20:10:26 +0000 (13:10 -0700)]
Changing to sdnc snapshot version [APPC-15]

Sdnc docker images do not seem to contain non-snapshot artifacts.
Switching to use snapshot artifacts should fix the problem.

Change-Id: I3d292a7f2f71c263fb77df6a984ba9157063039c
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years ago[APPC-6] Ansible DG in JSON format. 05/5205/1
hector [Sun, 18 Jun 2017 04:46:26 +0000 (00:46 -0400)]
[APPC-6] Ansible DG in JSON format.

Change-Id: I570dbad1653eb72faf49dd108942d5add199455c
Signed-off-by: hector <ha076r@att.com>
6 years agoUpdating sdnc version [APPC-15] 29/5129/5
Patrick Brady [Tue, 20 Jun 2017 19:12:53 +0000 (12:12 -0700)]
Updating sdnc version [APPC-15]

Change-Id: If82cdfb15b0961ca8abd02ee29a56a4457bbad3d
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years ago[LICENSE] Updating licenses as per legal decision 07/5107/5
root [Fri, 16 Jun 2017 17:46:54 +0000 (13:46 -0400)]
[LICENSE] Updating licenses as per legal decision

Change-Id: Iaa769b9446688358da0fdc844fe80747a8dd35a4
Signed-off-by: root <ha076r@att.com>
6 years ago[feature/APPC-6] Adding DG assoc w Ansible Feature 75/5075/3
root [Fri, 16 Jun 2017 15:55:40 +0000 (11:55 -0400)]
[feature/APPC-6] Adding DG assoc w Ansible Feature

Change-Id: I0d24b0ff35954c585f23d17b74b777991eb27634
Signed-off-by: root <ha076r@att.com>
6 years agoAdding new ansible adapter to install scripts 51/5051/3
Patrick Brady [Thu, 15 Jun 2017 21:38:18 +0000 (14:38 -0700)]
Adding new ansible adapter to install scripts

[feature/APPC-6]

Change-Id: Ib70c272b1538fed94d0721351c48fd61b6fd1f2d
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years agoSwitching back to a stable version of sdnc image 73/5073/2
Patrick Brady [Fri, 16 Jun 2017 19:32:50 +0000 (12:32 -0700)]
Switching back to a stable version of sdnc image

Change-Id: I22d3b081a670aab940fecc8837ce416cc3aaac75
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years agoUpdating the sdnc docker image version 25/5025/1
Patrick Brady [Wed, 14 Jun 2017 04:01:38 +0000 (21:01 -0700)]
Updating the sdnc docker image version

Change-Id: Iaa08144991bc79394968227831a04ea666a0f30e
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years agoEnabling install of iaas-adapter 23/5023/3
Patrick Brady [Tue, 13 Jun 2017 22:49:53 +0000 (15:49 -0700)]
Enabling install of iaas-adapter

For task [APPC-4]

Change-Id: Ide972c5078a04e6d63433dd7af168e59c49f1047
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years agoFix root version 13/4613/2
Victor Morales [Fri, 2 Jun 2017 15:25:18 +0000 (10:25 -0500)]
Fix root version

Change-Id: Id14abe6d6ca0745c160f78fc73d674b1ce329027
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoDeployment changes to support appc rebase 75/4675/1
Patrick Brady [Mon, 5 Jun 2017 20:47:55 +0000 (13:47 -0700)]
Deployment changes to support appc rebase

Change-Id: I8217dafeb8fe1f5b93d01bb8f666573d5c652d88
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years agofix maven local build issue 63/3963/2
Guo Ruijing [Sun, 7 May 2017 21:14:31 +0000 (21:14 +0000)]
fix maven local build issue

onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use
maven-assembly-plugin 2.4.1 and build fails as:
Assembly is incorrectly configured: null.

to fix local build issue:
1. update to maven-assembly-plugin 2.6
2. add AssemblyId configuration which is needed for assembly >= 2.2

Change-Id: Icb1178b5c254ce188345cf1ee5381b442c8e668d
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoupdate copyright to avoid noisy diff after build 61/3961/2
Guo Ruijing [Sun, 7 May 2017 21:06:18 +0000 (21:06 +0000)]
update copyright to avoid noisy diff after build

Change-Id: I50d213f4d22dff2e211258a3e536dc1a50618b78
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
7 years agoAdd distMgmt tag to rootpom 13/4113/2
ubuntu [Wed, 10 May 2017 22:31:45 +0000 (18:31 -0400)]
Add distMgmt tag to rootpom

Change-Id: Iffbc88079febaa853a90b6bdfdb7e3728e47b371
Signed-off-by: ubuntu <ha076r@att.com>
7 years ago[UCA-10] Support correct MTU for docker-compose 99/4099/1
ubuntu [Wed, 10 May 2017 16:53:54 +0000 (12:53 -0400)]
[UCA-10] Support correct MTU for docker-compose

Change-Id: I731fe4470a7262b6c01cb5e85cbb5718e18ee782
Signed-off-by: ubuntu <ha076r@att.com>
7 years agoChange docker tagging 45/3745/1
Patrick Brady [Fri, 28 Apr 2017 06:58:13 +0000 (23:58 -0700)]
Change docker tagging

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>
7 years agocall the right script to start dgbuilder 49/3649/2
jwang5 [Mon, 24 Apr 2017 17:48:23 +0000 (12:48 -0500)]
call the right script to start dgbuilder

Change-Id: Ifa92542502ba5e7a1eb6b6329d64a0c5ed71479c
Signed-off-by: Jing Wang <jing.wang5@huawei.com>
7 years agoMerge "Update .gitreview with onap URL"
Patrick Brady [Wed, 26 Apr 2017 19:05:03 +0000 (19:05 +0000)]
Merge "Update .gitreview with onap URL"

7 years agoAdding back docker staging tag with the timestamp 27/3727/1
Patrick Brady [Wed, 26 Apr 2017 16:13:46 +0000 (09:13 -0700)]
Adding back docker staging tag with the timestamp

Change-Id: I5e1be822e3011edbb292b9438b5a63c5ba68575d
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoModify installFeatures.sh script 59/3559/1
Patrick Brady [Thu, 20 Apr 2017 18:02:28 +0000 (11:02 -0700)]
Modify installFeatures.sh script

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>
7 years agoMerge "Fix appc deployment build failure"
Patrick Brady [Tue, 11 Apr 2017 19:34:45 +0000 (19:34 +0000)]
Merge "Fix appc deployment build failure"

7 years agoFix appc deployment build failure 09/3309/2
Kanagaraj Manickam k00365106 [Tue, 11 Apr 2017 09:26:47 +0000 (14:56 +0530)]
Fix appc deployment build failure

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>
7 years agoUsing properties for nexus server definition 89/3289/1
Patrick Brady [Mon, 10 Apr 2017 19:50:37 +0000 (12:50 -0700)]
Using properties for nexus server definition

Change-Id: I85f8d5c2809835b4acdfb613310475bb6365cadb
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging sdnc versions 75/3175/1
Patrick Brady [Fri, 7 Apr 2017 15:59:15 +0000 (08:59 -0700)]
Changing sdnc versions

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>
7 years agoPoint Nexus proxy to new URL 77/2677/1
Andrew Grimberg [Wed, 29 Mar 2017 19:46:41 +0000 (12:46 -0700)]
Point Nexus proxy to new URL

The nexus.openecomp.org domain has been deprecated for nexus.onap.org

Change-Id: I7b56496b399ad7b8e11e3c862cbd14a4570b2351
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoUpdate .gitreview with onap URL 39/2539/1
Andrew Grimberg [Wed, 29 Mar 2017 15:18:50 +0000 (08:18 -0700)]
Update .gitreview with onap URL

Change-Id: I6d9a9ca91b5bb5982b7429c56f7eedfc80705657
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoCorrecting docker image tag mistake 19/2319/1
Patrick Brady [Thu, 23 Mar 2017 06:03:20 +0000 (23:03 -0700)]
Correcting docker image tag mistake

Docker image name was only supposed to have major and minor version.

Change-Id: I34032ffb5cfb07c9d99ed289368f7a7915cd650f
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging docker image tagging 93/2293/3
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>
7 years agoMerge "Add default path for mvn settings file"
Patrick Brady [Fri, 17 Mar 2017 05:42:18 +0000 (05:42 +0000)]
Merge "Add default path for mvn settings file"

7 years agoMerge "Updating master to 1.1.0-SNAPSHOT"
Patrick Brady [Fri, 10 Mar 2017 21:32:03 +0000 (21:32 +0000)]
Merge "Updating master to 1.1.0-SNAPSHOT"

7 years agoUpdating master to 1.1.0-SNAPSHOT 33/2033/1
Patrick Brady [Fri, 10 Mar 2017 21:14:30 +0000 (13:14 -0800)]
Updating master to 1.1.0-SNAPSHOT

Change-Id: I40b21060f71ef2e495deb30ea7e8949c673cc3ee
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdd default path for mvn settings file 45/1845/1
Rashmi Pujar [Wed, 8 Mar 2017 22:15:43 +0000 (17:15 -0500)]
Add default path for mvn settings file

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>
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