appc.git
6 years agoUpdating licenses in all files 71/4771/5
Patrick Brady [Wed, 7 Jun 2017 05:35:43 +0000 (22:35 -0700)]
Updating licenses in all files

Change-Id: Ic229be3cc3e4751b9bfbd3c5c08db84ec8e7e0cb
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years agoRemove duplicated dependencies 89/4589/2
Victor Morales [Thu, 1 Jun 2017 19:14:11 +0000 (14:14 -0500)]
Remove duplicated dependencies

It was removed some duplicated entries from the pom.xml file of
appc-chef-adapter-bundle project

Change-Id: Idab32dcffcaa18af249ff4354453856ab378de2e
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoFixing logic in an if statement 73/4673/1
Patrick Brady [Mon, 5 Jun 2017 20:44:20 +0000 (13:44 -0700)]
Fixing logic in an if statement

Change-Id: Ibc50b5e56953ce6ceed11b21e9d2042d5a540cad
Signed-off-by: Patrick Brady <pb071s@att.com>
6 years agoMerge of new rebased code 83/4583/4
Patrick Brady [Thu, 1 Jun 2017 17:45:37 +0000 (10:45 -0700)]
Merge of new rebased code

Change-Id: I9b8d1f69eb3e0af1935ed8304fea4bf54c1aac47
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoRemove commented methods/fields in APPC 27/3827/2
Marcus G K Williams [Tue, 2 May 2017 22:11:04 +0000 (15:11 -0700)]
Remove commented methods/fields in APPC

Taking a stab at removing numerous
commented out methods and fields.
Almost all of what is removed is
commented code with no explanation.

Change-Id: I61cb1d7100ae6c75f6d42f500ade0504c97b760c
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
7 years agoFix compilation errors in Eclipse 99/3999/2
Gary Wu [Tue, 9 May 2017 04:04:32 +0000 (21:04 -0700)]
Fix compilation errors in Eclipse

Change-Id: Ic5aa1977199237e006376231ae3970ece7f2cd26
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoEnable NETCONF Adapter bundle logging 25/3825/4
Marcus G K Williams [Tue, 2 May 2017 22:14:39 +0000 (15:14 -0700)]
Enable NETCONF Adapter bundle logging

Change-Id: If746c9a29066f8cbf7c27b280a44665144fe96d9
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
7 years agoMerge "Remove unused class StreamHelper"
Patrick Brady [Tue, 16 May 2017 19:56:46 +0000 (19:56 +0000)]
Merge "Remove unused class StreamHelper"

7 years agoRefactor CommandTask classes to be immutable 01/4001/2
Gary Wu [Tue, 9 May 2017 06:04:31 +0000 (23:04 -0700)]
Refactor CommandTask classes to be immutable

Refactor CommandTask and its subclasses to be immutable.
Also made CommandResponse immutable.

Change-Id: I9ea1b57fdff677b163c0fe9ad5d48f24b781a08f
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoMigrate to Java 8 Time API 79/3979/5
Gary Wu [Mon, 8 May 2017 19:59:44 +0000 (12:59 -0700)]
Migrate to Java 8 Time API

Migrate the uses of the old Date class in CommonHeader,
RuntimeContext, QueueMessage, and TransactionRecord to
Java 8 Time API.

Change-Id: I3b0c18b2e63cdab06e37587d2010cb7f626a0396
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoRemove unused class StreamHelper 95/3995/1
Gary Wu [Mon, 8 May 2017 23:13:34 +0000 (16:13 -0700)]
Remove unused class StreamHelper

Change-Id: I217ef6d42065f029434e55aeed259604ce68689a
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoMerge "Remove unused CONFIGURATION_METHOD_NAME"
Patrick Brady [Mon, 8 May 2017 18:52:10 +0000 (18:52 +0000)]
Merge "Remove unused CONFIGURATION_METHOD_NAME"

7 years agoRemove commented out logger in APPC 19/3819/3
Marcus G K Williams [Tue, 2 May 2017 17:29:39 +0000 (10:29 -0700)]
Remove commented out logger in APPC

Change-Id: Ib1b9bb1797180118ee1e5c0de18aafa2089c514b
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
7 years agoRemove unused CONFIGURATION_METHOD_NAME 17/3817/1
Marcus G K Williams [Tue, 2 May 2017 16:43:45 +0000 (09:43 -0700)]
Remove unused CONFIGURATION_METHOD_NAME

Change-Id: Ifa9b1855dd22c9453c145ed8faf6c16c38b6a17a
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
7 years agoMake Flags immutable 91/3591/2
Gary Wu [Fri, 21 Apr 2017 19:34:25 +0000 (12:34 -0700)]
Make Flags immutable

Change-Id: Ib2e06d41d4e1eb6fb40144258067d2c71ac1d620
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoRemove CommandExecutorInput 87/3587/3
Gary Wu [Fri, 21 Apr 2017 18:51:01 +0000 (11:51 -0700)]
Remove CommandExecutorInput

CommandExecutorInput.getTtl() was never called. Once that
is removed, CommandExecutorInput only contains a single
RuntimeContext object.  This change removes CommandExecutorInput
and replaces its uses with RuntimeContext directly.

Change-Id: Ib8145b7f844d4b9ea294622e7cf4bdfc3aefcd0a
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoadd some comments 31/3731/2
Cheng (Ian) Liu [Wed, 26 Apr 2017 20:26:25 +0000 (15:26 -0500)]
add some comments

Change-Id: If01eec50c638ac03828d562f2204309aabb6635a
Signed-off-by: Cheng (Ian) Liu <lch.ian12@gmail.com>
7 years agoRemoving java source and target properties 25/3725/3
Patrick Brady [Wed, 26 Apr 2017 16:05:54 +0000 (09:05 -0700)]
Removing java source and target properties

Change-Id: Ifecb7859b2826a296e5b79e32088069543a27e61
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoRemove CommandRequest and subclasses 85/3585/1
Gary Wu [Fri, 21 Apr 2017 17:22:36 +0000 (10:22 -0700)]
Remove CommandRequest and subclasses

From the last refactoring, CommandRequest ended up
containing only a single CommandExecutorInput value.
This change removes CommandRequest and subclasses and
replaces their use with CommandExecutorInput directly

The type parameter on CommandTask is also removed
accordingly.

Change-Id: I867df65f344fa58698a44c4b20815dbce382ad55
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoMerge "Remove unused methods from CommandRequest"
Patrick Brady [Fri, 21 Apr 2017 06:20:16 +0000 (06:20 +0000)]
Merge "Remove unused methods from CommandRequest"

7 years agoMerge "Refactor CommandExecutorInput to be immutable"
Patrick Brady [Fri, 21 Apr 2017 06:08:59 +0000 (06:08 +0000)]
Merge "Refactor CommandExecutorInput to be immutable"

7 years agoMerge "Refactor Status to be immutable"
Patrick Brady [Thu, 20 Apr 2017 21:10:43 +0000 (21:10 +0000)]
Merge "Refactor Status to be immutable"

7 years agoMerge "Parameterize raw generic type CommandTask<M>"
Patrick Brady [Thu, 20 Apr 2017 20:09:20 +0000 (20:09 +0000)]
Merge "Parameterize raw generic type CommandTask<M>"

7 years agoMerge "Parameterize raw generic type QueueMessage<M>"
Patrick Brady [Thu, 20 Apr 2017 19:28:26 +0000 (19:28 +0000)]
Merge "Parameterize raw generic type QueueMessage<M>"

7 years agoRemove unused methods from CommandRequest 23/3223/2
Gary Wu [Sun, 9 Apr 2017 22:48:12 +0000 (15:48 -0700)]
Remove unused methods from CommandRequest

Remove unused methods/fields from CommandRequest
and make CommandRequest immutable.

Change-Id: Ie7c43da6a1025ce98dedbff2f68f6f2356882b5b
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoRefactor CommandExecutorInput to be immutable 21/3221/2
Gary Wu [Sun, 9 Apr 2017 22:35:41 +0000 (15:35 -0700)]
Refactor CommandExecutorInput to be immutable

Change-Id: Iebaf1f35d4229426086c2f2f1a41da2511f8110b
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoRefactor Status to be immutable 15/3215/3
Gary Wu [Sat, 8 Apr 2017 21:36:17 +0000 (14:36 -0700)]
Refactor Status to be immutable

Change Status class to be immutable.
Add convenience method to convert from a LCMCommandStatus to
a Status object.

Change-Id: I9e47750d15b5ee0f5649b2fabf6387aa12ff9c9d
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoFix unchecked conversion warnings 13/3213/2
Gary Wu [Sat, 8 Apr 2017 05:26:17 +0000 (22:26 -0700)]
Fix unchecked conversion warnings

Change-Id: I5704987b8a7fea1fc7619fa65d93ab3e936cfd26
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoParameterize raw generic type QueueMessage<M> 11/3211/2
Gary Wu [Sat, 8 Apr 2017 05:18:59 +0000 (22:18 -0700)]
Parameterize raw generic type QueueMessage<M>

Change-Id: Ib6de8d2f0c62bf7a5564b4e104c9384b7b6debce
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoParameterize raw generic type CommandTask<M> 09/3209/2
Gary Wu [Sat, 8 Apr 2017 04:13:53 +0000 (21:13 -0700)]
Parameterize raw generic type CommandTask<M>

Change-Id: I935d39537b83d1daaa63cee86d6fb83c49a5011f
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
7 years agoModifying feature install scripts 31/3531/2
Patrick Brady [Tue, 18 Apr 2017 19:09:24 +0000 (12:09 -0700)]
Modifying feature install scripts

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: Ib1bf6c7880398ac2ebe81eaff987ee4921cdb420
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging name of javadocs site to onap 29/3429/1
Patrick Brady [Fri, 14 Apr 2017 16:32:19 +0000 (09:32 -0700)]
Changing name of javadocs site to onap

Change-Id: Ica77f21a06eae2cb9f007978950f5cc1f0bb3f4d
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding import package wildcard 33/3133/1
Patrick Brady [Thu, 6 Apr 2017 19:33:04 +0000 (12:33 -0700)]
Adding import package wildcard

Solving an issue with a missing sdnc sli class.

Change-Id: Ia037c57e17d30e0e6ab14599e48c121bf7875f24
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoSeveral more properties changes 03/3103/1
Patrick Brady [Wed, 5 Apr 2017 23:16:59 +0000 (16:16 -0700)]
Several more properties changes

Needed to support transition away from sdnc root pom.

Change-Id: I9cc410d32afbe17d8060e4ed2353a3a3e0c1628d
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoUpdating properties for Opendaylight Boron 95/3095/2
Patrick Brady [Wed, 5 Apr 2017 17:16:12 +0000 (10:16 -0700)]
Updating properties for Opendaylight Boron

Change-Id: I1af8dc52b98413c4c4c6cb9798843a3790350f9b
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoModifying maven staging url 51/3051/1
Patrick Brady [Tue, 4 Apr 2017 20:13:42 +0000 (13:13 -0700)]
Modifying maven staging url

Change-Id: I3624a0a39fa5b1cc31331149223607da17abcda5
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoMoving maven staging plugin 31/3031/1
Patrick Brady [Tue, 4 Apr 2017 18:24:11 +0000 (11:24 -0700)]
Moving maven staging plugin

Maven staging plugin should be in the plugin section,
not the pluginManagement section where it was.

Change-Id: I51012fb6e22e44a59ce52f4b3937f66619b7945b
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoReplacing nexus urls with properties 67/2967/2
Patrick Brady [Tue, 4 Apr 2017 05:53:26 +0000 (22:53 -0700)]
Replacing nexus urls with properties

Change-Id: I5a018f0652b4ad6f35a83ec47203cf0a6efa5366
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoMerge "Update .gitreview with onap URL"
Patrick Brady [Mon, 3 Apr 2017 22:04:50 +0000 (22:04 +0000)]
Merge "Update .gitreview with onap URL"

7 years agoChanging to opendaylight version Boron 55/2955/4
Patrick Brady [Mon, 3 Apr 2017 16:47:37 +0000 (09:47 -0700)]
Changing to opendaylight version Boron

Change-Id: Ic9e2ee43d991f8308afaef7ff5566c27f4119b12
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding repositories to distributionManagement 53/2953/1
Patrick Brady [Mon, 3 Apr 2017 16:00:49 +0000 (09:00 -0700)]
Adding repositories to distributionManagement

Change-Id: Iaa16f758930910f9b468faee0b6574b1b0af18e9
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoRoot pom parent and other cleanup 63/2763/5
Patrick Brady [Thu, 30 Mar 2017 18:04:22 +0000 (11:04 -0700)]
Root pom parent and other cleanup

Change-Id: I61deff5cffeb0a3730066ca83f86a98b647acd03
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoPoint Nexus proxy to new URL 15/2715/1
Andrew Grimberg [Wed, 29 Mar 2017 20:39:41 +0000 (13:39 -0700)]
Point Nexus proxy to new URL

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

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

Change-Id: I98df56416d6b9335a9f8eb1fc58ce3def188bd9f
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoUpdating master to 1.1.0-SNAPSHOT 31/2031/1
Patrick Brady [Fri, 10 Mar 2017 21:07:19 +0000 (13:07 -0800)]
Updating master to 1.1.0-SNAPSHOT

Change-Id: I4f2bf794f5ce8b60c4fc35817e69c9cbd337cc47
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoMaven staging url 09/1709/2
Patrick Brady [Mon, 6 Mar 2017 21:28:06 +0000 (13:28 -0800)]
Maven staging url

Changing the url to the nexus staging server.

Change-Id: Ie4dbf4a6adc4d7dc76ce2885816c84ca4b9f2fe7
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoPreparing for maven staging releases 89/1689/3
Patrick Brady [Mon, 6 Mar 2017 19:56:21 +0000 (11:56 -0800)]
Preparing for maven staging releases

Adding version.properties file to contain release_variable property.
Adding maven staging plugin to pom file.

Change-Id: I310a27a75ca62408f253a69d461718cbad0c6815
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging dependency version 39/1639/1
Patrick Brady [Fri, 3 Mar 2017 16:00:06 +0000 (08:00 -0800)]
Changing dependency version

Replace 1.0.0 version of netconf-adapter-bundle
with project version variable.

Change-Id: Ib27e09775a54fc116632456faabe4aa52d0bb83c
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdd log statement 37/1637/1
Patrick Brady [Fri, 3 Mar 2017 15:54:48 +0000 (07:54 -0800)]
Add log statement

Add log statement to check if rpcRegistry was up when the
rpc is registered for appc-provider

Change-Id: Ic0939490a04bf4cf61feb7d030a66c4bf8e9353e
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding com.sun.jersey to import package for iaas 33/1633/1
Patrick Brady [Fri, 3 Mar 2017 14:19:17 +0000 (06:19 -0800)]
Adding com.sun.jersey to import package for iaas

Change-Id: I7b26e442459e5a7600e5d51f4e334011a927d037
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoRevert "Removing resolution optional" 31/1631/1
Patrick Brady [Fri, 3 Mar 2017 14:02:11 +0000 (06:02 -0800)]
Revert "Removing resolution optional"

This reverts commit c0b99426c3b8eff26830bccb6e54010b4bbfbfba.

Change-Id: Ic4a61188a88f5feabf7c76af4fff3a6fc1e5c3d0
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoRemoving resolution optional bundle statements 23/1623/1
Patrick Brady [Fri, 3 Mar 2017 05:45:25 +0000 (21:45 -0800)]
Removing resolution optional bundle statements

Statements were added a few commits ago, across several
commits. Removing all of them.

Change-Id: I7891e85be4e890ff52b887c0463615c731eccc75
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging the sdnc snapshot version 09/1609/1
Patrick Brady [Thu, 2 Mar 2017 21:09:19 +0000 (13:09 -0800)]
Changing the sdnc snapshot version

The snapshot version is supposed to be more reliable right now

Change-Id: Iaf47a1444b4622dd41e2263d2782c334663f32e9
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding more resolution optional to import-package 83/1583/2
Patrick Brady [Wed, 1 Mar 2017 23:18:29 +0000 (15:18 -0800)]
Adding more resolution optional to import-package

Trying to correct bundle resolution error caused by com.sun.jdi package
that is used by test case. Adding optional could cause java errors if a
required package is not present.

Change-Id: I6295b8c529390952dfec66fa12a040686c9ebb44
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding more resolution optional to import-package 21/1521/1
Patrick Brady [Tue, 28 Feb 2017 16:26:32 +0000 (08:26 -0800)]
Adding more resolution optional to import-package

Trying to correct artifact errors coming from bundle not containing
artifacts that are used for test cases.

Change-Id: Ia0a2f701809399ef37ae43f575a6ebef3be9e18c
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding more resolution optional to import-package 15/1515/1
Patrick Brady [Tue, 28 Feb 2017 06:56:21 +0000 (22:56 -0800)]
Adding more resolution optional to import-package

Change-Id: I36abc9429f1ce21fb75e73b3dd7dc1067c49be63
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding more scope constaints to import-package 09/1509/1
Patrick Brady [Tue, 28 Feb 2017 05:07:48 +0000 (21:07 -0800)]
Adding more scope constaints to import-package

Constaining scope of import-package to only runtime or compile
dependencies.

Change-Id: I507593cd1f446310525945385f7c7c23d6fc1a38
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding resolution optional to import-package 05/1505/1
Patrick Brady [Mon, 27 Feb 2017 23:31:21 +0000 (15:31 -0800)]
Adding resolution optional to import-package

Change-Id: I47bbd5c8954c0805cf1ccc74e2a32f6d4a1dd369
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding scope constaint to import-package 03/1503/1
Patrick Brady [Mon, 27 Feb 2017 22:11:08 +0000 (14:11 -0800)]
Adding scope constaint to import-package

Constaining scope of import-package to only runtime or compile
dependencies.

Change-Id: I5fe2123a140895a29de0f3c36e5487c789986a48
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoDisabling sshAdapterTest 95/1395/1
Patrick Brady [Fri, 24 Feb 2017 19:06:17 +0000 (11:06 -0800)]
Disabling sshAdapterTest

Sometimes the test fails randomly since its trying to
make an ssh connection.

Change-Id: Id1e7166e18e690c98a0c7ed8d86968226f70804b
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging to snapshot version 59/1359/1
Patrick Brady [Fri, 24 Feb 2017 08:04:10 +0000 (00:04 -0800)]
Changing to snapshot version

Changing version from 1.0.0 to 1.0.0-SNAPSHOT

Change-Id: If11d37d83348e5c4db298414e627622a62480d3f
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoUpdating nexus url path 47/1147/1
Patrick Brady [Tue, 21 Feb 2017 21:47:01 +0000 (13:47 -0800)]
Updating nexus url path

We had the incorrect path after the url for openecomp nexus.

Change-Id: I605e442d37a46578eccb62decf7646347bde8b42
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoIgnoring tests temporarily 45/1145/1
Patrick Brady [Tue, 21 Feb 2017 21:27:34 +0000 (13:27 -0800)]
Ignoring tests temporarily

Ignoring tests so that docker images can be built.
Problems will be fixed and tests re-enabled.

Change-Id: Iba214f02df61b463a7bb5ca5a23be678933fa03b
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoAdding correct nexus url to pom 43/1143/1
Patrick Brady [Tue, 21 Feb 2017 21:20:34 +0000 (13:20 -0800)]
Adding correct nexus url to pom

Change-Id: I6aeec7d07c9c3f65bc468c5d62441b6063368713
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChanging sdc-distribution-client version 09/709/1
Patrick Brady [Fri, 17 Feb 2017 21:57:52 +0000 (13:57 -0800)]
Changing sdc-distribution-client version

Changing sdc-distribution-client dependency version to 1.0.0-SNAPSHOT

Change-Id: I8239564d0bbed00f996ec49bcf6949e064b6c71b
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoMoving all files to root directory 87/487/1
Patrick Brady [Thu, 16 Feb 2017 07:11:26 +0000 (23:11 -0800)]
Moving all files to root directory

Change-Id: Ica5535fd6ec85f350fe1640b42137b49f83f10f0
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoChange nexus values to properties 71/271/1
Patrick Brady [Tue, 14 Feb 2017 06:53:09 +0000 (22:53 -0800)]
Change nexus values to properties

Update Nexus Url and Port property value to not be a static value.

Change-Id: Iba1f8d97afe066e5b2126ef666c72beedd8b0285
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoRemoved README.md's specific references 65/265/1
Patrick Brady [Mon, 13 Feb 2017 20:17:19 +0000 (12:17 -0800)]
Removed README.md's specific references

Change-Id: I0abb009682d362d0818b527e41b76c15f77ef6cc
Signed-off-by: Patrick Brady <pb071s@att.com>
7 years agoInitial OpenECOMP APPC commit 33/233/1
Patrick Brady [Fri, 10 Feb 2017 23:00:49 +0000 (15:00 -0800)]
Initial OpenECOMP APPC commit

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