Abdelmuhaimen Seaudi [Fri, 14 Jun 2019 14:05:15 +0000 (14:05 +0000)]
Correct netconf capability matching regex
Issue-ID: CCSDK-1403
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I0e8efc620f09af4fc776fbbf9d4e08e721dc8c63
Serge Simard [Wed, 12 Jun 2019 14:06:24 +0000 (10:06 -0400)]
Various bug fixes encountered during remote ansible executor development.
- Upload CBA sometimes failed because Property files were left opened.
- Default value were ignored on datatype elements.
- Various erroneous error messages
- Fixed job template lookup by name encoding when name contains blanks.
Issue-ID: CCSDK-1357
Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: If9d4b0339d647e6c99121f5464a1b6da787761a0
Signed-off-by: Serge Simard <serge@agilitae.com>
ottero [Thu, 6 Jun 2019 13:46:11 +0000 (13:46 +0000)]
Fixing restconf_client.py script
The restconf_client.py script uses BlueprintWebClientService to send
REST requests to ODL. When the methods of that interface have the type
of the returns changed from String to WebClientResponse, the script
stopped working.
This fix changes the way the response is manipulated, to act upon a
WebClientResponse and not on a String
Change-Id: I3876c5b27d65058f0b5b77da17f9225fc04779c6
Issue-ID: CCSDK-1384
Signed-off-by: ottero <rodrigo.ottero@est.tech>
Dan Timoney [Mon, 3 Jun 2019 19:14:01 +0000 (19:14 +0000)]
Merge "Improved error handling for remote ansible executor. - Aligned error status with AWX job details status; i.e. lowercase - Fixed error message in Validation module; encountered during debug. - Added better handling of inventory name resolution failure. - Now supports json endpoint selector values, via DSL."
Dan Timoney [Mon, 3 Jun 2019 18:50:26 +0000 (18:50 +0000)]
Merge "Correction in Image references and CBA structure Issue-ID: CCSDK-1359"
Dan Timoney [Mon, 3 Jun 2019 18:48:35 +0000 (18:48 +0000)]
Merge "add SDNC MD-SAL Restconf URL settings"
Serge Simard [Mon, 3 Jun 2019 18:36:50 +0000 (14:36 -0400)]
Improved error handling for remote ansible executor.
- Aligned error status with AWX job details status; i.e. lowercase
- Fixed error message in Validation module; encountered during debug.
- Added better handling of inventory name resolution failure.
- Now supports json endpoint selector values, via DSL.
Change-Id: I71735956e4b543e5ab62e891ef1e18f4963ffadb
Issue-ID: CCSDK-1357
Signed-off-by: Serge Simard <serge@agilitae.com>
Abdelmuhaimen Seaudi [Sun, 2 Jun 2019 18:28:16 +0000 (18:28 +0000)]
add SDNC MD-SAL Restconf URL settings
Issue-ID: CCSDK-1376
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I2817e6282e982f07d60169b99adf4cb1c07d2541
Dan Timoney [Fri, 31 May 2019 18:29:22 +0000 (18:29 +0000)]
Merge "Add logger to the server"
andreasgeissler [Fri, 31 May 2019 10:23:38 +0000 (12:23 +0200)]
Correction in Image references and CBA structure
Issue-ID: CCSDK-1359
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: Iaea5733274bc78609ae2dd3ba04e456824de105d
Dan Timoney [Thu, 30 May 2019 18:32:14 +0000 (18:32 +0000)]
Merge "Remote AWX ansible playbook executor"
Rami [Mon, 27 May 2019 15:23:37 +0000 (17:23 +0200)]
Add logger to the server
- add logger with interceptor for requests
Change-Id: Iecb6b6e51c28aadcc4eec3bb69dc38f4e0e346c5
Issue-ID: CCSDK-1295
Signed-off-by: Rami <rmohamed.ext@orange.com>
Dan Timoney [Wed, 29 May 2019 18:05:10 +0000 (18:05 +0000)]
Merge "CCSDK-1308- Files sorting"
Dan Timoney [Wed, 29 May 2019 14:55:55 +0000 (14:55 +0000)]
Merge "Include orig err in CBA upload errmsg"
Dan Timoney [Tue, 28 May 2019 17:34:27 +0000 (17:34 +0000)]
Merge "Bug fix: Enrichment fails for processor-db source"
ottero [Tue, 28 May 2019 09:25:45 +0000 (09:25 +0000)]
Returning null for unresolved variables
When Blueprints Processor was not able to evaluate a variable, it would
set its value to null.
The expected behaviour would be to set the value to the default repres-
entation in the formal notation as defined by Apache Velocity, which is
a dollar followed by the name of the variable between curly braces. For
example, if the value of the variable pnf-id could not be evaluated in
runtime, its value would be defined as the string "${pnf-id}".
The problem happened during evaluation of the variables that would be
later sent to the template-meshing code for processing.
The fix was to add a check before the value was assigned to the varia-
ble; if the was not null, the assignment will happen normally. Otherwi-
se, if the evaluation resolves to null, the variable receives the defa-
ult value (string "${<variable name>}").
Besides the tests that were put in place to test the code changed for
this fix, two tests were added to the existing test case of the templa-
te meshing code, to act as regression test.
Change-Id: I635afb1eba4c0d45b821811f0119fa6c87ea9542
Issue-ID: CCSDK-1358
Signed-off-by: ottero <rodrigo.ottero@est.tech>
Steve Siani [Tue, 21 May 2019 19:56:25 +0000 (15:56 -0400)]
Bug fix: Enrichment fails for processor-db source
Issue-ID: CCSDK-1324
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I21705485de9a11a65c1e032fc121c89917334104
Serge Simard [Fri, 17 May 2019 10:39:58 +0000 (06:39 -0400)]
Remote AWX ansible playbook executor
Issue-ID: CCSDK-1357
Change-Id: I794ce5450b341606829a1a37d9efed48abab32cc
Signed-off-by: Serge Simard <serge@agilitae.com>
Arundathi Patil [Mon, 27 May 2019 09:44:14 +0000 (15:14 +0530)]
CCSDK-1308- Files sorting
Files are now sorted in ascending order
Issue-ID: CCSDK-1308
Change-Id: I4143a132a946815363f1c80b6ab37b6590ee242c
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Steve Siani [Thu, 23 May 2019 04:09:46 +0000 (00:09 -0400)]
make templating service support JsonNode instead of any.
Issue-ID: CCSDK-1360
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I374a6a013514df9062ffdfc1ab278bd9e00776d9
Oleg Mitsura [Thu, 23 May 2019 18:11:55 +0000 (14:11 -0400)]
Include orig err in CBA upload errmsg
Issue-ID: CCSDK-1363
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I064a9d8654e0ccd612b60f9a3a195980a0c16d0f
Brinda Santh [Fri, 17 May 2019 14:07:14 +0000 (10:07 -0400)]
Add cli test blueprints
Change-Id: Ieab385f5e4ae60cca3d86f22c4304e4867e6fa96
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Brinda Santh [Thu, 16 May 2019 16:37:55 +0000 (12:37 -0400)]
Add cli executor options
Change-Id: I55abe099997bad1666b762b7f8355b084f691001
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Brinda Santh [Wed, 15 May 2019 21:03:13 +0000 (17:03 -0400)]
Add cli executor models
Change-Id: I611de175a265ea27dcb64fa08c33de5eb2dbffb6
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Brinda Santh [Wed, 15 May 2019 19:21:34 +0000 (15:21 -0400)]
Add cli executor component
Change-Id: I0997e9bc71b74bdff57bd2405a9b1ec962130715
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Brinda Santh [Wed, 15 May 2019 17:50:20 +0000 (13:50 -0400)]
Add ssh client configuration service
Change-Id: I88515b430311e7937ea45516cc0fb07b4dab3c2f
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Brinda Santh [Mon, 20 May 2019 19:27:55 +0000 (15:27 -0400)]
Add Kafka client services
Change-Id: I76cf52f6df10e114539c4d65620f431e0f747644
Issue-ID: CCSDK-1349
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Alexis de Talhouët [Wed, 22 May 2019 15:31:03 +0000 (11:31 -0400)]
Fix payload has not been init in aysnc
Change-Id: I6c8c0fca6ffd7f7cc9814a5b88889c5f67cbd52f
Issue-ID: SO-1587
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Arundathi Patil [Tue, 21 May 2019 14:42:12 +0000 (20:12 +0530)]
Fixed defect CCSDK-1339
Fixed defect ccsdk-1339
Issue-ID: CCSDK-1339
Change-Id: Iabf12c0c7430cda9a259d1917f344d58c432bd05
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Dan Timoney [Thu, 16 May 2019 13:44:58 +0000 (13:44 +0000)]
Merge "BlueprintWebClientService: added return status"
Dan Timoney [Thu, 16 May 2019 13:24:00 +0000 (13:24 +0000)]
Merge "Fix: Enrichment fails for processor-db source"
Dan Timoney [Thu, 16 May 2019 13:22:20 +0000 (13:22 +0000)]
Merge "Bugfix: Blueprints Processor always return 200 OK"
Dan Timoney [Thu, 16 May 2019 13:20:34 +0000 (13:20 +0000)]
Merge "Resource dictionary- updated license text"
Dan Timoney [Thu, 16 May 2019 13:20:20 +0000 (13:20 +0000)]
Merge "Resource dictionary- updated license text"
Dan Timoney [Thu, 16 May 2019 13:20:01 +0000 (13:20 +0000)]
Merge "Resource dictionary- updated license text"
ottero [Thu, 16 May 2019 09:00:07 +0000 (09:00 +0000)]
Bugfix: Blueprints Processor always return 200 OK
Currently the Blueprints Processor mS replies with a 200 OK HTTP status
code even if an exception occurs in the server side while executing the
request.
Thus, the only way for a REST client to determine if the request was
successful or not is by analysing the response and evaluate the
content of the element status.code
This bugfix modifies the HTTP status code of the response to match the
one inside the response.
Issue-ID: CCSDK-1327
Change-Id: I05a58cb3ab9359319172f2d8f1a665fdcdc1230b
Signed-off-by: ottero <rodrigo.ottero@est.tech>
prathamesh morde [Mon, 13 May 2019 02:24:04 +0000 (22:24 -0400)]
Fixed I/O error and removed unwanted finally clause.
Change-Id: Id1993a4983ca103ac28655b57481bb96aa89f1f1
Issue-ID:CCSDK-1318
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
Oleg Mitsura [Mon, 13 May 2019 19:49:03 +0000 (15:49 -0400)]
BlueprintWebClientService: added return status
Issue-ID: CCSDK-1331
Change-Id: I8dab8ad4eaebf1863f11c4d38c52cf7f64b0a4d5
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Steve Siani [Wed, 15 May 2019 15:23:18 +0000 (11:23 -0400)]
Fix: Enrichment fails for processor-db source
Change-Id: I7a426323dc22cb19a1c3eb77f7f4f30cf7da32e0
Issue-ID: CCSDK-1324
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
prathamesh morde [Mon, 13 May 2019 15:53:08 +0000 (11:53 -0400)]
Upates in sdc-listener notification part.
-Added COMPOENT_DONE_OK status if sdc-listener fails to parse the CBA archive.
-Make use of IComponentDoneStatusMessage instead of IFinalDistrStatusMessage.
-Added DownloadStausMessage to handle download CSAR notification.
-Change the sli-version in blueprint-processor to 0.5.0-SNAPSHOT.
Change-Id: Ie6bb0569e6daffb13e06532f670aac27af1f935e
Issus-ID:CCSDK-1319
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
Dan Timoney [Mon, 13 May 2019 18:43:07 +0000 (18:43 +0000)]
Merge "Resource dictionary- updated license text"
Dan Timoney [Mon, 13 May 2019 13:28:28 +0000 (13:28 +0000)]
Merge "Fixed defect CCSDK-1326"
Dan Timoney [Mon, 13 May 2019 12:52:44 +0000 (12:52 +0000)]
Merge "Modify CDS-UI server to allow communicating with external blueprint mS"
Arundathi Patil [Mon, 13 May 2019 09:11:15 +0000 (14:41 +0530)]
Fixed defect CCSDK-1326
fixed defect ccsdk-1326
Issue-ID; CCSDK-1326
Change-Id: Ibfc6d6df0fa47569e326fd9e61227e08c36aa0c2
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Dan Timoney [Sat, 11 May 2019 19:45:10 +0000 (19:45 +0000)]
Merge "Fixed the parsing path for CBA archive"
Dan Timoney [Sat, 11 May 2019 19:43:22 +0000 (19:43 +0000)]
Merge "Fixed defect CCSDK-1299"
Dan Timoney [Sat, 11 May 2019 19:41:44 +0000 (19:41 +0000)]
Merge "UT for Blueprint core"
prathamesh morde [Thu, 9 May 2019 15:30:34 +0000 (11:30 -0400)]
Fixed the parsing path for CBA archive
- Added the parsing path as per the new requirements.
- Error handling logic if the parser fails to find the CBA archive or fails
to store/read cba or csar archive
Change-Id: I33de939cb39f7d9afb68230b226f8ee6d7544fe4
Issue-ID:CCSDK-1318
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
Arundathi Patil [Thu, 9 May 2019 14:01:42 +0000 (19:31 +0530)]
Fixed defect CCSDK-1299
fixed defect ccsdk-1299
Issue-ID: CCSDK-1299
Change-Id: Ie0e02564cbf62fdc8314086d70bc3b7b38122323
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Rami [Thu, 9 May 2019 12:52:42 +0000 (14:52 +0200)]
UT for Blueprint core
CustomFunctions and BluePrintContext
Issue-ID: CCSDK-1244
Change-Id: I0d676714684ffc9f913f8e296b73f867278df8c2
Signed-off-by: Rami <rmohamed.ext@orange.com>
Nirvan Ramjuttun [Tue, 7 May 2019 16:39:19 +0000 (12:39 -0400)]
Modify CDS-UI server to allow communicating with external blueprint mS
Issue-ID: CCSDK-1292
Change-Id: I3536437bad334841d7c7ecd577c092cd13f42a9b
Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
Ezhilarasi [Tue, 7 May 2019 10:51:22 +0000 (16:21 +0530)]
Bug fix Session clearance
Change-Id: I3769b5532488f1c959c2f8b3240a4f3af7e65376
Issue-ID: CCSDK-1291
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
prathamesh morde [Fri, 3 May 2019 14:10:02 +0000 (10:10 -0400)]
Change the incorrect license header.
Change-Id: Ibbe2d363051c64e2f557c5ae4bb3164fe3087d3d
Issue-ID: CCSDK-1304
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
Dan Timoney [Thu, 2 May 2019 19:02:46 +0000 (19:02 +0000)]
Merge "Resource dictionary- updated license text"
Dan Timoney [Thu, 2 May 2019 19:01:23 +0000 (19:01 +0000)]
Merge "UT for Rest lib"
Dan Timoney [Thu, 2 May 2019 19:00:57 +0000 (19:00 +0000)]
Merge "UT for GRPC lib"
Dan Timoney [Thu, 2 May 2019 18:59:58 +0000 (18:59 +0000)]
Merge "Use of .yaml extension instead of .yml for consistency."
Arundathi Patil [Fri, 26 Apr 2019 09:52:17 +0000 (15:22 +0530)]
Resource dictionary- updated license text
Added IBM modifications copyright
Issue-ID: CCSDK-1289
Change-Id: Ia3133089e1bfe90257366131dbb7ddc46d0f30d5
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
janani b [Thu, 2 May 2019 07:20:39 +0000 (12:50 +0530)]
UT for Rest lib
Added the lib test cases which will not cause jenkins delay
Issue-ID: CCSDK-1229
Change-Id: I1aff85ec3956fdcef806a9657ee3472a35b27f74
Signed-off-by: janani b <janani.b@huawei.com>
janani b [Thu, 2 May 2019 07:06:13 +0000 (12:36 +0530)]
UT for GRPC lib
GRPC code UT
Issue-ID: CCSDK-1229
Change-Id: Ia49647abcfcd24038736932c434929216f562f32
Signed-off-by: janani b <janani.b@huawei.com>
Timoney, Dan (dt5972) [Tue, 30 Apr 2019 18:28:15 +0000 (14:28 -0400)]
Roll master to El Alto
Roll master version to El Alto versions
Change-Id: I75400c5d7dda6b306b0b2e3aa5cd583380dab461
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
prathamesh morde [Tue, 30 Apr 2019 14:59:14 +0000 (10:59 -0400)]
Use of .yaml extension instead of .yml for consistency.
Change-Id: I0f8ff8c6a7b47f13494199378d1bad85a487e019
Issue-ID: CCSDK-1144
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
Dan Timoney [Fri, 26 Apr 2019 20:06:09 +0000 (20:06 +0000)]
Merge "UT for Execution Service"
Dan Timoney [Fri, 26 Apr 2019 20:05:59 +0000 (20:05 +0000)]
Merge "UT for python executor"
janani b [Fri, 26 Apr 2019 13:43:34 +0000 (19:13 +0530)]
UT for Execution Service
Abstract Component Script Function test cases
Issue-ID: CCSDK-1243
Change-Id: I76915c3f21d8cec81be30b8edcf727c501718aa2
Signed-off-by: janani b <janani.b@huawei.com>
janani b [Fri, 26 Apr 2019 13:27:52 +0000 (18:57 +0530)]
UT for python executor
Remote python executor with processNB
Issue-ID: CCSDK-1243
Change-Id: I4c46617a38be098f247d1123ede3f9bd3cce11ee
Signed-off-by: janani b <janani.b@huawei.com>
Arundathi Patil [Fri, 26 Apr 2019 09:46:56 +0000 (15:16 +0530)]
Resource dictionary- updated license text
Added IBM modifications copyright
Issue-ID: CCSDK-1289
Change-Id: Ib31cdae8951e78c276c822f89812ca0bd7495784
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Arundathi Patil [Fri, 26 Apr 2019 09:43:14 +0000 (15:13 +0530)]
Resource dictionary- updated license text
Added IBM modifications copyright
Issue-ID: CCSDK-1289
Change-Id: Iec1470ab0abbe8c5ca5846c4fd60d8368865edca
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Arundathi Patil [Fri, 26 Apr 2019 09:40:29 +0000 (15:10 +0530)]
Resource dictionary- updated license text
Added IBM modifications copyright
Issue-ID: CCSDK-1289
Change-Id: Ib657fb80fbbd986e78c92cd83511168b55f984ed
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Arundathi Patil [Fri, 26 Apr 2019 09:37:11 +0000 (15:07 +0530)]
Resource dictionary- updated license text
Added IBM modifications copyright
Issue-ID: CCSDK-1289
Change-Id: Id219460235d511d99838ec3a844b0313059ad76a
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Timoney, Dan (dt5972) [Wed, 24 Apr 2019 19:05:00 +0000 (15:05 -0400)]
Update to use released 1.2.2 parent
Update to use released 1.2.2 version of parent poms.
Change-Id: I76012b413e289f39e6a8fc412a19d5b4cd3b5a2a
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Dan Timoney [Thu, 25 Apr 2019 15:19:40 +0000 (15:19 +0000)]
Merge "Resource dictionary- removed uncessary code"
Dan Timoney [Thu, 25 Apr 2019 15:19:31 +0000 (15:19 +0000)]
Merge "Resource dictionary: backend URL changes"
Alexis de Talhouët [Thu, 25 Apr 2019 13:33:43 +0000 (09:33 -0400)]
Finalize ansible usage
Change-Id: Iaca6bb573e31607eaa9a3a603e1e4beae60c817c
Issue-ID: CCSDK-1215
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Arundathi Patil [Thu, 25 Apr 2019 14:36:29 +0000 (20:06 +0530)]
Resource dictionary- removed uncessary code
Removed hardcoded values
Issue-ID: CCSDK-1217
Change-Id: I356d8876a183b2d4df2e23bdd6781de4f47bf8bf
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Arundathi Patil [Thu, 25 Apr 2019 14:32:51 +0000 (20:02 +0530)]
Resource dictionary: backend URL changes
Changed the resource dictionay search by tags backend url
Issue-ID: CCSDK-1217
Change-Id: I6c6b8a7536481c2b30c933cf28269db7d2ecd735
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Dan Timoney [Thu, 25 Apr 2019 13:43:47 +0000 (13:43 +0000)]
Merge "Added content to CDS index page"
Timoney, Dan (dt5972) [Thu, 25 Apr 2019 12:51:11 +0000 (08:51 -0400)]
Fix docker tag
command-executor was using the default timestamp format when creating
docker tag, which is invalid and breaks docker build. Added maven
property setting to change timestamp format to remove offending
dashes.
Change-Id: I102340d493a5b9c03ca1a9e10f1bd51fc4b582d1
Issue-ID: CCSDK-1287
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Ezhilarasi [Thu, 25 Apr 2019 10:40:33 +0000 (16:10 +0530)]
Added content to CDS index page
Change-Id: Ie9c33493b2e2716d446cc0b99fdb594b4a6dde8c
Issue-ID: CCSDk-1286
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Alexis de Talhouët [Wed, 24 Apr 2019 14:05:02 +0000 (10:05 -0400)]
Multiples fixes
Change-Id: I83782006dc47a224e546b6877070d5e7e56dd2e6
Issue-ID: CCSDK-1215
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Delete the deployed blueprint if overriten
Change-Id: I7e4f3a5c98388a965ef756467497ed31d23bc047
Issue-ID: CCSDK-1215
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Fix enhancement of workflow step for component
Change-Id: I62c7904265495edb2b0a5bec0d64cfecd7573f97
Issue-ID: CCSDK-1168
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Update golden package
Change-Id: I969fe9cf9b563911ebe4500fe8f3211aedb84593
Issue-ID: CCSDK-1231
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Do not fail to get execution property
When prepareEnv fail, we should not fail by saying to property
is not set. So set it as N/A until is get sets further done in
the processing
Change-Id: I06b9fcb9b1cf9e1605cef77864da9dbd18243800
Issue-ID: CCSDK-1215
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Dan Timoney [Wed, 24 Apr 2019 18:09:46 +0000 (18:09 +0000)]
Merge "Rework remote command arguments"
Dan Timoney [Wed, 24 Apr 2019 13:45:12 +0000 (13:45 +0000)]
Merge "Resource definition - css changes"
Dan Timoney [Wed, 24 Apr 2019 13:45:01 +0000 (13:45 +0000)]
Merge "UT for execution service"
Brinda Santh [Tue, 23 Apr 2019 10:36:54 +0000 (16:06 +0530)]
Rework remote command arguments
Change-Id: Ibd24ce87ed67aee6ae1a66fc9ec6af35bee5008a
Issue-ID: CCSDK-1215
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Dan Timoney [Wed, 24 Apr 2019 13:43:29 +0000 (13:43 +0000)]
Merge "SDC Listner Docker touchup"
Dan Timoney [Wed, 24 Apr 2019 13:41:30 +0000 (13:41 +0000)]
Merge "Added Complex type to Resource source"
Dan Timoney [Wed, 24 Apr 2019 13:41:21 +0000 (13:41 +0000)]
Merge "Added design time specifications in doc"
Dan Timoney [Wed, 24 Apr 2019 13:41:14 +0000 (13:41 +0000)]
Merge "Added User guide for CDS"
Dan Timoney [Wed, 24 Apr 2019 13:41:07 +0000 (13:41 +0000)]
Merge "Added Installation guide for CDS"
Dan Timoney [Wed, 24 Apr 2019 13:41:00 +0000 (13:41 +0000)]
Merge "Doc Complex type code"
Dan Timoney [Wed, 24 Apr 2019 13:40:48 +0000 (13:40 +0000)]
Merge "Sample code for Complextype resource"
Dan Timoney [Wed, 24 Apr 2019 13:40:39 +0000 (13:40 +0000)]
Merge "Added Response code of Complextype resource"
Dan Timoney [Wed, 24 Apr 2019 13:40:31 +0000 (13:40 +0000)]
Merge "Resource creation - save new resource to backend"
Dan Timoney [Wed, 24 Apr 2019 13:40:21 +0000 (13:40 +0000)]
Merge "Commented functionalities not for Dublin"
Dan Timoney [Wed, 24 Apr 2019 13:39:55 +0000 (13:39 +0000)]
Merge "Support for dynamic property in command args"
Dan Timoney [Wed, 24 Apr 2019 13:39:46 +0000 (13:39 +0000)]
Merge "Add support for requirements.txt for pip deps"
Dan Timoney [Wed, 24 Apr 2019 13:39:37 +0000 (13:39 +0000)]
Merge "Update package type name"
Dan Timoney [Wed, 24 Apr 2019 13:36:22 +0000 (13:36 +0000)]
Merge "DOC CDS content changes"
Dan Timoney [Wed, 24 Apr 2019 13:02:15 +0000 (13:02 +0000)]
Merge "Resource defintion content"
Dan Timoney [Wed, 24 Apr 2019 13:02:01 +0000 (13:02 +0000)]
Merge "Doc CBA content change"