Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master'
to b0e13309f31b4928fe993ef046b5d1e14c1f0873
- SSLContextFactory settings change
Update ssl context to ask for client certificate
Issue-ID: DMAAP-1213
Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
Change-Id: If2393d4e48a4e5849538d2641bcc1003bcf07eec
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to eebdeb1fb97974f20e37fa3017704475aa468e7e
- Return to oparent 1.1.0 for release
Issue-ID: AAI-2464
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iaff5ea37c6dd2ffd75c14f01b0040576670f2fb9
|
|
* Update docs/submodules/music.git from branch 'master'
to 95ecf188d200cfe9140423986a5577c1871a2acf
- Merge "Bug Fix for Empty Body."
- Bug Fix for Empty Body.
Updated a few missing checks for this.
Update api name, add properties to be more forgiving for lock type
Change-Id: I4743110bdc654e4346052bd0e045270fd4925417
Issue-ID: MUSIC-398
Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 1000b605908e4ff18e5a077026d5eadbc0ae46d8
- Updated Release Notes
Updated Dublin Release Notes (in parent)
Change-Id: I8971753eb7302557e430c2e32beadbfd28284b7d
Issue-ID: POLICY-1769
Signed-off-by: Saryu Shah <ss3917@att.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 40800576cd1b677f04f8529c53fe8ec16ab473bc
- Merge "Updating PIP packages list for Dublin"
- Updating PIP packages list for Dublin
Removing some leftover
Issue-ID: OOM-1800
Change-Id: I6e07b89a1fc2b0d8cfc29e7acc3a71204e9f0372
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to a19df9c35160639b6f81cf1fe5d3902dacbc79e7
- Merge changes from topic "collector"
* changes:
Fixing bug in docker-images-collector.sh
Add comment to automatically generated docker list
Remove tag parameter from docker-image-collector.sh
- Fixing bug in docker-images-collector.sh
Some images from oom/kubernetes/common/ were not correctly collected
by creating_data/docker-images-collector.sh script
Issue-ID: OOM-1886
Change-Id: I044ca8a26353da44cd6f8e94fcb822570c954b49
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
- Add comment to automatically generated docker list
Add comment to docker image list generated by docker-images-collector.sh
to reffer to commit id in case of ONAP or to project in other cases
Issue-ID: OOM-1884
Change-Id: I7ff32fae84db3476495eb2e560c3bf61e41e2ddb
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
- Remove tag parameter from docker-image-collector.sh
Removing tag parameter from docker-image-collector.sh as it's not
necessary as described in OOM-1881
Issue-ID: OOM-1885
Change-Id: Id83b396c4b994cfa659c518e3f03e704a84d65f0
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/music.git from branch 'master'
to db41ae6ccfd603f4955141017b41a5bda30c9add
- AuthUtil tests added
Change-Id: I78a13b43c85cb208c217841ed85eaf0284aad930
Issue-ID: MUSIC-405
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to a2df406852f02374c81afc8231639c7cb482f10e
- Cleaned up duplicated literals
Cleaned up Sonar code smells related to the duplicated
literals in loggers.
Issue-ID: SO-1932
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I58c48cec0012c42b7b892ae76c24c6a087c60c7e
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 82052ddde7b2896c05c7b930d8e09d582025f0b3
- Merge changes from topic "OOM-1806"
* changes:
Add doc for new healthcheck feature in helm_deployment_status.py
Make healthcheck script output unbuffered
Support running healthcheck in any mode supported
Always show healthcheck output if it was run
Support SSL certificate based authentication to kube API
Add Kubernetes class to track API connection settings
- Add doc for new healthcheck feature in helm_deployment_status.py
A description of new --health-mode option for
helm_deployment_status.py script was added to
InstallGuide.rst.
Change-Id: I8dd93e86eee9ade2c279f3124e01e7312e1baee5
Issue-ID: OOM-1806
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Make healthcheck script output unbuffered
A subprocess.Popen object is created instead of
convenience check_output() routine usage to allow
unbuffered reading stdout from asynchronously
running subprocess.
Change-Id: I0dca13d6ac5d533d0ef19ddc5713830c57b37175
Issue-ID: OOM-1806
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Support running healthcheck in any mode supported
So far it was only possible to run health checking
script with a default option of 'health'. This patch
allows passing through to healtcheck script any mode
that it supports via --health-mode runtime option.
Change-Id: Ic0145e5b4a1f17d64867287538dd63b850d86feb
Issue-ID: OOM-1806
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Always show healthcheck output if it was run
This patch changes the default behavior of showing
healthcheck script results. So far output was printed
only in increased verbosity mode but the proper action
should be to print it whenever it was called.
A bug in exec_healthcheck() routine is also fixed
(subprocess.check_output() returns byte string, not
an object with 'output' attribute).
Change-Id: Ifd7294de9bed321123f74977f881999ce69cf878
Issue-ID: OOM-1806
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Support SSL certificate based authentication to kube API
With this change script by default connects to kube API
performing SSL authentication with certificates that it
tries to read from kube config. A flag of '--no-ssl-auth'
is provided to disable this behaviour.
Change-Id: Ibc1ea21c0c9f3c4a298b5bfef35d916652b598d4
Issue-ID: OOM-1806
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add Kubernetes class to track API connection settings
This patch moves get_resources() routine into Kubernetes
class. It's object now holds all needed API connection
properties and tracks it's state to avoid passing these
settings through intermediary functions all the way down
to actual API calling routine.
Additional checks are added in get_resources() to produce
more meaningfull debug info in case of connection failure.
Change-Id: Ia50fa086d22466c0fbed9eb677d2dc52709bef9f
Issue-ID: OOM-1806
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
|
|
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
to 3a2f10a1df856bfd590b7f6bece422b1ce6313b8
- Merge "update project version to 1.3.3"
- update project version to 1.3.3
Change-Id: I5380d5158f5a0642bd59beea0e504ccf0b463210
Issue-ID: VFC-1410
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to fc596b9d71dddc87b58de486f0f5af26ea8755b4
- Document OJSI-119 vulnerability
Issue-ID: OJSI-119
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Cherry-picked from change: I0d92cbe38fd89aaa3fe38f3f45367480f9e40754
Change-Id: I282648323aa6a93f60b79ed97f845c44ef076abe
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Cherry-picked from change: I7699ddf404ff08d793e7f1897b4bb2218fc52e0a
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I7b8e8db3f1cbfdcde947563df7010075a6caf0f6
- Differentiate cloudRegions with same name and different owner
Replaces change I22c0b07173950c253a9272b8a96ab63e006efa49
Resolves defect:
Issue-ID: VID-482
Cherry-picked from change: I38c2f6a86a044297b1b76c1316e50cacb0264da9
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Change-Id: I2ecf07aa5614e94fce49eeaa7fef71b683f6c3c8
- Support service models with policy
Upgrade sdc-tosca to 1.5.1
Issue-ID: VID-481
Cherry-picked from change: I75f0df4cae73257fc6aa58b9f5f627901c2c61c5
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Change-Id: I13d61050e819c1f65bf855f314e84406d35f1a9c
|
|
* Update docs/submodules/vnfsdk/model.git from branch 'master'
to 871f1b60d1da378da034413190a4d08141494ba7
- Add release notes for VNFSDK
Issue-ID: VNFSDK-352
Change-Id: Iaa8fd4ad2cb7d357d89a7d09f2c6a0c966ff1409
Signed-off-by: kanagaraj Manickam k00365106 <kanagaraj.Manickam@huawei.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 8d52607c8fa8fd4dde5f9c3fec0a8c6ee7a4960d
- fix sonar: close resources
Use try-with-resources to close file data stream
Fix tests for GraphJsonValidator
Change-Id: I20931b4ef815abfb8da8ebd6242b765d0b02ef23
Issue-ID: SDC-2340
Signed-off-by: k.kazak@samsung.com
|
|
* Update docs/submodules/sdc.git from branch 'master'
to f4f6b1407a836266ce7d98f33ee899d8a2377d83
- fix inputs declaration on complex type
Change-Id: I86172caf032f4936f98525830ed8aac2ea30567f
Issue-ID: SDC-2347
Signed-off-by: talio <tali.orenbach@amdocs.com>
|
|
* Update docs/submodules/cli.git from branch 'master'
to 800001d2e60d651e0a26383bdb718c0f69e985f7
- Merge "Modified end to end user guide for onap-dublin CLI"
- Modified end to end user guide for onap-dublin CLI
Issue-ID: CLI-163
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Change-Id: Ic403aba6959336731af34a42b1a0200ba619418b
|
|
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
to 248165bd4b7c17bd676b0b6045efe7524e9cff7b
- Merge "update README"
- update README
update README
Change-Id: Id85779f29b6f266676597808a354ff16e2cd7ad5
Issue-ID: VFC-963
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
|
|
* Update docs/submodules/cli.git from branch 'master'
to 27355fd94dac489231eef1045f9e8c3b35fb845a
- Document OJSI-205 (CVE-2019-12130) vulnerability
Issue-ID: OJSI-205
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Icb0cd700c8c5fbffc2f9d26c20b506445df23296
|
|
* Update docs/submodules/music.git from branch 'master'
to b7431be81e01554b21a94c2e7c1b1a527c329845
- Increase MusicUtil Code Coverage
Change-Id: I99bdec64d00a3822e4f40ed75b496c591b070057
Issue-ID: MUSIC-405
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
* Update docs/submodules/music.git from branch 'master'
to fdf19711e482e5c22f3d6fdb18e0bc052ec37e4e
- Update unit tests for holders api
Change-Id: Ib4d6ce287cdacc2c0aad36c2936075087a9e6f49
Issue-ID: MUSIC-405
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 4f514b1c3f1c688345c750281097925ac22417ca
- add automated fadeout to sdc splashscreen
Change-Id: Id24486b4a58d5aa2ccd1dfc8be99bf747b4263c5
Issue-ID: SDC-2258
Signed-off-by: Andrei_Barcovschi <andrei.barcovschi@ericsson.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 8423794738e6411f8a4c5ef97764c20a433a67bb
- Unit tests for sdc-be-utils
utils from common-be covered by tests
Change-Id: I63cda35fc00c3c9c751302babea04ad8c3c144eb
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 2e1a80db4aae6ce537f1d2588efb90ce3a2d4107
- Add new unit test for CsarBusinessLogic.
Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I9f0951a83545f53e75b9bd3ac17703d7331ec4ca
|
|
* Update docs/submodules/sdc.git from branch 'master'
to b3126da0e7011d263cb19c317aef59f6ec68d844
- Add new unit test for ConfigurationImpl.
Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I96269b0bcdf3c1254052d057b8c4ad2d7a48c89d
|
|
* Update docs/submodules/policy/distribution.git from branch 'master'
to d784d71afce52687442c4753643280eae7cfe2ac
- Bump distribution to 2.2.0
Due to dublin branch.
Issue-ID: POLICY-1747
Change-Id: I889d3c5276a070404eeba86d99ca82852d2645e5
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 1640ac602723737c8f15a9a84046e709f7230a1c
- Merge "New GroupLevel DeleteE2EServiceInstance flow"
- New GroupLevel DeleteE2EServiceInstance flow
Modified the subprocess 'DoDeleteE2EServiceInstance'
to support Group level instances.
Change-Id: I8dfd154bc6eb9c9f7c7dc932bdce215a3b9fd800
Issue-ID: SO-1393
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 72a7b3c2a2f056f38dc100c7407662ee3aeb0edc
- Added unit tests for KibanaServlet
Improve unit test coverage in sdc/catalog-fe
Remove sonar code smells
Issue-ID: SDC-2327
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Change-Id: I365ec437e999d7e0505a9345268405ac26495762
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 3cdd515788e42ae60ec2dc05340c2494261288d3
- Improve unit tests for ESTimeBasedEvent
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I4e53f5f4cf14c5b44d72b10de53e5641e75a98b1
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 604f96f5154a475041efbfc7c9f4c428f210d030
- Improve unit tests for EcompErrorConfiguration
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I8ddaa70b02eeda837e5f74cd105a3e803d8652e6
|
|
* Update docs/submodules/clamp.git from branch 'master'
to ef9000f59f675f8a34e7d8afb8f4f449a1b47ac9
- Document fixed OJSI-152 vulnerability
Issue-ID: OJSI-152
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I38bc0c8c49cb32e6cac188daed9248487b75e2f0
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 16a77f6bd4f5b80aea267ace1bcde0674a6b1521
- Document fixed OJSI-147 vulnerability
Issue-ID: OJSI-147
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I8dd24e218beb9621a5429c1d3a75af7ab10a6bc4
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 2b4c5c64e5db661e407bf2aab8e6522f2a37fbd9
- Document fixed OJSI-128 vulnerability
Issue-ID: OJSI-128
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Iea1134d2645ba53de63f08aac975abb138b442fe
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 5456d52c14612e65ca759f478bc62acc0ef093e3
- Improve security section of release notes
In order to provide users with more details on project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I856d45e2adbcfcfca05b95d1482487aca950f794
|
|
|
|
|
|
Add reference to ONAP Security to ensure that it is navigable from
main ONAP documentation.
Issue-ID: SECCOM-239
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ia76fc2a19e3326078f1b2605a0d29d54dd6a9042
|
|
In order to provide users with more details on project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I8bbac2b7e7126369e30da218b69cdc3744d3c0c5
|
|
* Update docs/submodules/so.git from branch 'master'
to 11b69a4a70a70b8eb5b9216ae3f4360e651f12b3
- Merge "property to determine if delete audit is needed"
- property to determine if delete audit is needed
update the onap delete vf module BB bpmn as well
validate formatting of audit tasks code changes
added a property to determine if delete audit is needed
Change-Id: Id29eed6295ed6623636a4812708e53c5ae440b83
Issue-ID: SO-1964
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to b8bc4db00966393ea695d27641542d9a348ea129
- Merge "apih resume request handling more generic"
- apih resume request handling more generic
getInstanceName throws exception if requestScope doesn't match modelType
Updated to combine separate return statements
Replaced if statements for modelType and added tests
Replace if statements for modelType in ResumeOrchestrationRequest and
added tests
Added coverage for setId in ModelType
Updated to use ModelType setters/getters
model type can now get and set generically
Added modelInfo to RequestBody for resume request
Added getModelType call and unit tests
Moved getModelType from ServiceInstances
Moved getModelType and added unit tests
Added tests for getIsBaseVfModule
Added more tests for isBaseVfModule
Began adding tests for getIsBaseVfModule
Updated currentActiveRequest creation and isBaseVfModule
Updated recipe lookup and setting of aLaCarte to be more general
Updated concurrency control to include other resources
Change-Id: I12ad011d0a021c3ee066e16b4c8a4526d040cbe3
Issue-ID: SO-1963
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e2b0c39795a90aa7ac2abbc46b4f33793a9b8bd5
- Merge "issue encoding openstack errors"
- issue encoding openstack errors
Fix setting of port to fix unit test issues
Fix formatting error on the file causing build issue
Properly revert change that was made previously
Fix issue where base java library not encoding properly
Change-Id: I2bfa46825d9a99998195dbd7bd422f88fa76ef09
Issue-ID: SO-1965
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to a6bbe76f5eacd614ccc2f06ebc574939b2705c44
- Merge "Fix issue where request was not being updated"
- Fix issue where request was not being updated
Fix issue where request was not being updated
Change-Id: Ib4b3809797449224ac417facfaa4bf48d91a1ecb
Issue-ID: SO-1966
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 852a257aa9712c28fb10fc8bcdd5fad5350120c4
- enhanced vnf adapter errog log.
enhanced vnf adapter error log for heatEnvironment when null.
removed the junit tests because of no assertions coverage.
enhanced vnf adapter errog log.
Change-Id: I80d3070ce203c4c8339f0a0e7df6f3731d0a16c2
Issue-ID: SO-1967
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to c5912441be45787488574369e629bc63a9e65dd9
- Update multicloud-azure version to 1.2.4
Change-Id: Ia56e45bf75aed9e860f256f0980f2e8183c7ace2
Issue-ID: MULTICLOUD-659
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 2f81c9e500cc5d260a66ea70de8397d0c824f67e
- Move to oparent and upversion to 1.5.0
Issue-ID: AAI-2464
Change-Id: I961491c316ad0bc135eff43b8c5ed8ff0686ca5c
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to d206b39f669ff86e469918ef1db5d3e75f4d18d4
- Set up for new staging method
Set up pom.xml for new staging method
Change-Id: I889d5560a416562c75d56cd49f7041a7794e6b62
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to dbec47530c91b6cd586fb05b44fd27444301e04a
- Switch to new Locate Features
Issue-ID: AAF-839
Change-Id: I3122d32330c7e0fab533db8355183dbff68f7cc7
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 56bc782c22235987a27f3061799b8e859fffafb2
- Update SO default OOF endpoint to https
Issue-ID: SO-1871
Change-Id: I9ff6ffc656ff31a93e6853368397fe0e2bd76f29
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 9d188efd67fe81b7e9b190afd8858eb042b813ac
- Merge "DG enhancement for El Alto"
- DG enhancement for El Alto
enhance unresolved-composite-data to include additional format
Issue-ID: SDNC-771
Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com>
Change-Id: Ie7149215489ad81183003e9323d7818e6ed33fd1
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 3fa6fd4c5a9f6bf5ca522b7dffe07c77626e6403
- Merge "Add logger to the server"
- 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>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 4a1c826efda07f3bb20f1531ca97c7a4726f4d96
- Fix for sdnc aai relationship
Fix for sdnc aai relationship for generic vnf resource and service instance.
Issue-ID: SDNC-780
Signed-off-by: prakash.e <prakash.e@huawei.com>
Change-Id: I5db4e0a7f243a1be15e95221250e6e84e91e5509
|