Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I85da90b9ba0d03149f42035a820c76ef0285e413
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue: APPC-100
|
|
Change-Id: Id2c5fe1b07ecf1c6e7b70261daae8fa3955400e7
Signed-off-by: Skip Wonnell <kw5258@att.com>
Issue: APPC-98
|
|
Convert to Closeable versions of HttpClient and HttpResponse
and instantiate both inside a TWR.
Change-Id: I37ac34bab545592f51fb054068065fa1c00f7224
Signed-off-by: Skip Wonnell <kw5258@att.com>
Issue: APPC-94
|
|
Place instantiation of FileReader and BufferedReader inside a TWR
Change-Id: Ibc0fffa76e536bdccca92731dc7ebc878faf67a1
Signed-off-by: Skip Wonnell <kw5258@att.com>
|
|
[APPC-87] Fix Maven License Plugin
Change-Id: I23a95b6c1020618d05f17c63c72152cf86e4d4a0
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
[APPC-87] Fix Maven License Plugin
Change-Id: If19274f46b2eaf83539642d313130bdcfa6a9eb7
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Refactor POM to inherit from oparent.
Remove local settings related to nexus and checkstyle.
Issue-id: APPC-78
Change-Id: I52167488d5d9216f351f306348ca77544cac9def
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I712b42f0e09a250cd06ec3a67561ca2ce062f760
Signed-off-by: root <jh245g@att.com>
|
|
Change-Id: I87b4843ca5d646e390d985be27aa1e3b94491d07
Signed-off-by: ecnoel <eric.noel@att.com>
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Sdnc docker images do not seem to contain non-snapshot artifacts.
Switching to use snapshot artifacts should fix the problem.
Change-Id: Ie1e1c3b53ccfee9976c03d9f0934aef7f272eeb5
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I523cc2ce8ec9ddbb606b2e41520dd161a13fcea9
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Added Ansible Adapter Extension for APP-C
Change-Id: I4580fe5ebec526186fff5520fc7d12bff49f3fa4
Signed-off-by: Ashwin Sridharan <asridharan@research.att.com>
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: Ic229be3cc3e4751b9bfbd3c5c08db84ec8e7e0cb
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
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>
|
|
Change-Id: Ibc50b5e56953ce6ceed11b21e9d2042d5a540cad
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I9b8d1f69eb3e0af1935ed8304fea4bf54c1aac47
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
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>
|
|
Change-Id: Ic5aa1977199237e006376231ae3970ece7f2cd26
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: If746c9a29066f8cbf7c27b280a44665144fe96d9
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
|
|
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>
|
|
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>
|
|
Change-Id: I217ef6d42065f029434e55aeed259604ce68689a
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
|
|
Change-Id: Ib1b9bb1797180118ee1e5c0de18aafa2089c514b
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Change-Id: Ifa9b1855dd22c9453c145ed8faf6c16c38b6a17a
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Change-Id: Ib2e06d41d4e1eb6fb40144258067d2c71ac1d620
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
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>
|
|
Change-Id: If01eec50c638ac03828d562f2204309aabb6635a
Signed-off-by: Cheng (Ian) Liu <lch.ian12@gmail.com>
|
|
Change-Id: Ifecb7859b2826a296e5b79e32088069543a27e61
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
Remove unused methods/fields from CommandRequest
and make CommandRequest immutable.
Change-Id: Ie7c43da6a1025ce98dedbff2f68f6f2356882b5b
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Iebaf1f35d4229426086c2f2f1a41da2511f8110b
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
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>
|
|
Change-Id: I5704987b8a7fea1fc7619fa65d93ab3e936cfd26
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Ib6de8d2f0c62bf7a5564b4e104c9384b7b6debce
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I935d39537b83d1daaa63cee86d6fb83c49a5011f
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
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>
|
|
Change-Id: Ica77f21a06eae2cb9f007978950f5cc1f0bb3f4d
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Solving an issue with a missing sdnc sli class.
Change-Id: Ia037c57e17d30e0e6ab14599e48c121bf7875f24
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Needed to support transition away from sdnc root pom.
Change-Id: I9cc410d32afbe17d8060e4ed2353a3a3e0c1628d
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I1af8dc52b98413c4c4c6cb9798843a3790350f9b
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
Change-Id: I3624a0a39fa5b1cc31331149223607da17abcda5
Signed-off-by: Patrick Brady <pb071s@att.com>
|
|
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>
|
|
Change-Id: I5a018f0652b4ad6f35a83ec47203cf0a6efa5366
Signed-off-by: Patrick Brady <pb071s@att.com>
|