doc.git
4 years agoUpdate git submodules
Alexey Sandler [Sun, 17 May 2020 02:37:48 +0000 (05:37 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to c8a3cfffe97ec18a54f43e82c3d4f65a65d7eefb
  - Add to VFM context menu action "Add pause upon completion".

    Issue-ID: VID-821
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
    Change-Id: I8b0ef7021fb7b74e8ad12ae92e581510491d9605
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
4 years agoUpdate git submodules
Rupinder [Sat, 16 May 2020 13:25:12 +0000 (18:55 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 6e31b176be9421c154ac7d164254d9df31d68d56
  - added assert statements in jUnits

    Issue-ID: APPC-1859
    Change-Id: I80ce69ae34b7560bef1b1be06b8c3bb9fef73e22
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Rupinder [Sat, 16 May 2020 13:24:39 +0000 (18:54 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to db0d945a6f3f0a446ad47f1faa4c5c63da846327
  - added atleat one assert statement in test case

    Issue-ID: APPC-1859
    Change-Id: I0aa503664224aa2f6d1ced5faff59f7156609693
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Rupinder [Fri, 15 May 2020 20:28:40 +0000 (01:58 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to fc616287f11ebe888cbbbf866d983cddbb193f1a
  - worked on code smells

    Removed some unused imports and reorder the modifiers to comply with
    java language

    Issue-ID: APPC-1859
    Change-Id: Ieaf032f7d4466186b4813e6dcee5c475e4472d4d
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Rupinder [Fri, 15 May 2020 20:28:16 +0000 (01:58 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 14496b672e66416ef3915777059c7971176a3967
  - reduced code smells

    Issue-ID: APPC-1859
    Change-Id: I7d0fae3e0ebc9ad3512fb0010381a4506e81128d
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Taka Cho [Fri, 15 May 2020 19:58:48 +0000 (15:58 -0400)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'master'
  to 39cf2fc84846a59e02b51313b01153a276e2c08c
  - fix script for install APPC features

    sleep 120 sec was the logic, but it cannot
    make sure karaf is ready within 120 seconds
    use echo karaf command to make sure karaf is ready
    instead

    Issue-ID: APPC-1877
    Change-Id: Ib1e17e5909890ed2342c313e94939bec392d86c5
Signed-off-by: Taka Cho <takamune.cho@att.com>
4 years agoUpdate git submodules
Morgan Richomme [Fri, 15 May 2020 19:38:35 +0000 (19:38 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 9d4cdf7ef706b85ec1d86b4945812d61cbdb3f15
  - Merge "[ESR] Force esr-server to run as non-root"
  - [ESR] Force esr-server to run as non-root

    Use securityContext to run esr-server as a non-root user.
    Unfortunately esr-server docker is built in a way that doesn't allow use
    to just change the user and continue using it. We need to make sure
    that conf dir is writable for this user because this docker modifies
    its configuration files from docker_entrypoint.sh

    Issue-ID: AAI-2896
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: If6eba45c9571753fa9e5ce4f386c2e391788c734

4 years agoUpdate git submodules
Morgan Richomme [Fri, 15 May 2020 19:38:25 +0000 (19:38 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to af79d35b1c583078e4b03604d1f253d5854de02d
  - Merge "[ESR] Force esr-gui to run as non-root"
  - [ESR] Force esr-gui to run as non-root

    Use securityContext to run esr-gui as a non-root user.
    Unfortunately esr-gui docker is built in a way that doesn't allow use
    to just change the user and continue using it. We need to copy tomcat
    directory to volume to make sure that tomcat is able to create
    additional directories after it starts.

    Issue-ID: AAI-2896
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: Iae060ea691ce492e8ccb2d540a48c085c0fd66ae

4 years agoUpdate git submodules
Bartek Grzybowski [Fri, 15 May 2020 19:37:47 +0000 (12:37 -0700)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 5422700691d0c8c2f9f100b3d1599230b627de91
  - Run Maven directly

    Maven will be run directly from MassPnfSim module, not
    through wrapper shell script.

    Change-Id: Ib2936391ace3cbd31c3b5bba4ad6d776cfb890d8
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Leverage internal shell runner in bootstrap mode

    Use native python modules for file operations

    Change-Id: I1ca505f9a891c722c2aace118536fa470bf50b35
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add internal method for shell runner in MassPnfSim module

    Since now if module is called in 'debug' mode shell script
    is run with trace.

    Change-Id: I7bddf6c0583c4b56d4a0c3b5eeb6a78af561891f
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Fix ftp dir permission in sftp-server container

    Container entrypoint descendant script in atmoz/sftp:alpine image
    is changing mount binded ftp dir owner to 'root' which makes
    removing it by 'clean' action not possible hence adding o+w
    permission for it.

    Change-Id: I0d9339db80c4cd8e31c4368ac63741c531a626fa
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Make the maven image build an independent step

    This improves testability as in CI the image build
    is done by relevant CI runner from provided POM file
    so building from script is redundant.

    Updated doc in regard on how to build the image locally.

    Change-Id: I7666bc638996c855fed139ee46fcc80379a02f3b
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
4 years agoUpdate git submodules
Dan Timoney [Fri, 15 May 2020 19:06:14 +0000 (19:06 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to f1bbbab22a4d5817e5f0ca449f0f548311ef2d34
  - Merge "Designer > Breadcrumb"
  - Designer > Breadcrumb

    1. Change Package name to current package name
    2. Make package name link open to package view

    Issue-ID: CCSDK-2247
    Change-Id: Ica060beff9a0785d80c69cf971623dd45ebe75fe
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Dan Timoney [Fri, 15 May 2020 18:59:17 +0000 (14:59 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/features.git from branch 'master'
  to 752248349615d55473dcfdd9f4b141e8706716fa
  - Remove A1 adaptor from sdnr-northbound-all aggregator

    Remove A1 adaptor from sdnr-northbound-all feature aggregator so
    that it can be optionally installed separately.

    Issue-ID: CCSDK-2371
Signed-off-by: Dan Timoney <dtimoney@att.com>
    Change-Id: Ie06aa1652b3b498a6b2c60896e102e55fb98d560

4 years agoUpdate git submodules
Krzysztof Opasiak [Fri, 15 May 2020 17:50:19 +0000 (17:50 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 3201cc3f6fa66565731138836e3aae63cdfec8bc
  - Merge "Fix: make all - returns multiple warnings"
  - Fix: make all - returns multiple warnings

     Issue-ID: OOM-2412

Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
    Change-Id: I7d02ebc6aa43a8e8aa89cea7860bba6b55723fa9

4 years agoUpdate git submodules
Dan Timoney [Fri, 15 May 2020 17:23:14 +0000 (17:23 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to 589bc64347dc1281b43622cfd70ba0bc5f5dca1a
  - Merge "Change log4j2 configuration"
  - Change log4j2 configuration

    Changed log4j2 configuration from using properties files to using
    XML, which seems to work more reliably.

    Change-Id: Ib183a4c48aeb9880eff2121fb8b6c7cf521ae7c9
    Issue-ID: SDNC-1167
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUpdate git submodules
Krzysztof Opasiak [Fri, 15 May 2020 16:37:30 +0000 (16:37 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 45fa2a95f9886659030955ccf5b5441bfd179de4
  - Merge "Update processor-db config with correct configuration"
  - Update processor-db config with correct configuration

    Processor-db configuration allows CDS to access data in
    sdnctl DB without enforcing users to provide such data in CBA.
    This entry is now corrected allowing proper work for this feature.
    Currently access to sdnctl DB is provided via root DB access,
    but this should be further corrected in future.
    Also removed unnecessary secret metaconfig - 'cds-db-root-pass'.

    Issue-ID: CCSDK-2373
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
    Change-Id: Idf452fe5d42862e507b2d981af58b96931ee287c

4 years agoUpdate git submodules
Dan Timoney [Fri, 15 May 2020 16:09:53 +0000 (12:09 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to 9f846251aaac86c258fe44f71c00c72442a742ed
  - Add Frankfurt release notes

    Add release notes for Frankfurt following new, non-comprehensive
    template.

    Change-Id: Idf457050c9c7332be2d97ebc93e0836c44841f1e
    Issue-ID: CCSDK-2330
Signed-off-by: Dan Timoney <dtimoney@att.com>
4 years agoUpdate git submodules
Krzysztof Opasiak [Fri, 15 May 2020 16:04:21 +0000 (16:04 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 8bca634df4cf29dc053a6a6a6a42b6d06d5d69e9
  - Merge "[AAF] Augment CPU limit to locate"
  - [AAF] Augment CPU limit to locate

    AAF locate may be long to start because of too small CPU limits.
    Augmenting them in order to have a more reliable behavior

    Issue-ID: OOM-2411
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
    Change-Id: Iefcd79ee66be56570a5df83111cbb6559346371e

4 years agoUpdate git submodules
Instrumental [Fri, 15 May 2020 15:57:54 +0000 (10:57 -0500)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to ea095eb9cdbb451f2310a262f3877c79f527cc8f
  - Improve Pool

    Move interface Log out, make JUPool test the functionality better, add "tooManyObjects"
    to help control memory.
    Minor BasicEnv for standalone usability.
    included ".checkstyle" files, generated by Eclipse/Maven to .gitignore.  They shouldn't be in repo.

    Issue-ID: AAF-1146
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
    Change-Id: I72c22fa455029950e3d73d2e9addbccc1a990189

4 years agoUpdate git submodules
Sylvain Desbureaux [Fri, 15 May 2020 15:41:07 +0000 (15:41 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 36c87e4b516b45a109db5b61a91902c2c57308e2
  - Merge "[DMAAP] Moving DMaaP post-install jobs to 1 BC job"
  - [DMAAP] Moving DMaaP post-install jobs to 1 BC job

    Change-Id: I11fe412600d1061e5667a5531d36cecbecdd34e3
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
    Issue-ID: OOM-2369

4 years agoUpdate git submodules
krishnaa96 [Fri, 15 May 2020 15:22:30 +0000 (20:52 +0530)]
Update git submodules

* Update docs/submodules/optf/osdf.git from branch 'master'
  to 349bbf794dbc34a96755ae40e98b8ba83a074a02
  - Handle has exceptions for slice selection

    Issue-ID: OPTFRA-754
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
    Change-Id: I66904680a4b9a2bc69c144f05b95fb4f999d0e93

4 years agoUpdate git submodules
uj426b [Fri, 15 May 2020 13:49:07 +0000 (09:49 -0400)]
Update git submodules

* Update docs/submodules/policy/engine.git from branch 'master'
  to 7a172d1c6922851e7008d1ce2afdf673193699d3
  - Fix Junit to clean up file/directory

    Change-Id: Ib29b3b708bd28e333822d4c2b9db44e33f8e395f
    Issue-ID: POLICY-2496
Signed-off-by: uj426b <uj426b@att.com>
4 years agoUpdate git submodules
Sylvain Desbureaux [Fri, 15 May 2020 12:10:54 +0000 (12:10 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to cdf77a62bcf617cdcf9baca715798621d09bb46b
  - Merge "bump the SO release version 1.6.1"
  - bump the SO release version 1.6.1

    Issue-ID: SO-2818

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
    Change-Id: I99506f2bfb4aa9944dda9a23f6fbe0d66a60cb37

4 years agoUpdate git submodules
Seshu Kumar M [Fri, 15 May 2020 11:36:20 +0000 (11:36 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to a214feeecfe88b9f4362fd0fbb08c2323156db10
  - Merge "[SDC] Update SDC Distribution Client"
  - [SDC] Update SDC Distribution Client

    Use the latest (currently on SNAPSHOT) version od SDC Distribution
    Client on SO, in order to be able to (later) discuss also with HTTP
    protocol

    Issue-ID: SO-2792
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
    Change-Id: I8d49361ba4889a0c4200a9f35901c49534a8f03d

4 years agoUpdate git submodules
Jim Hahn [Fri, 15 May 2020 11:36:09 +0000 (07:36 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 2defadb832998063be6bc330204d16f2fc173b47
  - Document new APPC LCM actor

    Issue-ID: POLICY-2515
    Change-Id: I88574c20ee0a091b76ec84f8ba52e7964457ccbe
Signed-off-by: Jim Hahn <jrh3@att.com>
4 years agoUpdate git submodules
Steve Smokowski [Fri, 15 May 2020 10:14:37 +0000 (10:14 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 3c21950cab44049b8ea3c3a3d0aa47a685555ad6
  - Merge "removed code smells"
  - removed code smells

    Issue-ID: SO-2804
    Change-Id: I53d80ba69119009429fec29e5545301bbfe2b585
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Steve Smokowski [Fri, 15 May 2020 10:13:54 +0000 (10:13 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to eb6cc02868dc95c274dd6ec26a7be26f8f16b197
  - Merge "remove setting of the prov-status"
  - remove setting of the prov-status

    remove setting of the prov-status on pserver

    Issue-ID: SO-2935
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: I6e4767c2a457962de26ec09923228bfa72e55a54

4 years agoUpdate git submodules
Steve Smokowski [Fri, 15 May 2020 10:13:46 +0000 (10:13 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 7a29a83a89c9e01c0219342f7272bbd023828eda
  - Merge "Default gateway value to NULL when not present"
  - Default gateway value to NULL when not present

    Default gateway value to NULL when not present

    Issue-ID: SO-2934
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: I7a9839817887575ec425e2ae6f1782b94f0bb907

4 years agoUpdate git submodules
Sylvain Desbureaux [Fri, 15 May 2020 06:54:38 +0000 (06:54 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 7b55ca56bf6ac492bcbf054a58cb5b7243465582
  - Merge "add nssmf adpter endpoint and so infra endpoint, update the oof endpoint"
  - add nssmf adpter endpoint and so infra endpoint, update the oof endpoint

    Issue-ID: SO-2921

Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
    Change-Id: I28524030291cac3b5e4b04221ee23b8354872d73

4 years agoUpdate git submodules
r.kuralamudhan [Fri, 15 May 2020 06:25:31 +0000 (23:25 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to c77850a75eee9f3df2e194521e59728572bc47c2
  - remove the outdated SDWAN testing

    Issue-ID: MULTICLOUD-1071
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
    Change-Id: Ia3818ee16393d8e8b2d465d354ce777192baca9e

4 years agoUpdate git submodules
Mateusz Pilat [Fri, 15 May 2020 05:53:26 +0000 (07:53 +0200)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 17e0a5eacaed7519f13e2c0f19749fb4263fb46a
  - Fix: docker-images-collector.sh collect empty image name in output list.  Adding also masterPassword param for helm templating

    The root cause is that not all parameters are present in aaf chart. It is an issue not only for image params, however other cases are not impacting us.  Issue-ID: OOM-2405

Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
    Change-Id: I1ad1d33717488a82a2ce1eebe524ee41e1264d40

4 years agoUpdate git submodules
Amichai Hemli [Fri, 15 May 2020 03:30:55 +0000 (06:30 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 4ac68cef7eac5c56d61626000f43d4e8f686c33d
  - When opening a service instance from the instantiation status page, the More Actions button should be visible pending user's permissions

    Issue-ID: VID-829
Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
    Change-Id: Ia28f2fd9d497e8f7b2f2b4644ec105e5283b2637

4 years agoUpdate git submodules
Krzysztof Opasiak [Thu, 14 May 2020 23:43:44 +0000 (23:43 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 6c68422d16b2e3356d706e991c2666ea7bf81016
  - Merge "update release version of modeling-etsicatalog"
  - update release version of modeling-etsicatalog

    Issue-ID: MODELING-349
    Change-Id: I52bb7f5f560fa3af6ece968b9c1e8ebc5331b813
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
4 years agoUpdate git submodules
Pamela Dragosh [Thu, 14 May 2020 18:02:35 +0000 (18:02 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 7a00e85e21533d2a11300a61439b4ab3a420c1d5
  - Merge "Add documentation for APPC Legacy actor"
  - Add documentation for APPC Legacy actor

    Added documentation for APPC Legacy actor.
    Also added place-holders for the other actors.

    Issue-ID: POLICY-2515
    Change-Id: I99af500ae36ea92a2aa8a9e75da5fc36982a63c6
Signed-off-by: Jim Hahn <jrh3@att.com>
4 years agoUpdate git submodules
Pamela Dragosh [Thu, 14 May 2020 18:01:38 +0000 (18:01 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to b77c9bec1777072f1e26071dd4f37ce65964f8be
  - Merge "Fix warnings for Policy/engine in rst files."
  - Fix warnings for Policy/engine in rst files.

    Change-Id: Ic79f12b63feff8f55ec15127e88e2bfbd1cf42f6
    Issue-ID: POLICY-2511
Signed-off-by: uj426b <uj426b@att.com>
4 years agoMerge "Issue-ID: DOC-613 fixed problem with duplicate file names and wrong links"
Andreas Geissler [Thu, 14 May 2020 14:33:24 +0000 (14:33 +0000)]
Merge "Issue-ID: DOC-613 fixed problem with duplicate file names and wrong links"

4 years agoUpdate git submodules
Steve Smokowski [Thu, 14 May 2020 14:10:00 +0000 (14:10 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 5369c02f6f86ec64850c7a23183755b377c6f668
  - Merge "Add apache utils to SO base image"
  - Add apache utils to SO base image

    To encode plain text passwords using htpasswd
    apache utils has been added to SO base image

    Issue-ID: SO-2932
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
    Change-Id: Ic92ac23ff604d1c86c5fc3aeb1c328b8cdcecad1

4 years agoUpdate git submodules
Steve Smokowski [Thu, 14 May 2020 14:09:47 +0000 (14:09 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to d9160c65acd59d9e844b1ca72e6da7c6ee30f1fc
  - Merge "switch to docker-maven-plugin because that's all"
  - switch to docker-maven-plugin because that's all

    switch to docker-maven-plugin because that's all we need

    Issue-ID: SO-2933
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: I65783d3a7c172f4ce7fc39d64a3987eeae58feed

4 years agoUpdate git submodules
Steve Smokowski [Thu, 14 May 2020 14:09:40 +0000 (14:09 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 40d0e02c799115c2f070e93d35a9384264b332e2
  - Merge "requestid values have commas audit log"
  - requestid values have commas audit log

    Removed overwriting header with random uuid
    Removed setting of duplicate headers, updated SOAP logging
    Re-added setting non-duplicate header
    Updated version of logging library to get elapsedTime changes
    Fixed failing unit tests in MSOCommonBPMN

    Issue-ID: SO-2916
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: I6b30d69daf210dd903e6a1c1d832de49bf8119d5

4 years agoUpdate git submodules
Steve Smokowski [Thu, 14 May 2020 14:09:32 +0000 (14:09 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 023a9a7398957caeecaafaf9083392e49a4b6262
  - Merge "add image detail endpoint to openstack proxy"
  - add image detail endpoint to openstack proxy

    Fix issue where Image had an outer wrapper

    Issue-ID: SO-2910
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: Ia823cf21c6014e513f49bacf84fd2a61a2724bcb

4 years agoUpdate git submodules
Rupinder [Thu, 14 May 2020 13:42:38 +0000 (19:12 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 06bfa9f289b1960a3ac692b2e58dac3da6abb968
  - lower code smells

    Issue-ID: APPC-1859
    Change-Id: If95047a9f6b568c8ef4796d48572c23a36ac36fc
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Rupinder [Thu, 14 May 2020 13:41:20 +0000 (19:11 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 565cf6abafad3eb667169926b3ec478303950662
  - lowered code smells

    Removed some unused imports and reorder the modifiers according to java
    standards.

    Issue-ID: APPC-1859
    Change-Id: Icb7d6129f583140949d5aef7a20199cc4a03425f
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Rupinder [Thu, 14 May 2020 13:40:19 +0000 (19:10 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to d41aae5d068ef5a2f8db9fbb2cbfafe8f781bde4
  - removed code smells

    Issue-ID: APPC-1859
    Change-Id: I02807b0d4bbc3b1d47945e4ff397647a06eb5e03
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Lorraine Welch [Thu, 14 May 2020 13:37:43 +0000 (13:37 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 5050c8c4d2b2b5deab6ba56189dd1388a635a09b
  - Merge "property changed to enable role sync"
  - property changed to enable role sync

    property changed to enable role sync

    Issue-ID: PORTAL-875
    Change-Id: I955b5e8dcc8863eafdd22f2ef6627184ee31a893
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
4 years agoUpdate git submodules
Julien Fontaine [Thu, 14 May 2020 13:15:00 +0000 (09:15 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 768fe7bc996d7d8d4b0b1ae619c7ecd33635960d
  - Kafka Audit Service : Error with CBA using dg-generic node template

    * Fixed issue with dg-generic node template
    * Changed behaviour for hiding sensitive data -> Instead of just checking the node-template targeted by the workflow, we check every node-template declared in the CBA. If we find one or more component-resource-resolution node-template, we verify if we need to hide sensitive data in the kafka message.

    Issue-ID: CCSDK-2372
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
    Change-Id: I079ee29ae532b3947cdc8efe3438678309ca50b7

4 years agoUpdate git submodules
Dan Timoney [Thu, 14 May 2020 12:43:49 +0000 (12:43 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to a8398eef1ac270ab7a145e812856b62171af8b6f
  - Merge "MSA delete services issues fixed for MDONS use case"
  - MSA delete services issues fixed for
    MDONS use case

    Issue-ID: SDNC-1189
    Change-Id: I974156a4de10b9962b330abe966b7a95670dd164
Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
4 years agoUpdate git submodules
Hesam Rahimi [Thu, 14 May 2020 12:43:17 +0000 (12:43 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to ca9f45cb92f35a6f0235f0a84e8d7b2f50e0e0de
  - Using RestApiCallNode instead of RestconfApiCallNode and updating templates accordingly.

     - This is also required for F release.

    Issue-ID: SDNC-1184
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
    Change-Id: I527253d75dd1e49e87877b17588c1d4c2c3dbed1

4 years agoIssue-ID: DOC-613 77/107677/1
Thomas Kulik [Thu, 14 May 2020 12:16:26 +0000 (14:16 +0200)]
Issue-ID: DOC-613
fixed problem with duplicate file names and wrong links

Signed-off-by: Thomas Kulik <thomas.kulik@telekom.de>
Change-Id: I982ce2693601e7c057edaa986572ae0de4d1589d

4 years agoUpdate git submodules
Pamela Dragosh [Thu, 14 May 2020 11:42:38 +0000 (11:42 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 4166130f56832fc5063838d142072e3b4c6db349
  - Merge "PAP Performance test Documentation update"
  - PAP Performance test Documentation update

    Issue-ID: POLICY-2454
Signed-off-by: aditya.puthuparambil <aditya.puthuparambil@est.tech>
    Change-Id: I63657194c267ed464a1bdcb9eb11a031f4fd59f2

4 years agoUpdate git submodules
Jan Benedikt [Thu, 14 May 2020 09:22:07 +0000 (11:22 +0200)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to e56bd4f45f5d9f68aeb406510cf4aa5741405d80
  - Fix lint errors in package-repository-check role

    In package-repository-check was changed command module to service module due to lint failing.
    Failing was caused by errors:
    [301] Commands should not change things if nothing needs doing
    [303] service used in place of service module

    Added molecule test.

    Issue-ID: OOM-2395
Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
    Change-Id: I6cfdfe920eabfb9a0c43cc9ba4ffcd81df1d6852

4 years agoUpdate git submodules
mrichomme [Thu, 14 May 2020 08:51:29 +0000 (10:51 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to d011020b3d108eeeeb95b15cd6cbdcdbb68fbc22
  - Finalize INFO.yaml

    Issue-ID: INT-1587

Signed-off-by: mrichomme <morgan.richomme@orange.com>
    Change-Id: Ic386d025fd2b2e9c798a027bb5590c919a850ae3

4 years agoUpdate git submodules
Krzysztof Opasiak [Thu, 14 May 2020 07:09:38 +0000 (09:09 +0200)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to c32ee22a8436a184d710db9d06da85c4ca385efc
  - [DMAAP] Use common aaf template in dmaap-bc

    Instead of copy-pasting code around aaf_agent usage let's use a common
    template that automates this.

    Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I42bb5a8840701dfd99488df9913a5ffd01b17f64

  - [COMMON] Fix certInitializer

    By mistage aaf-agent-certs volume was created only if aaf_add_config
    option was set. This is incorrect as it should be created always.

    Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I6172d2cbb781db4a26e09b7c4c324e985978b31e

4 years agoUpdate git submodules
zm330 [Thu, 14 May 2020 06:39:14 +0000 (14:39 +0800)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to d05adceceb65ae4af74ab953609ab5d9bdab6bae
  - update oof option and slice profile

    Issue-ID: SO-2919

Signed-off-by: zm330 <zhangminyj@chinamobile.com>
    Change-Id: Ia755381b5b7f90ab6bac3ee8002cc87a1cc12c9f

4 years agoUpdate git submodules
Kanagaraj Manickam [Thu, 14 May 2020 05:03:00 +0000 (05:03 +0000)]
Update git submodules

* Update docs/submodules/cli.git from branch 'master'
  to a13ffa03bf353bc70cb20cc0481ba89e24fd2cdb
  - Merge changes I392b1c44,I3584db40,If8f46a37,Ib2bf4d6e

    * changes:
      sonar code smells fix- Remove the declaration of thrown exception, as it cannot be thrown from method's body
      sonar code smells fix- Use the primitive boolean expression here
      sonar security issue fix- Make sure that hashing data is safe here
      sonar code smells fix- Format specifiers should be used instead of string concatenation

  - sonar code smells fix- Remove the declaration of thrown exception, as it cannot be thrown from method's body

Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
    Issue-ID: CLI-270
    Change-Id: I392b1c4403e7f8cde1d7b06c34455b9f00af4a64

  - sonar code smells fix- Use the primitive boolean expression here

Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
    Issue-ID: CLI-270
    Change-Id: I3584db40fedae81ceb9bc067a17b012136553fc3

  - sonar security issue fix- Make sure that hashing data is safe here

Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
    Issue-ID: CLI-270
    Change-Id: If8f46a3773963f56f4912be2decb6d92e164cccc

  - sonar code smells fix- Format specifiers should be used instead of string concatenation

Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
    Issue-ID: CLI-270
    Change-Id: Ib2bf4d6ecb9175372a0fcbff9dbd8d18b21c64ca

4 years agoUpdate git submodules
Lorraine Welch [Thu, 14 May 2020 02:47:36 +0000 (02:47 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 9197ec4902db72c025afb142270a090491c7f281
  - Merge "removed unused imports"
  - removed unused imports

    Issue-ID: PORTAL-865
    Change-Id: I1ea5052be23ae92dabf796418644a5d8d39087a8
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate git submodules
Chuanyu Chen [Thu, 14 May 2020 01:56:00 +0000 (01:56 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 608d3f80e4b93c1afdcc21e414537e958550cb41
  - Merge "update nsmf to fix oof and nssmf problem"
  - update nsmf to fix oof and nssmf problem

    Issue-ID: SO-2919

Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
    Change-Id: I3dc20b3eeb0ec5f72215dbe81295317446d60524

4 years agoUpdate git submodules
hetengjiao [Thu, 14 May 2020 01:27:19 +0000 (09:27 +0800)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to ca675686c6a59917ae53b1c83dd0700548ca5af1
  - update DoCreateSliceServiceOption Workflow because the oof inteface modify

    Issue-ID: SO-2919

Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
    Change-Id: Idf4ad514abdb21131c684edb4294b3ddff03efb2

4 years agoUpdate git submodules
Ritu Sood [Thu, 14 May 2020 00:05:49 +0000 (00:05 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 22a56b401408ad2d3f0d77c245cc2c69df83e456
  - Merge "Create appContext and save to etcd"
  - Create appContext and save to etcd

    In this patch, following tasks are accomplished

    1. Creation of appContext and storing the appcontexts for each app in
    the compositeApp into etcd as part of the instantiation process
    2. Added a util method to extract parameters from k8s manifest files.
    3. Added a new testing script to auto create NCM artifacts through the NCM APIs
    4. Modified the existing plugin_collection_v2.sh to better test the
    orchestrator APIs.
    5. Added logging to appcontext lib
    6. Bug fix in the helm charts.

    Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
    Change-Id: I1b0e4d1351ad3a083be529239748015ea5db2a41

4 years agoUpdate git submodules
Eric Multanen [Wed, 13 May 2020 23:31:59 +0000 (16:31 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to a08968c161b999238cbd61ea2eb9fd597a5b37e6
  - Add gRPC servers to ncm service

    Add a contextupdate grpc server to the ncm service.

    Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
    Change-Id: I38caa625c028baac06a6202f03b86d0f2bf38126

4 years agoUpdate git submodules
Tony Hansen [Wed, 13 May 2020 23:03:10 +0000 (23:03 +0000)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'master'
  to 3cf193ed20d9680b582f8e1fc3183390b79f962b
  - Merge "Align to new rls template"
  - Align to new rls template

    Change-Id: Ib291eb8fb2d6114186ced44a39e4b54340edfb76
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
    Issue-ID: DCAEGEN2-2024
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
4 years agoUpdate git submodules
Bartek Grzybowski [Wed, 13 May 2020 18:27:33 +0000 (11:27 -0700)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 19a4c45deb53685c176ae6dcd27d5ff0b6c129ca
  - Get and kill ROP_file_creator.sh childs as well

    Change-Id: I07393a0f62535563586278d2e8bc8fd6bd9380db
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
4 years agoUpdate git submodules
Taka Cho [Wed, 13 May 2020 17:07:57 +0000 (13:07 -0400)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 969c2cef6fb373244112d06b7328c9ece4be8571
  - add back ConfigModify

    when selecting ConfigMofidy with Netconf xml
    protocol, DEVICE_INTERFACE_PROTOCOL table is empty

    Issue-ID: APPC-1879
    Change-Id: I0d29caad47700ad5207ee1d1393aa246e775ea03
Signed-off-by: Taka Cho <takamune.cho@att.com>
4 years agoUpdate git submodules
Eric Multanen [Wed, 13 May 2020 17:02:46 +0000 (10:02 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to bd3e69e7a26aaa00d3367f1eeb78e91e63ebd404
  - Move controller module into separate package

    Move the controller part of the module package
    into a separate controller package.

    Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
    Change-Id: Id07c1012aeff8a72458b37d42671495510cade75

4 years agoUpdate git submodules
dhebeha [Wed, 13 May 2020 17:01:06 +0000 (22:31 +0530)]
Update git submodules

* Update docs/submodules/optf/osdf.git from branch 'master'
  to 0227fc0b5a69558cb68fd9977e12558fbb51a203
  - return slice profile when serviceProfile is non shareable

    Issue-ID: OPTFRA-754
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
    Change-Id: Ib330881be60d8bcc5683571a76ef8fe52452b869

4 years agoUpdate git submodules
Eric Multanen [Wed, 13 May 2020 17:00:25 +0000 (10:00 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to eafedad99d1bc3ea0ffa2fb82bb8be6b7687e335
  - add an ncm test script

    Add ncm test script to create, query, and delete
    a set of test ncm data.

    Issue-ID: MULTICLOUD-1069
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
    Change-Id: Icf97941ca1df8a5693c45597f115c1fba17df402

4 years agoUpdate git submodules
Pamela Dragosh [Wed, 13 May 2020 16:51:02 +0000 (12:51 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 9fcabd0c0ad4521726a039d48ec1b1dc0c32b6ad
  - Fix labels that generated warnings

    Restoring these labels even though they produce warnings.

    Issue-ID: POLICY-2511
    Change-Id: I02ac81acf97d56b89470c287a36371bac4ae84a9
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoUpdate git submodules
Hesam Rahimi [Wed, 13 May 2020 15:23:40 +0000 (15:23 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to 4ff90dd1689d772865399ab5a995119981b127e1
  - Adding local-link-connectivity-list (llcl) information to match ttp and tp locally (to support NNI-based Service creation use-case).

        - This is needed for F release

    Issue-ID: SDNC-1184
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
    Change-Id: I24f1ef56884b874baed029182a984945080af769

4 years agoUpdate git submodules
Sébastien Determe [Wed, 13 May 2020 14:40:20 +0000 (14:40 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 515251fb5ce2d8f2b4ccb5bd5d3ebd46deb4d29a
  - Merge "Update the clamp url"
  - Update the clamp url

    Replace the old Clamp url by the new one.

    Issue-ID: CLAMP-846
    Change-Id: I2765ea6c4f0f732be16e4c9a4b32f6eccf63468c
Signed-off-by: xuegao <xg353y@intl.att.com>
4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 13 May 2020 14:04:56 +0000 (14:04 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 97ff31b6cf9384401042d223902c9d5078657627
  - Merge "[POLICY] Remove hardcoded credentials from policy-distribution"
  - [POLICY] Remove hardcoded credentials from policy-distribution

    This patch remove hardcoded healthcheck credentials from
    policy-distribution.

    Issue-ID: OOM-2342
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
    Change-Id: I7c71fcceab030bd7858e8de9fe3f58451ac505d6
    [Fix init container]
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 13 May 2020 14:04:46 +0000 (14:04 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 1b8e5ab5581c078ae732f844304162de1f05a320
  - Merge "[POLICY] Remove hardcoded credentials from policy-apex-pdp"
  - [POLICY] Remove hardcoded credentials from policy-apex-pdp

    This patch remove hardcoded healthcheck credentials and trustStorePassword
    from policy-apex-pdp.

    Issue-ID: OOM-2342
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
    Change-Id: Ie8800830919479b87d7a71dfafe934bb95839ede

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 13 May 2020 13:34:59 +0000 (13:34 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 6c864e26a40b564b0e8ac403a3bfcfef9198566f
  - Merge "[AAF] SSHSM testCA request/values are too low"
  - [AAF] SSHSM testCA request/values are too low

    When using requests/limits, testCA jobs gets OOMKIilled.
    Giving more RAM in order to make it work.

    Issue-ID: OOM-2408
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
    Change-Id: I221cba103a939b77009aa8c04da2425ab8eeae82

4 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 13 May 2020 13:34:32 +0000 (13:34 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to e770eaeb0cb33ec6088a551eb26af4bf523b7a7c
  - Merge "[DCAEGEN2] Remove Lost+Found in PVC"
  - [DCAEGEN2] Remove Lost+Found in PVC

    When using dynamic storage, "Lost+Found" may be present. Cloudify init
    script doesn't work when it's the case, so we need to remove it.

    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
    Change-Id: Ie298c55aa997a441dde0bd45c452f41eb77ad495

4 years agoUpdate git submodules
Chuanyu Chen [Wed, 13 May 2020 12:34:34 +0000 (12:34 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 0746d5df51818753e950bf7a18d1d2d5ba583d0a
  - Merge "update DoCreateSliceServiceOption script because the oof inteface modify"
  - update DoCreateSliceServiceOption script because the oof inteface modify

    Issue-ID: SO-2919

    Change-Id: Ia8643a701f30ffa491842a3b7e35e18413b8d702
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
4 years agoUpdate git submodules
hetengjiao [Wed, 13 May 2020 12:34:04 +0000 (20:34 +0800)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 235d4053ec830eb9dfea3bf3b0113be8ee5643f2
  - update oof utils to fix bug caused by oof interface change

    Issue-ID: SO-2919

    Change-Id: Iecdf4a142f090cc0a2555c547bc4b7ba2e165fa3
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
4 years agoUpdate git submodules
hetengjiao [Wed, 13 May 2020 12:33:44 +0000 (20:33 +0800)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to b164f9cf15af6fdc69ac50fee77e288d2807b7c8
  - Add NssmfAapterUtils to fix the auth problem of request to nssmf

    Issue-ID: SO-2918

    Change-Id: I51d7573701cfbe5efa80ce25883e7a4d401afd8f
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
4 years agoUpdate git submodules
Dan Timoney [Wed, 13 May 2020 12:07:48 +0000 (12:07 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to ae362a76b5bef17db5c7c747b01b504f8ca2a66d
  - Merge "Kafka Audit Service : CorrelationUUID from request is not matching the correct response in Kafka"
  - Kafka Audit Service : CorrelationUUID from request is not matching the correct response in Kafka

    Moved out CorrelationUUID linking between the request and the response from the Kafka Audit Service to the ExecutionServiceHandler.
    This prevents the race condition happening when several ExecutionServiceOutputs try to set the CorrelationUUID related to their ExecutionServiceInput.

    Issue-ID: CCSDK-2370
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
    Change-Id: I0c5934d4486961fbfcb34fd2d2492cd843350025

4 years agoUpdate git submodules
Pamela Dragosh [Wed, 13 May 2020 11:15:38 +0000 (07:15 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to d5ff9883281a2219e741210d98d2ec7f12f60feb
  - Update release notes

    Issue-ID: POLICY-2515
    Change-Id: I8caaaad8becc6f75ec0a64efcbc56988639cce46
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoUpdate git submodules
hetengjiao [Wed, 13 May 2020 09:54:04 +0000 (17:54 +0800)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 8e6c5e5baf5ae2f68b8f6f86b35f8fe3d64edb86
  - Change CheckServiceProcessStatus Closure to function to fix out of memory problem

    Issue-ID: SO-2917

    Change-Id: Ie6e769ac56312fd216f462fdce5d5c1eb632da0a
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
4 years agoUpdate git submodules
YuanHong Deng [Wed, 13 May 2020 09:44:04 +0000 (17:44 +0800)]
Update git submodules

* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 8cfa32e6b48fc50d1e0540240c79d1db64426196
  - Accept the instance data from gvnfm to nfvo and process it

    Change-Id: I874ccdbbad57207b8f8d3f2b3c272fdd4f200441
    Issue-ID: VFC-1657
Signed-off-by: YuanHong Deng <dengyuanhong@chinamobile.com>
4 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 13 May 2020 09:37:50 +0000 (09:37 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 935623ebd592070fc55fe5dc1ebc3bad07fcc714
  - Merge "Fix SDNC DMAAP consumer properties in HELM charts"
  - Fix SDNC DMAAP consumer properties in HELM charts

    Minor configuration changes required in 3 SDNC DMAAP
    listener/consumer properties

    Issue-ID: OOM-2400

Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
    Change-Id: I640ee1fd2d9b764c8ac406b30cb775ea6ae2d4e8

4 years agoUpdate git submodules
Ittay Stern [Wed, 13 May 2020 06:35:40 +0000 (09:35 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 6181112a4e5c876499edeba307662ef49995d5f4
  - Don't fetch scheduled tasks when there's no scheduler

    Change-Id: Idc78256615164f06d110c9847e90a9112fb1e2d5
    Issue-ID: VID-825
    Issue-ID: VID-174
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Kanagaraj Manickam [Wed, 13 May 2020 04:32:43 +0000 (04:32 +0000)]
Update git submodules

* Update docs/submodules/cli.git from branch 'master'
  to 605f48013eecafe2f4a849634dca7a544549ce7f
  - Merge "update vnf-tosca-lcm.py"
  - update vnf-tosca-lcm.py

    Issue-ID: CLI-272
    Change-Id: I59a49482b93cb634edb5634a620cd7465cae1f54
Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
4 years agoUpdate git submodules
Kanagaraj Manickam [Wed, 13 May 2020 04:31:28 +0000 (04:31 +0000)]
Update git submodules

* Update docs/submodules/cli.git from branch 'master'
  to f897dea936b0cdb10f199a7274f08b7c4e1b506f
  - Merge "sonar bug fix- A "List<Integer>" cannot contain a "String""
  - sonar bug fix- A "List<Integer>" cannot contain a "String"

Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
    Issue-ID: CLI-270
    Change-Id: I4ada3a4a5168c0686b7595c8038dc1fb300c14fb

4 years agoUpdate git submodules
Huabing Zhao [Wed, 13 May 2020 03:10:27 +0000 (11:10 +0800)]
Update git submodules

* Update docs/submodules/msb/apigateway.git from branch 'master'
  to 9f1318dc4f43659169afedc1cb23ff4e21f2144f
  - Add msb-iag to x509 SAN field

    Issue-ID: MSB-467
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
    Change-Id: I729cc95ab7724c9d72b1bc30d8c43962ae9bb3e5

4 years agoUpdate git submodules
Huabing Zhao [Wed, 13 May 2020 02:50:54 +0000 (10:50 +0800)]
Update git submodules

* Update docs/submodules/msb/apigateway.git from branch 'master'
  to 7090d26a60288aa6453b78df5e9952d95306b4b0
  - Add msb-iag to x509 SAN field

    Issue-ID: MSB-467
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
    Change-Id: Icf79ffc990921626a448e88b30fb30e17c1e19b0

4 years agoUpdate git submodules
Gervais-Martial Ngueko [Tue, 12 May 2020 21:27:08 +0000 (21:27 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to e16a84f1b6b8887a2f0a75b38f4dde9f058dcfc4
  - Merge "update release note"
  - update release note

    update release note to latest frankfurt version

    Issue-ID: CLAMP-840

    Change-Id: I63bdc921a8d56a5aee1c5878948e9b5be0565089
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
4 years agoUpdate git submodules
Kanagaraj Manickam [Tue, 12 May 2020 14:58:57 +0000 (14:58 +0000)]
Update git submodules

* Update docs/submodules/cli.git from branch 'master'
  to 03f800b0007857d220e8a27fd7da06d0a9324edc
  - Merge "sonar security issue fix- Make sure that command line arguments are used safely here"
  - sonar security issue fix- Make sure that command line arguments are used safely here

Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
    Issue-ID: CLI-270
    Change-Id: I103cc54099f7cdd9f196479c934149da4b65dd01

4 years agoUpdate git submodules
Tony Hansen [Tue, 12 May 2020 14:29:49 +0000 (14:29 +0000)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'master'
  to 62ff7b022af0ecdf5ed11c387597762833ccc6ee
  - Merge "DCAE r6 rls notes updates"
  - DCAE r6 rls notes updates

    Change-Id: If25a83cbc5b1b928fad7ab52939dd3d57d03900a
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
    Issue-ID: DCAEGEN2-2024

4 years agoUpdate git submodules
Sunder Tattavarada [Tue, 12 May 2020 13:51:52 +0000 (13:51 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to a40c6f9beb5afd8be1847654fa814c2852ae4d1f
  - Merge "SB 2.x Migration for portal widget mS"
  - SB 2.x Migration for portal widget mS

    Migrating from Springboot 1.x to 2.x along with other associated
    libraries.

    Issue-ID: PORTAL-892
Signed-off-by: sp931a <sp931a@att.com>
    Change-Id: Ibb88c867059218cc0e7694c4a654d1856638d412

4 years agoUpdate git submodules
Chris André [Tue, 12 May 2020 11:55:37 +0000 (07:55 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 3309283afc95e598a90461ad44d937f94b33cbfe
  - Add tests for the presence of Optional values

    Issue-ID: SDC-3014
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
    Change-Id: I041c0109c41bb1a716792074c004fd8f54857038

4 years agoUpdate git submodules
andre.schmid [Tue, 12 May 2020 11:44:34 +0000 (12:44 +0100)]
Update git submodules

* Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'master'
  to 27564b747db964cea07fe94d855ecedce6d6326d
  - Adjust docker-compose and SSL config

    SSL is disabled by default as it is documented in the README.
    Expose a port for cassandra docker.
    Fix sdc-workflow-backend SDC_ENDPOINT environment variable.
    Add some build artifacts to gitignore.

    Issue-ID: SDC-3020
    Change-Id: If4d81752f6b7c2c1ec2a73327bebbb8ef3ce0420
Signed-off-by: andre.schmid <andre.schmid@est.tech>
4 years agoUpdate git submodules
vasraz [Tue, 12 May 2020 09:15:43 +0000 (10:15 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to bbdbadb2c020d284748cc41e02b642da31189cf5
  - Increase test coverage - openecomp-sdc-vendor-software-product-core

    Change-Id: I1af31c1f14d72fbc30a026f7ae787ae9d4b03b36
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
    Issue-ID: SDC-3001

4 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 12 May 2020 07:20:17 +0000 (07:20 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 5d30d8e17f6fc68bc2f818ad81b5cefd85ba1f00
  - Merge "Fix internal uri to modifyConfig"
  - Fix internal uri to modifyConfig

    Issue-ID: APPC-1876
    Change-Id: If958102c146b5a7b2724e5291ca0d86870ce7869
Signed-off-by: Brian Freeman <bf1936@att.com>
4 years agoUpdate git submodules
Morgan Richomme [Tue, 12 May 2020 06:58:09 +0000 (06:58 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 4d5d177b7970a0f6f6fede31025bc3874637a3d3
  - Merge "[Tree-wide] Make chart build process predictible"
  - [Tree-wide] Make chart build process predictible

    ONAP is built using plain makefile rules. List of targets is generated
    using wildcard function. Based on make changelog:

    http://git.savannah.gnu.org/cgit/make.git/tree/NEWS

    since version 3.82 wildcard is not going to sort its results which
    means that charts are being processed in an arbitrary order which may
    lead to build failure due to missing dependencies.

    Since version 4.3 make started sorting the wildcard results once again
    which may lead to build issues.

    To avoid that and make our builds predictible independently from
    Makefile version let's make sure that we always sort wildcard results.

    Addinally let's use 'file://' instead of '@local' for charts in common
    to resolve dependencies between them.

    Issue-ID: OOM-2399
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: Iacb02dcdbd577ce0e9ca1078dd0586d296ec9375

4 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 12 May 2020 06:46:13 +0000 (06:46 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to af6a61e9b6ea2722e750c307fb6ffa5d3921b0c7
  - Merge "[COMMON] Override truststore in aaf_agent image"
  - [COMMON] Override truststore in aaf_agent image

    aaf_agent image currently contains hardcoded truststores in order to
    be able to connect to certman to retrieve certificate for given
    component.

    The goal is to remove hardcoded truststore from aaf_agent immage but
    first we need to be sure that all its users are able to provide the
    truststore to the pod as a configmap.

    Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: Ibe9de6ad7264c05aeca2af858918fc2b4d3a772b

4 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 12 May 2020 06:45:36 +0000 (06:45 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 04d25125f8c933743f69c57494f426c31b73bf0d
  - Merge "[DMAAP] Use common secret template for postgres creds"
  - [DMAAP] Use common secret template for postgres creds

    Passwords are still hardcoded in common postrgres chart but as soon as
    we remove them they will be auto-generated.

    Issue-ID: OOM-2250
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: Idb34b36fe8124433f296523e6ac1a1414d8276fe

4 years agoUpdate git submodules
Rodrigo Lima [Tue, 12 May 2020 06:21:23 +0000 (02:21 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to f2b6c943b558fcc5161b30ac30c1010066a135ae
  - Remove powermock from SecurityManagerTest

    - Add new package level constructor to SecurityManager
    - Remove powermock from SecurityManagerTest

    Issue-ID: SDC-3054
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
    Change-Id: I04c53601f31d2aad84de8f8801f6889f8b9d4260

4 years agoUpdate git submodules
Francis Toth [Tue, 12 May 2020 06:19:15 +0000 (02:19 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 052b66bed19c2ee0b7ef6c992ee709a1db90a73e
  - Remove unused ArtifactsBusinessLogic::updateArtifactsFlowForInterfaceOperations

    This commit deletes the ArtifactsBusinessLogic::updateArtifactsFlowForInterfaceOperations function as it is no longer used anywhere.

Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
    Change-Id: I1dd950930485fc83bb02c889dafc5461192accbc
    Issue-ID: SDC-2812

4 years agoUpdate git submodules
Bartek Grzybowski [Tue, 12 May 2020 05:50:57 +0000 (22:50 -0700)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 950cbadbcc2376acc44af5595c8f60b68fc26c5c
  - Get the routine name to call with getattr

    Each subcommand has a corresponding method in
    MassPnfSim class hence it can be called directly
    by it's name.

    Change-Id: Id7139a5f96cceac89559bd68d89085130703f4bd
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Move CLI options processing to module level

    Change-Id: Ie4c379480e2c641285507173387a770db63458f0
    Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
4 years agoUpdate git submodules
Francis Toth [Tue, 12 May 2020 04:59:28 +0000 (00:59 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 7717944e41ecbb9447a56d870821b6d494e7ebe3
  - Remove outputFullFilePath from ValidationConfigManager

    This commit aims to extract the outputFullFilePath field from ValidationConfigManager in order to improve testability. This commit contains multiple minor modifications resulting from bubbling up the outputFullFilePath static field to where it is actually set. Most of the modifications result from changing the signature of the functions which formerly relied on ValidationConfigManager.getOutputFullFilePath.

    Change-Id: I0a28e527cabe606de8af62b8dcbc4b4e70db98ed
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
    Issue-ID: SDC-2499

4 years agoUpdate git submodules
Kuralamudhan Ramakrishnan [Mon, 11 May 2020 23:46:52 +0000 (23:46 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 8e0c00c4c59add2fa03a67081d74cd46934d034e
  - Fixing README.md for containerization installation

    Issue-ID: MULTICLOUD-1068
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
    Change-Id: I8ced72f4d9f13b9cb2305fc3778cdd65e933d778

4 years agoUpdate git submodules
Lukasz Rajewski [Mon, 11 May 2020 20:56:34 +0000 (22:56 +0200)]
Update git submodules

* Update docs/submodules/optf/osdf.git from branch 'master'
  to 76efb65c4fffbd5b940a75c36329a2e0409be382
  - Fix for remote policy filtering

    Changed a way of processing policies by scope.
    Before filtering was resulting with None type
    access exception.

    Change-Id: Ide6515b4b18a2dc7344e92b32a76d00ba48d4301
    Issue-ID: OPTFRA-755
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>