Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to d2936ad0559801a49e9230ba5ea150b1e7686a54
- Add Dublin release notes
Add release notes for Dublin release
Change-Id: Ib349c3ae7f48442c7f1ef323cbb7bc7b71aec86e
Issue-ID: CCSDK-1366
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
to c0d9bbcaa3a1b9d990f6658953523b177c488ad9
- Roll to El Alto version
Roll to El Alto version (1.2.0-SNAPSHOT)
Change-Id: If6ed958ab362ef8919f8e590a54f02f8639aaa0c
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/utils.git from branch 'master'
to e50b344c0491e313c0fff96b37f673388d87cad2
- Roll to El Alto version
Roll to El Alto version (1.3.0-SNAPSHOT)
Change-Id: I8bce6c981ae6f8cbf9d601791ce510e234c4b7a2
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to b86fe0e27bc66ecae386007c1d751f82cbf920cd
- Merge "CCSDK-1308- Files sorting"
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 7f44056b720529928c165a9fb11e5ec7a32b404f
- Merge "Include orig err in CBA upload errmsg"
- Include orig err in CBA upload errmsg
Issue-ID: CCSDK-1363
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I064a9d8654e0ccd612b60f9a3a195980a0c16d0f
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to f40ed23775d6ea00c414c89959dd478a5f30437f
- Merge "Bug fix: Enrichment fails for processor-db source"
- 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
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 5e1e26053d13c9e693762c69b43eff3093c34d29
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 1f69e1c3569196305c23f085cfbc03bdba14f4e0
- 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
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to bcc6c4dfe9db06e0dab22472b11a4939255091e5
- Add cli test blueprints
Change-Id: Ieab385f5e4ae60cca3d86f22c4304e4867e6fa96
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 145662ff6a41e0e46a23e8eedf53f30581f8ab64
- Add cli executor options
Change-Id: I55abe099997bad1666b762b7f8355b084f691001
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 29b52189572ba0661cf947bf9f111585b2e11b3b
- Add cli executor models
Change-Id: I611de175a265ea27dcb64fa08c33de5eb2dbffb6
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 12b078dbb0468c046f3fcfba60348b136396cf70
- Add cli executor component
Change-Id: I0997e9bc71b74bdff57bd2405a9b1ec962130715
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 15680d3737f3eb623cfb0ca325907291d994b9c9
- Add ssh client configuration service
Change-Id: I88515b430311e7937ea45516cc0fb07b4dab3c2f
Issue-ID: CCSDK-1335
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 0042e9e09d4d43422459f9b1574e61d6c625099d
- Add Kafka client services
Change-Id: I76cf52f6df10e114539c4d65620f431e0f747644
Issue-ID: CCSDK-1349
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 380a30ea374576cbda7bb00404f8b469e1ab5795
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to d5739fde3a668c4f657ea900b93377e17743202c
- Fixed defect CCSDK-1339
Fixed defect ccsdk-1339
Issue-ID: CCSDK-1339
Change-Id: Iabf12c0c7430cda9a259d1917f344d58c432bd05
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
to fd5048d6050207cc60ac5155a9a6c87a182fb524
- Update POM files to allow maven deploy process
Remove instruction in POM files that was skipping mvn deploy step.
Build artifacts are allowed to be deployed in deploy phase.
Issue-ID: CCSDK-1011
Change-Id: Ibe924291607ada34ac60f912fe377df6ea4bd2cd
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
|
|
* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
to 2e025b025626d2d638d0699f23af726bb7b78710
- Revert change of oparent version
New staging method does not work, since this repo sets slip=true in
deploy plugin. Reverting to oparent 1.2.3 to restore staging plugin
for now, but this needs to be fixed for El Alto, since staging plugin
is no longer supported.
Change-Id: If9bb6fdadec7a4b3134765395451c30d5e851e52
Issue-ID: CCSDK-1334
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to acbcd280dc9d04ed303ed994872a0f3ba6adbab3
- Merge "BlueprintWebClientService: added return status"
- BlueprintWebClientService: added return status
Issue-ID: CCSDK-1331
Change-Id: I8dab8ad4eaebf1863f11c4d38c52cf7f64b0a4d5
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 506d2649c48d3741b3b60b0f781e06f137af13ab
- Merge "Fix: Enrichment fails for processor-db source"
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 072fae6223e59c03f62cc3bee79bdc16e8ae1f92
- Merge "Bugfix: Blueprints Processor always return 200 OK"
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to c0e0d75104151419f6918c21c0e457f5510c1594
- Merge "Resource dictionary- updated license text"
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 007772eb14d8a6492ca05ab242ad702ddfeeb3b1
- Merge "Resource dictionary- updated license text"
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to e6b212d9ed8521a4df6e78ed5cb2e67054d5d7a4
- Merge "Resource dictionary- updated license text"
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to a132cf34b95abf0ba2455bba28926df9b72fd4a0
- 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>
|
|
* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
to a0186c65dc7c2b64353ab2f03e3432f589de0051
- Disable staging plugin
Upgrade to oparent 2.0.0 to disable staging plugin.
Change-Id: I66ac8930f30fd6bfe1ded0c26d9a68cda456e128
Issue-ID: CCSDK-1334
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 250b5b2a4ad4020df9c0dd053743d28616e28485
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 5acce93a0594a249d972c2871a0631021d95de35
- Merge "Resource dictionary- updated license text"
- 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>
|
|
* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
to 646fb75dbedd44a769faeb1c1ca075dc3a932883
- Update POM to set EPSDK 2.5.0 release version
set dependency <epsdk.version>2.5.0</epsdk.version>
Issue-ID: CCSDK-1011
Change-Id: I3ce55dbae4f58b0b892b0039d25cbec6bdaf14b1
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 906f5e2dc9b12074a12b69cc874056ef4a185dcc
- Enhance Helm Plugin
Change-Id: I82fea00651d726147276e0bba378f3b76ebbd4e6
Issue-ID: CCSDK-1330
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 02b98200878ae243329916d2909a33fedab62576
- Merge "Fixed defect CCSDK-1326"
- Fixed defect CCSDK-1326
fixed defect ccsdk-1326
Issue-ID; CCSDK-1326
Change-Id: Ibfc6d6df0fa47569e326fd9e61227e08c36aa0c2
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 0dc5f5a63db8cdacd39dbc3aefa0b22698154e27
- Prepare for release
Prepare for release build by updating to version 1.2.3 of oparent, which
disables staging plugin.
Change-Id: I44e8fbfba8dd1bea040011e4d12b6776c1b657db
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 425e1b49c18f4caebea2af79849e81c5aefb34b3
- Merge "Modify CDS-UI server to allow communicating with external blueprint mS"
- 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>
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to 63c4144c0664db9ea526c0608a30b47de80eed86
- SDNR Harden concurrent stream registration
Do not register multiple listeners for mountpoint
Change-Id: Ic77ba9f0c7a17858e2c30eb20f38bd2a17c4a56e
Issue-ID: SDNC-736
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 7bace3db55c2ca51431e88191cc7a8587d7aa508
- Merge "Fixed the parsing path for CBA archive"
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 1bfd44ec0b1ebcfb5d1c12e71de76a9bf4860de9
- Merge "Fixed defect CCSDK-1299"
- Fixed defect CCSDK-1299
fixed defect ccsdk-1299
Issue-ID: CCSDK-1299
Change-Id: Ie0e02564cbf62fdc8314086d70bc3b7b38122323
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to c42000581122d0580dce2f038be1b10af9cb3e64
- Merge "UT for Blueprint core"
- UT for Blueprint core
CustomFunctions and BluePrintContext
Issue-ID: CCSDK-1244
Change-Id: I0d676714684ffc9f913f8e296b73f867278df8c2
Signed-off-by: Rami <rmohamed.ext@orange.com>
|
|
* Update docs/submodules/ccsdk/parent.git from branch 'master'
to 29e82cfb81e948500c99393fc09765af603730f8
- Changing spring.version property in all parent poms
Change-Id: I04ce4af7a243523887662be6525d73021f616be6
Issue-ID: CCSDK-442
Signed-off-by: Stan Bonev <sb5356@att.com>
|
|
* Update docs/submodules/ccsdk/parent.git from branch 'master'
to 1d5b9fd84b3bc4532e2635a872d1092a4f2b9e1d
- New standalone parent pom
Added new parent pom to be used in containers that run outside of
OpenDaylight or springboot.
Change-Id: I6fd67fa05c4bee35df3f28bfdab82cc2e4368529
Issue-ID: CCSDK-1320
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
to 82be31b8817c8070d5eff1f998098ee476c156ed
- Add API specification html page into deployment
REST API specification html page included
Removed ECOMPC application name from create blueprint screen
Issue-ID: CCSDK-1011
Change-Id: Id4b50f91ec7d15a4b7e10c4e775e26fb2850c933
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 8d4467847a7992c1525555a3f43599b195a0bf08
- Merge "Install openssl, iputils"
- Install openssl, iputils
Install openssl and iputils in odlsli alpine container.
Change-Id: I1211ebd5b4a6d1bec16456594a733bccdeb7f165
Issue-ID: CCSDK-1311
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 0924c4da768d1119a17936933606a38de6526b52
- Bug fix Session clearance
Change-Id: I3769b5532488f1c959c2f8b3240a4f3af7e65376
Issue-ID: CCSDK-1291
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to febb517be84666a67cb04a58f89aac4af788ac7c
- Change the incorrect license header.
Change-Id: Ibbe2d363051c64e2f557c5ae4bb3164fe3087d3d
Issue-ID: CCSDK-1304
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to a2dbe8b0bd25eaa8ad27ac15f9080c88feb1d308
- Merge "Inclusion of missing OOF/PCI dependencies in ODLSLI POM's"
- Inclusion of missing OOF/PCI dependencies in ODLSLI POM's
Unfortunately, inclusion of dependencies was missed during feature
code commit before M3
Change-Id: Ifdf16f838cb4e00a29da88034f45fe86aae9b95f
Issue-ID: CCSDK-1296
Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 16f9c2f7cccae386823e762e1725168a551d8bef
- Merge "Resource dictionary- updated license text"
- 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>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to f5dc878f3041c069c747bf2d04a1e6b15aa68339
- Fix ansible-server for supporting playbook of PNF
Change-Id: Id6a4c2e81c6e782e496970e080c033e2f9a77296
Issue-ID: APPC-1577
Signed-off-by: Enbo Wang <wangenbo@huawei.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to fd341031e208c894a7a9b9c38f9d9a6caf1fb1ba
- Merge "UT for Rest lib"
- 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>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 84b1fc948934497df3091369a426f013d3e70b95
- Merge "UT for GRPC lib"
- UT for GRPC lib
GRPC code UT
Issue-ID: CCSDK-1229
Change-Id: Ia49647abcfcd24038736932c434929216f562f32
Signed-off-by: janani b <janani.b@huawei.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to a93c39973b1079195dab337d288dd9cf756c985c
- Merge "Use of .yaml extension instead of .yml for consistency."
- 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>
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to f3d5c900d268667062d98530dd9cb806f9c99827
- Fix versions
Fix versions in ccsdk/features repo to be consistent
Change-Id: I092be3394567785dc16dbdcbae951afa13b42df4
Issue-ID: CCSDK-1297
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|