Age | Commit message (Collapse) | Author | Files | Lines |
|
There are three existing ways to perform the resolution:
either we don't store the results at all, whether for resource or template
either we store using the resolution key. The combination of blueprintName,
blueprintVersion, artifactName and resolutionKey has to be unique. If it
is re-used, it is considered as a new attempt for that specific resolution
request, and process will only try to resolve resources not marked at SUCCESS
in the database.
either we store using the resourceId and resourceType. As previous point, the
combination of blueprintName, blueprintVersion, artifactName and resolutionKey
has to be unique. If it is re-used, it is considered as a new attempt for that
specific resolution request, and process will only try to resolve resources not
marked at SUCCESS in the database.
TBD: add uni tests
Issue-ID: CCSDK-1423
Change-Id: I6b7198453cf0002edfa7a0c9ea3179555211b5dc
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Also, mark resolution as failed for capability when failure.
Change-Id: I3c1704b5b99ace7096f1d9e1cd9bb7f5b595db13
Issue-ID: CCSDK-1422
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Change-Id: I69ba541b4b301735a988cf01673827a79daf1f8c
Issue-ID: CCSDK-1431
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
tempalte and resources for get/put API
Change-Id: Ia00bdb08f5f52231481edc6de232f850c66874e9
Issue-ID: CCSDK-1423
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Use oparent as root project pom
Change-Id: Ibacb94a08051c2d3f48125a66c0579fa4da94e2d
Issue-ID: CCSDK-1443
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Change-Id: I2e6b4dd278c1a4a3069a44f648129599365909d4
Issue-ID: CCSDK-1428
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: I179bb3bf83d6c1688a13dce965a3d4388f011fcd
Issue-ID: CCSDK-1421
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
Change-Id: Ie1fe9c02542ccd5fbfa18f1e2d6ddb633f55c214
Issue-ID: CCSDK-1423
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
- also fixing default mechanism
- fixes rest resolution when NullNode is returned as input value
- fixes rest resolution when data type specified so raw json isn't
returned, only the parsed json based on the data type
Change-Id: I1f4a35c6c97000b52620c9b0cc911f15016c4e80
Issue-ID: CCSDK-1422
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Change-Id: Id9f64605fa74f54d43af55357a521cf347fa8677
Issue-ID: CCSDK-1380
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* python-executor STDOUT contains cleaner logs
* return status has been reworked to return a list
of lines
Issue-ID: CCSDK-1404
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Ib17495e92a136ff4f950bb6e049246a9e100eb7d
|
|
|
|
Issue-ID: CCSDK-1415
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I0c3892f6df398b2d4f87661f62a6125eedc4bca3
|
|
Removed windows.alert across files and replaced it with notification
component
Issue-ID: CCSDK-1381
Change-Id: If521c92544a1639b2fafb07163163844817c1c7a
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
Change-Id: Ie3cff0f5ea28086d9ebff90205e6872d69f6681b
Issue-ID:CSDK-1420
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
This will allow to include template within template to create
template hierarchy
Change-Id: I21c5deaf51d391e1a51b9863a905c26b1891db16
Issue-ID: CCSDK-1417
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Use springboot parent pom instead of odlparent
Change-Id: I3770ae6d37b7327efe7d26c1190631fc9a7d86ad
Issue-ID: CCSDK-1416
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
fixed defect ccsdk-1402
Issue-ID: CCSDK-1402
Change-Id: Ib654486f15b5a4b22ecdee355cf8a64af5e717d1
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
Issue-ID: CCSDK-1419
Change-Id: Id71e1abdc493b26f08965fffeeb2111a76271dcf
Signed-off-by: ottero <rodrigo.ottero@est.tech>
|
|
This is causing jinja2 template rendering to be missing the nested
element under a complex type within the json string.
Change-Id: I607ee5ed8579a461a29b991e2bc77857048755d1
Issue-ID: CCSDK-1414
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
fix error messages return when something goes wrong."
|
|
|
|
|
|
|
|
Issue-ID: CCSDK-1407
Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: I18db6b654cbf4f416af54596ee71f56eaa860d32
|
|
Added test.ts file required to run the unit test cases. Acts as entry
point.
Issue-ID: CCSDK-1411
Change-Id: I96d18f49f23d7ec192e415ee7941b371c1f6d624
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
Implemented notification handler. All the notifications will be
triggered through this service
Issue-ID: CCSDK-1377
Change-Id: Ia1e07fe3e9c425efc1c426b397669d7272fb982a
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
Also fix error messages return when something goes wrong.
Issue-ID: CCSDK-1404
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: Ifff396d8cee8d6608b6fb32d3a8e941a253ba24c
|
|
Issue-ID: CCSDK-1403
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I0e8efc620f09af4fc776fbbf9d4e08e721dc8c63
|
|
- 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>
|
|
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>
|
|
implemented loader bar to display loading actions on certain operations
Issue-ID: CCSDK-1383
Change-Id: If2cea04fa385d11b2e12529238110be3d07a9920
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
Change-Id: I24684a6987150a02334b2b1b026893b240eb17a9
Issue-ID: CCSDK-1380
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
Change-Id: I6159874ef2c1cf12232f432338b4540154ec7c64
Issue-ID: CCSDK-1380
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
Implemented notification component
Issue-ID: CCSDK-1377
Change-Id: Ib2dbcf425de9fc279072bb45c99634fbe94496e3
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
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."
|