Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 9b893196ff991931d31c412d822e5c24c643098d
- Merge "CCSDK-1637: Fix DGWorkflowExecutionServiceTest fail if run 1st"
- CCSDK-1637: Fix DGWorkflowExecutionServiceTest fail if run 1st
The failure depends on the ordering of the test classes, which in turn
depends on the file system ordering (Surefire plugin's default. See
https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#runOrder)
This class is sharing the same SB context configuration of the
BlueprintServiceLogicTest, but the later manually changes the global
BluePrintDependencyService.
It was fixed by repeating the same change on the
DGWorkflowExecutionServiceTest.
Change-Id: I6f76948a766f8d56446a987cb61a781dc0d3f501
Issue-ID: CCSDK-1637
Signed-off-by: ebo <eliezio.oliveira@est.tech>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 219d032f0ae6a734d79cba5dba381123f7ef33c4
- Merge "ControllerBP logs errors"
- ControllerBP logs errors
Issue-ID: CCSDK-1630
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Ie5e9ca67cc2e0aa9b1a36a7b13372687a94a71e7
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 85b8365c69b25191ba53390ba8ae9c7ad8e9f18b
- PGaaS plugin -- modify code to support python3
add code to work on both python2 and python3
lots of pylinting
remove debug logging of a password
improve error message when given an invalid cluster name, simplify some code
password changing capability for a database
tox tests improvements
NOTE . . .
The PGaaS plugin uses several Cloudify mock libraries, one of which
is not compatible with Python3.
Until we get an updated version of that Cloudify mock libraries,
we will have to leave out py3X from the tox tests.
We cannot use py37 yet because Jenkins returns:
InterpreterNotFound: python3.7
So tox.ini is using envlist = py27
Change-Id: I795b71cc8a1fdea043e2ff3a0d66bb95e3f93a89
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue: CCSDK-1599
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to d02e575d359c5a7707112e5e0afc53713d7796e7
- Merge "Passing Option from Search DB to metadata"
- Passing Option from Search DB to metadata
Changes to make metadata and editor option based Search from db buttons
Change-Id: I93f1f2658b2c2d4ba11f35cc44c190998c08381d
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 42847234a611cbfa367f7d011c9d397cb7906482
- Merge "Notification service for downloaded CB"
- Notification service for downloaded CB
Replaced window alert with notification service
Change-Id: I1e2ba50eea8360dff2747c14c857af8c59763f02
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 400d508da587d8c4fd5c19c15437b2fc2213c9b7
- Merge "SDNR OOFPCIPOC - DG Updates for ConfigDB DMAAP"
- SDNR OOFPCIPOC - DG Updates for ConfigDB DMAAP
To support closed loop automation, DG's are modified to update ConfiDB
for configuration of PCI and ho flags, and publish DMAAP message
confirming configuration. Corresponding templates are also created
Issue-ID: CCSDK-1581
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I030401f394ebdc693eeaf514478200a4d9691c18
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 5db41e667a9bb495af0213712c273dc526e83a26
- Merge "Fixed warnings and errors in Doc"
- Fixed warnings and errors in Doc
Fixed errors in read the docs page
Change-Id: Id5ccdd2049d71d5099de5537b0799bb5dfc7124c
Issue-ID: CCSDK-1453
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 9f260f36b66d0db54da89a8f9307d50fd0d4f320
- Merge "Component node timeout implementation"
- Component node timeout implementation
Change-Id: I99fc9efba76595693d95772e409f0f982aeae9b1
Issue-ID: CCSDK-1619
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 4ba691b0c5385b685b2cab905b08cfb7f9777da2
- Missing org.osgi.framework.FrameworkUtil
adding dependency to pull org.apache.felix.framework jar so that we have org.osgi.framework.FrameworkUtil
Issue-ID: CCSDK-1640
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I45c7b1e872cb4d726e8cebb47a807d4c542dd16b
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to b496e93839fba89a8ea2ab026954a6f6359bc4c2
- Merge "Edit option service"
- Edit option service
Update edit option fromsearch db to service and update metadata
Change-Id: Ic873ea0daa56bc083005ec84e9ffa04542b26f20
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to dd48bf20a0b0b63979a85528090e6ff26ced847d
- Merge "Add support for AWX workflow_job_template execution to Remote Ansible Executor."
- Add support for AWX workflow_job_template execution to Remote Ansible Executor.
Issue-ID: CCSDK-1357
Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: Id0014834f528a437d26127aa9fe1da4a8316bf22
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to d9922229aaaca2627a0c80a35a668fbb463bf6b8
- Merge "File structure code separation"
- File structure code separation
Separated repeated code in the modules
Change-Id: I71a52e597ecd74798b7fec20a58773699448ebcd
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 6fa3015125978bac1e255293cb98a472682f28db
- Update input paramtype for populatePrimitiveValues
Issue-Id: CCSDK-1614
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Iecd47868b4b9971a555d6ab0c8bbac8213b6b4c8
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 82949f958eb17f0f06a8779598e84af8f0cca558
- JacksonUtils.kt primitives bugfix
Issue-Id: CCSDK-1614
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I1991c1605889ea152fca2d93f5d31b073dd7985d
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 9dc7bdbbd46f2e3016617b6d0a1ad394d5771439
- Merge "[CCSDK-1579] updated to use https"
- [CCSDK-1579] updated to use https
added a property to customSettings.js to enable https
Change-Id: I6c6adcc6b6e07a3bfaf7ae1e3c304a7a6216ae8f
Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 45f09e768722282391c2ea82894ac148ca9a8918
- Merge "JacksonUtils.kt primitives bugfix"
- JacksonUtils.kt primitives bugfix
Issue-Id: CCSDK-1614
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I4b0f6390a1c635203cbf44332495a8c15cc52821
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to a8e9cf344e47ddca11b856e3b442da15f670826c
- Merge "Updates for ODL Neon"
- Updates for ODL Neon
Update to build ODLSLI based on OpenDaylight Neon.
Change-Id: I85cbdf38d385f3a4ef15e8fe7939af788c350de1
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 19dfd637dd3888b2f986d9e3543c34ff7dc6b4aa
- Wrapper functions for placing output responseData and Status
Issue-ID: CCSDK-1625
Change-Id: I80e6c0d8f04df3a05d9bfc230addda5f0501b1b1
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 4b3600fe90275fa0f3f02bcb48956f487bba25f2
- Merge "Modify workflow execution service options."
- Modify workflow execution service options.
Change-Id: I629b30f9ff2b8e84d6ae952946608d9bb3437d4c
Issue-ID: CCSDK-1619
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 334b0765b6c4693010d6225d9cbbb1065bef5de5
- Merge "Add Imperative workflow execution service."
- Add Imperative workflow execution service.
Workflow implementation based on multiple steps in blueprint model.
Change-Id: I21eaf5d08621ae6eac2fa0a5db2aca0291928d52
Issue-ID: CCSDK-1619
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to a698d9934614052835dbb9f58e74fecbf946080e
- Merge "Add imperative workflow service."
- Add imperative workflow service.
Change-Id: Ic74bb7796244c466a0d8561eed27174fc1a14ebb
Issue-ID: CCSDK-1617
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 09af3572a09b99a94b3076c11c1abaadeecf77ab
- Merge "Add workflow graph utils."
- Add workflow graph utils.
Change-Id: I944d71bf9241ee8fa185c169b15532bf6980da9d
Issue-ID: CCSDK-1617
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to bc4e42d697e806982cebd8249f7f917f9fc663b7
- Merge "Add blueprints graph models."
- Add blueprints graph models.
Change-Id: I6743642c9f96002a963479eba56451eed2d9fe8f
Issue-ID: CCSDK-1617
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to be2381eeaa338a027d094c85b7a4bf47a04f641d
- Merge "Fixed validation of resource-assignment-params.config-assign"
- Fixed validation of resource-assignment-params.config-assign
- In order to preserve the validation of the whole BPP response, I added a
normalization step that will convert any non-JSON part of the response
into a JSON-equivalent representation.
This normalization is carried out by the JSLT library that provides many
JSON manipulations using a JSON-like specification.
See https://github.com/schibsted/jslt for more details.
- Fix UAT not being run by maven
The Surefire plugin does accept '*Tests.java' but DOESN'T '*Tests.kt'!
The UAT test class was renamed to use the 'Test' suffix only.
- Improved maintainability of UAT-Engine by switching from explicitly field
handling to POJO-based parsing using Jackson along with SnakeYaml.
UAT-related POJOs created on new module UatDefinition.kt
- Added a Protobuf-like description of an UAT YAML document.
Change-Id: Id1178489caa4e97808747a99bc9324fc84e9b96e
Issue-ID: CCSDK-1620
Signed-off-by: ebo <eliezio.oliveira@est.tech>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 92086d153067e2337c708a1efd4cacb2e1c30564
- Merge "Edit CBA method integration"
- Edit CBA method integration
Added method for Edit CBA after search
Change-Id: I6f3e80c014c0cb9b1c1068089145b20bc60b2216
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to d898a9d76e47b390fe3c171d2c8d356782955f12
- Merge "Add missing tags to Echo and PNFConfig BPs"
- Add missing tags to Echo and PNFConfig BPs
Change-Id: Ib42f9abb2f61601317fe05e393a0c1f0c746298f
Issue-ID: CCSDK-1569
Signed-off-by: ebo <eliezio.oliveira@est.tech>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 891a22885bbf46d32a2b2dd3b0521c1768a943a5
- Merge "Auto Rsc Mapping Service Kotlin change"
- Auto Rsc Mapping Service Kotlin change
Kotlin code conv
Issue-ID: CCSDK-1624
Change-Id: I4c82494cdc3dbf59e98d9b5e91eb41484eab4a7a
Signed-off-by: jananib <janani.b@huawei.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 9212d2a0688869dc0bbfebdd17b1017ddfcf9df2
- Merge "Formatted doc content errors"
- Formatted doc content errors
Change-Id: Ib96a7a09edc127bb9fa3888bc86a10f13b5e09da
Issue-ID: CCSDK-1453
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to fb598fb2ddd1ac27e03450fca03909ba3611a455
- Merge "Formatted Doc text"
- Formatted Doc text
Formmated contents of Read the docs text
Change-Id: I44ebf3894f55ad72c35600f263b58a3235880af4
Issue-ID: CCSDK-1453
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to b35f85916deded78a1da56fe70026c3dad516aea
- Release version 0.5.2
Release version 0.5.2 of CCSDK maven artifacts
Change-Id: I9c5b21f3ce083c6273cf52e4e1e13f733ed25038
Issue-ID: CCSDK-1401
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/parent.git from branch 'master'
to 826ef89012695a7cc5b8ebbf38c7a10b9fbe9da0
- ASDC lib version updates
Changes made:
Update ASDC Distribution Client to 1.4.0.
Update ASDC TOSCA Parser to 1.5.1.
Issue-ID: CCSDK-1424
Change-Id: I98e527cf1b0bfed0162ac3895be2da7bcf8401ad
Signed-off-by: lalena.aria <lalena.aria@att.com>
|
|
* Update docs/submodules/ccsdk/apps.git from branch 'master'
to 7c52dea0791617bd0093f6bb59030365a3a29643
- Update to Neon
Change versions to Neon-based El Alto release
Change-Id: I13a9cf5f94a30b585c1cdabf60712f0771ead699
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to dad42728c966c57212bf506f10bd9812497f8ce8
- Add initial release notes for El Alto early drop
Add initial release notes for El Alto early drop
Change-Id: Ia2bcff41ae7a49004c0c3efaa819ed2a4ed93ac3
Issue-ID: CCSDK-1589
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 11dbd17296d9572a04bb4e3aea9063c2d1ee3f1d
- Merge "application-dev.properties missing python modules paths resulting in failure to execute Jython netconf calls."
- application-dev.properties missing python modules
paths resulting in failure to execute Jython
netconf calls.
Issue-Id: CCSDK-1622
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I9c255e2c5ca8dca85f3b2fbd34c4c823c6f6bf69
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to f0e6ba623e04fb6389e7d09c321aaae27f07d2d6
- Update to Neon
Update to neon versions
Change-Id: I095b46cefa264006bea5722b952c789374870370
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to c74f6af8d7b72eeeee7ceedbf82fc8cecef1ae3d
- Update to Neon
Apply code updates to port to Neon.
Change-Id: I159309494ec64209d9fa23fc515643f1e31fe146
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 0f4c96b5b6081efeecc73a748822a765cc38d62b
- Update CCSDK dockers to use 0.5.2 artifacts
Update CCSDK docker containers to use released 0.5.2 artifacts.
Change-Id: If3bbb720caf1434bf7ab7802199889045eb68864
Issue-ID: CCSDK-1401
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/apps.git from branch 'master'
to 19da63c5119a71c9b2ffda150076aa1ba1342085
- Release version 0.5.2
Release version 0.5.2 (last Fluorine SR2 version of CCSDK)
Change-Id: Ic1ebbf2ed02ccb80a4447588fdfe2e5f7426663d
Issue-ID: CCSDK-1401
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to a68f2b849f86ab0a146648385785d40595388a52
- Release version 0.5.2
Release version 0.5.2 (last Fluorine SR2 version of CCSDK)
Change-Id: I731c1b5fa633e416be0495c0fb9b997f4c333659
Issue-ID: CCSDK-1401
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to e7a193764c9532ed51244b55cd81232c70594c82
- Merge "Release version 0.5.2"
- Release version 0.5.2
Release version 0.5.2 (last Fluorine SR2 version of CCSDK)
Change-Id: I0dee6fa136c9ddff45a30addeb48a8514f064c71
Issue-ID: CCSDK-1401
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 256f0f636eab36b3cd664ea0bcaf0baa8bd7b42c
- Merge "Search Template code change"
- Search Template code change
Added parameter in Search DB template and removed unused code in search
template
Change-Id: I77436e8d592876affab4b74c3883d4c03fcdf279
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 01db407f60db69adb511655514a3fc0995dd2364
- Merge "Fixes logs not showing up."
- Fixes logs not showing up.
Issue-Id: CCSDK-1621
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I4c24ee7ae04d30c4284520afa385339ed478cb98
|
|
* Update docs/submodules/ccsdk/parent.git from branch 'master'
to 135e40799545c6cb73a8854340d7eefaaa68b67e
- Update parent poms for ODL Neon
Update third party package versions to align with ODL Neon SR1.
Change-Id: I82da85e6a9581726267be0f9cd64c4eb193ceda3
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 615b5e183723bba51e0b3c134c7b5b954f99cac0
- Search display formatting
Change-Id: Ideac871019a8115a986ab0c81455627464c0586d
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/parent.git from branch 'master'
to 3388100268069761b5cd13e9af0beb01a9f0c2c5
- Release version 1.3.3 of CCSDK parent
Release version 1.3.3 of ccsdk/parent
Change-Id: I2509eba35ca81fa5f734ebfc44a044bf717e89d0
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/apps.git from branch 'master'
to a290d334d054bd224e3c7f62b92d3ac2533a616f
- Roll to next snapshot
Roll to next snapshot version
Change-Id: I1d7ed26b85f3148f537c9a272aa41a5508109fc7
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 82bc5bf7beb713c14757d73de595b419366fc9c4
- Merge "Resource Configuration Snapshots Executor and API"
- Resource Configuration Snapshots Executor and API
Issue-ID: CCSDK-1604
Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: I349c649e941431b48a309123489d26fb22e0e50a
Signed-off-by: Serge Simard <serge@agilitae.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 13904e48fc907f4c5013593a60ad6efbfcc42822
- Default mode Change to Form mode
Implemented change to set default mode to designer mode
Issue-ID: CCSDK-707
Change-Id: I264a6763f95ed539ca0fce394923d2863081f331
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to 45bf787f75acb67d4153be40480b07f48ded4d17
- Minor functional fixes in odlux apps
Minor functional fixes in odlux apps
Issue-ID: SDNC-845
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Change-Id: I8e64e7c67a21798832ad1a36441b08a070452034
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to f6f34d5b2a197e57bab0db49cd8e7ad39df7b527
- SDN-R odlux timing fix
fixing timing issue and added licenses in source files
Issue-ID: SDNC-844
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Change-Id: I65f6b51f841074f9b8e88bf9b230038e0a224fd3
|