doc.git
5 years agoUpdate git submodules
Dan Timoney [Fri, 31 May 2019 15:04:54 +0000 (15:04 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'dublin'
  to a79f71879eaf98ada02adbeff3d21cb12d41af39
  - Merge "Roll to next snapshot" into dublin
  - Roll to next snapshot

    Roll to next snapshot (0.4.4-SNAPSHOT)

    Change-Id: Ie4c28b9bd3f2a0e4c13fb6ce00d93d401ee43cf8
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Fri, 31 May 2019 15:04:11 +0000 (11:04 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/apps.git from branch 'dublin'
  to 2d4ab4bb0f9ba2c197ec2d43094fd44bbc97a0f6
  - Use released parent poms

    Use released version of parent poms (1.2.4)

    Change-Id: Ic30135fd83f600d339b3404c3c74537c4bae90ae
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Jimmy Forsyth [Fri, 31 May 2019 15:03:33 +0000 (11:03 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'dublin'
  to 097d46bc7fe64ced1e71c3a26d6b65d5241243a4
  - Updating rest API filename and rel notes

    Issue-ID: AAI-2466
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
    Change-Id: I39582b15e1a629fd4f7bd7aee660951175aa72f1

5 years agoUpdate git submodules
Dan Timoney [Fri, 31 May 2019 14:41:37 +0000 (14:41 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'dublin'
  to 735c42c00da524d9ddd1da0d0b4dc2fd6b781fe3
  - Merge "Fix playbook execution for VNF" into dublin
  - Fix playbook execution for VNF

    * hostname length limitiation removed
    * changed input parameters for ansibleSysCall in
      VNF track
    * fixed small bug in parsing of playbook result

    Solution does not fix yet processing of ansible playbook
    execution result for VNFs

    Change-Id: Ib6468d68f0eb9995cbf04f954e30a9200cc38af1
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
    Issue-ID: CCSDK-1371

5 years agoUpdate git submodules
Krzysztof Opasiak [Fri, 31 May 2019 14:38:18 +0000 (16:38 +0200)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'dublin'
  to 809c13f0b36c2c964f92fd42c0188938be5157ca
  - 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
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: Ibf4f0300100ead783ebd820ed2c7c23bceb1f13b
    (cherry picked from commit 3e0408db3b7bf964947dbd2b13efa71a21e10f38)

5 years agoUpdate git submodules
Elena Kuleshov [Fri, 31 May 2019 12:22:56 +0000 (08:22 -0400)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 2097de57c95002d6f1a9f3e5f4e5398ab6e19e94
  - Handle lazy init of activitySpecs

    Use Transactional setting for activitySpecs retrieval

    Issue-ID: SO-1957
Signed-off-by: Kuleshov, Elena <evn@att.com>
    Change-Id: Idfe57474bfdec055a12a1e8fd787d31ac9dc7507

5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Fri, 31 May 2019 12:20:17 +0000 (08:20 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/features.git from branch 'dublin'
  to ebebcef2f2b36ca465bb59883118a3fa182e3f39
  - Roll to next snapshot

    Roll to next snapshot (0.4.4-SNAPSHOT)

    Change-Id: Ic1360c0f7ce26ea7fc0e396364184898778c8f06
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Jim Hahn [Fri, 31 May 2019 12:08:42 +0000 (08:08 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'dublin'
  to 25536efab7a12b4966442c282bd5b4b720c3f057
  - Add documentation for PAP

    Included updates per Ram.

    Change-Id: Ib09c9b7e39aab566ebd3eae813fde6bc3e2fabd7
    Issue-ID: POLICY-1681
Signed-off-by: Jim Hahn <jrh3@att.com>
    (cherry picked from commit d5cc948b2c25b5e444705ba133b3d619474e1bc6)

5 years agoMerge "Add caution to not modify ../ in git command" into dublin
Rich Bennett [Fri, 31 May 2019 11:15:56 +0000 (11:15 +0000)]
Merge "Add caution to not modify ../ in git command" into dublin

5 years agoAdd caution to not modify ../ in git command 03/89003/1
Krzysztof Opasiak [Wed, 29 May 2019 15:29:48 +0000 (17:29 +0200)]
Add caution to not modify ../ in git command

Using incorrect repository location is hard to catch during review and
merging it causes all jenkins verify job to fail. Thus let's add a
warning to the documentation to warn potential users and avoid such
incidents.

Issue-ID: SECCOM-239
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I6b00a5bc6f34d33f2576c802eccf541069499d84
(cherry picked from commit 8b43b97d445e46588390e119bab4fded203a3ee2)

5 years agoRelease Notes upgraded 01/89001/1
Noemi Wagner [Thu, 30 May 2019 11:55:09 +0000 (13:55 +0200)]
Release Notes upgraded

We have added Release notes to the landing page,
corrected release note label for Dublin, updated
release info in Overview doc, removed overlapping
content from Release Notes (content available
in Overview)

Change-Id: Ib03c38abfa115fd10cb0f8c64877ee140d6fece3
Issue-ID: DOC-471
Signed-off-by: Noemi Wagner <noemi.wagner@nokia.com>
(cherry picked from commit 01fab8e31b95785da1dbdcb8593eacd97ededc15)

5 years agoUpdate git submodules
Vijay VK [Fri, 31 May 2019 02:53:34 +0000 (03:53 +0100)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'dublin'
  to cd55fc2ecf6d42e78821ee381a983e0e48c680b4
  - OJSI updates for Dublin branch

    Change-Id: I4f2ff56c473f7c08e801ac8271a6b2b01dd4571c
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
    Issue-ID: OJSI-201
    Issue-ID: OJSI-195
    Issue-ID: OJSI-187
    Issue-ID: OJSI-30
    Issue-ID: OJSI-28
    Issue-ID: OJSI-161
    Issue-ID: OJSI-159
    Issue-ID: OJSI-131
    Issue-ID: OJSI-116
    Issue-ID: OJSI-109

5 years agoUpdate git submodules
MichaelMorris [Thu, 30 May 2019 21:59:07 +0000 (21:59 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to de49c2d4edc81d6671dba6654c0825914092d6bf
  - Handle operation state null from VNFM

    Issue-ID: SO-1956
    Change-Id: I8d2efe3f9d97a38a533b33eabd0be2a42cebef66
Signed-off-by: MichaelMorris <michael.morris@est.tech>
5 years agoUpdate git submodules
Jimmy Forsyth [Thu, 30 May 2019 21:15:44 +0000 (17:15 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'dublin'
  to 09f2699fea9b7f7d13b81b06cedcd4c8618797f7
  - Update Dublin docs

    Issue-ID: AAI-2461
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
    Change-Id: I6cc1e23cb103f559642cb697513e5338bdaf5cd8

5 years agoUpdate git submodules
Steve Smokowski [Thu, 30 May 2019 19:43:28 +0000 (19:43 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 2853541a2a0e77fac2105f153b1063f681039e8b
  - Merge "Persist native CM workflows in CatalogDB" into dublin
  - Persist native CM workflows in CatalogDB

    Add native CM workflows to Workflow table to make them available to VID

    Issue-ID: SO-1942
Signed-off-by: Kuleshov, Elena <evn@att.com>
    Change-Id: Ifbf3ed8a513f4704583df8a565dba97344702ede

5 years agoUpdate git submodules
Jimmy Forsyth [Thu, 30 May 2019 19:42:41 +0000 (15:42 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'dublin'
  to 48c82bf1017912f0e9bda2cb18e7d7773eb83832
  - Fix broken links

    Issue-ID: AAI-2461
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
    Change-Id: I759a2364ea05dddb7f7af3d57f579bed95d9c3a1

5 years agoUpdate git submodules
Stavros Kanarakis [Thu, 30 May 2019 19:16:30 +0000 (22:16 +0300)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'dublin'
  to 53374d5987a2d77e18481963803b6e57761f36b0
  - Update links to Dublin branch for DCAE BBS-ep component's installation page

    Change-Id: Ie4a5b960ba242b8d174d59a68f925fd0d14c6ccb
    Issue-ID: DOC-470
Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
5 years agoUpdate git submodules
Patrick Brady [Thu, 30 May 2019 17:01:57 +0000 (10:01 -0700)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'dublin'
  to 47b30cbf19f9e171f550b5f7bf9b6fe944bdbdbb
  - Increment version after release

    Change-Id: Ibc3c46dddddc854c76853541ee6790a366adc279
Signed-off-by: Patrick Brady <patrick.brady@att.com>
    Issue-ID: APPC-1595

5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Thu, 30 May 2019 15:23:35 +0000 (11:23 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/apps.git from branch 'dublin'
  to c2f28cb4d387ce9aade47bc729ba8c09238f56a6
  - Roll to next snapshot

    Roll to next snapshot version (0.4.4-SNAPSHOT)

    Change-Id: I288f0ca19594da61d02dcc4af588cabc0cf21e83
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Marcus Williams [Thu, 30 May 2019 15:23:17 +0000 (15:23 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to b553d19db94c2fbce9f32a9fa1194a0bed228b42
  - Merge "update INFO.yaml" into dublin
  - update INFO.yaml

    Issue-ID: SO-1944

    Change-Id: I2d773bed6822eaf440a8f941870fac2fdff1800f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
5 years agoUpdate git submodules
waqas.ikram [Thu, 30 May 2019 14:25:06 +0000 (14:25 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 53791d7d6434eb5ae821cba4572a96796d65c2ee
  - Fixing infinte loop of flow

    Change-Id: I80dc144750406d5afcec9b4da717a55a3840e503
    Issue-ID: SO-1946
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
5 years agoUpdate git submodules
Patrick Brady [Thu, 30 May 2019 13:10:11 +0000 (06:10 -0700)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'dublin'
  to e6351383ad0fe387c15e733e4f24fdd8163fbd32
  - Adding row to ASDC_ARTIFACTS table

    A row is needed to correct an error during restart.

    Change-Id: I4e767f439bfd70d7637477fd02758674ec9de79a
Signed-off-by: Patrick Brady <patrick.brady@att.com>
    Issue-ID: APPC-1618

5 years agoUpdate git submodules
MichaelMorris [Thu, 30 May 2019 13:06:05 +0000 (13:06 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 5133d030cc914a1953151b2e009076d0d043ff6e
  - Get operation state from VNFM failing

    Issue-ID: SO-1943
    Change-Id: I8d0fd3e9cd4aea26e94a18a6e610abd34f2e5fe9
Signed-off-by: MichaelMorris <michael.morris@est.tech>
5 years agoUpdate git submodules
Pamela Dragosh [Thu, 30 May 2019 12:52:37 +0000 (12:52 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'dublin'
  to a1d5a733881e1522c880e3bc20b6cb020d62b7bf
  - Merge "Update release notes" into dublin
  - Update release notes

    Copying changes made by Saryu and security team.

    Issue-ID: POLICY-1769
    Change-Id: Ie0f873933dc7435b77f790c00c740efa552abcdd
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
5 years agoUpdate git submodules
Pamela Dragosh [Thu, 30 May 2019 12:45:57 +0000 (08:45 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'dublin'
  to 09c5e3d6737dc040cc600419008fc5e56c7fe06e
  - Add reference for new policy doc

    Need this tag for cross referencing.

    Issue-ID: POLICY-1676
    Change-Id: I7bdead497b6216fa05e7d869b08c726ab78b1589
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
5 years agoUpdate git submodules
Pamela Dragosh [Thu, 30 May 2019 12:45:43 +0000 (08:45 -0400)]
Update git submodules

* Update docs/submodules/policy/engine.git from branch 'dublin'
  to 6b6cb44dd9f60df943c31188ec68a25852c0200b
  - Reference policy/parent for latest doc

    Point to new documentation.

    Issue-ID: POLICY-1676
    Change-Id: I1a3e9a7f1147885c8de72a725c8637a86cd5eb7c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
5 years agoUpdate git submodules
Pamela Dragosh [Thu, 30 May 2019 12:45:24 +0000 (08:45 -0400)]
Update git submodules

* Update docs/submodules/policy/engine.git from branch 'dublin'
  to d3a0068248cbfb93e88b9b2acc0a184177c6d490
  - Remove release notes

    Now being stored in the policy/parent repo.

    Issue-ID: POLICY-1769
    Change-Id: Ib6ffc9c94150ef73734afededce37a94463479de
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
5 years agoUpdate git submodules
prakash.e [Thu, 30 May 2019 12:28:42 +0000 (17:58 +0530)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'dublin'
  to 0ddc72203e9a2b1a6c296b98d46bae7c4e2a6271
  - Fix SDNC parameters save in AAI failure

    1. SDNC is fixed by passing proper UUID and version ID.
    2. SDNC is fixed by removing validations for vnf
       resource creation DG
    3. Fixed sdwan-wan-port-static.json template by passing generated wan-portId

    Issue-ID: SDNC-773
Signed-off-by: prakash.e <prakash.e@huawei.com>
    Change-Id: I0021983f0721dde6592d86bef602b8b4641215a3
    (cherry picked from commit 5e6ca08e7b71fa0ba6fc4a9ad9e02739e81e5e07)

5 years agoUpdate git submodules
Seshu Kumar M [Thu, 30 May 2019 11:30:51 +0000 (11:30 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 76d8898d21680b986e409f0618fc7bd1896bca20
  - Merge "Remove oof_directives from user_directives" into dublin
  - Remove oof_directives from user_directives

    Oof_directives - when populated with a json
    string, breaks the parsing of the user_directives.
    Since it is not needed in the user_directives,
    remove it.

    Change-Id: I0e2c3deef8266df52ac73b95209843ac31f986ef
    Issue-ID: SO-1939
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
5 years agoUpdate git submodules
Seshu Kumar M [Thu, 30 May 2019 11:21:10 +0000 (11:21 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 6e1ca6b979b4fb4f9c540adef717bd23512a2469
  - Merge "added extra parameters" into dublin
  - added extra parameters

    Issue-ID: SO-1933
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
    Change-Id: I7fdd9ff5373e2f27d225f265ff13b4e14a8b3abc

5 years agoUpdate git submodules
waqas.ikram [Thu, 30 May 2019 10:42:52 +0000 (10:42 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to f8270fc54d69ed3765ef788db1292bf27a68a351
  - Fixing ETSI BB execution failure

    Change-Id: Icbcd43be40c7717a714bc866bf153ac3ea0e427c
    Issue-ID: SO-1934
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
5 years agoUpdate git submodules
Ittay Stern [Thu, 30 May 2019 08:39:05 +0000 (08:39 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'dublin'
  to 04b8bbe7938b4f2119b969455e7de03d4987cce1
  - Merge "Initialize parameters maps before reading params" into dublin
  - Initialize parameters maps before reading params

    Change-Id: Ie4845c5afc647cae96869609fc665cc4fe854eb8
    Issue-ID: VID-484
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
5 years agoUpdate git submodules
Ittay Stern [Thu, 30 May 2019 08:37:05 +0000 (11:37 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'dublin'
  to bcc49b982fda33597e22c4463c06610de7dd95ba
  - Bump VID version to 4.3.0

    Resolves defect:
    Issue-ID: VID-484

    Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1
Signed-off-by: Ittay Stern <ittay.stern@att.com>
5 years agoUpdate git submodules
marios.iakovidis [Thu, 30 May 2019 08:20:11 +0000 (11:20 +0300)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 7fd0f0846a860d4daf4f6d48e757dc03882c0ffc
  - Renamed accessId to remoteid

    Issue-ID: SO-1933
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
    Change-Id: I6b63286f10ebc129b72a36cf41f0bb85b797f9ef

5 years agoUpdate git submodules
lishitao [Thu, 30 May 2019 02:21:59 +0000 (10:21 +0800)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'dublin'
  to 7a852c50ed96cec58b16ebe7c78e2146279c0244
  - update DM rst files for R4

    Issue-ID: MODELING-162

    Change-Id: I469c071edd9857dad003b36362a236b0d99c3eab
Signed-off-by: lishitao <lishitao@huawei.com>
5 years agoUpdate git submodules
Dan Timoney [Wed, 29 May 2019 22:00:40 +0000 (22:00 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'dublin'
  to ae8c9443249a32f15ab82005d5af105ccdc78cda
  - Merge "Roll to next snapshot" into dublin
  - Roll to next snapshot

    Roll to next snapshot version (0.4.4-SNAPSHOT)

    Change-Id: I4b6256324796a424a4f064e118a812c108f14e4f
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Jimmy Forsyth [Wed, 29 May 2019 21:02:43 +0000 (17:02 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'dublin'
  to 485c900d67c942b0f5df87e4f43847f6237dd725
  - Fix typos and clean up docs

    Issue-ID: AAI-2461
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
    Change-Id: I8ac06c9c6f15fea9edb33294d441cf4c8d07e4be

5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Wed, 29 May 2019 20:24:16 +0000 (16:24 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/utils.git from branch 'dublin'
  to 3010d0d4dfd023b0514ca267f5456b08697fd1e8
  - Roll to next snapshot

    Roll to next snapshot (1.2.1-SNAPSHOT)

    Change-Id: If7a0cf4999601f90f77b0038fa1bfa0a9f1e43f6
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Wed, 29 May 2019 20:23:43 +0000 (16:23 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/dashboard.git from branch 'dublin'
  to f33a22cef670ad889f8c0382d7dc24562f19913f
  - Roll to next snapshot

    Roll to next snapshot version

    Change-Id: I50f52a0ca8bb5d61914a0d0d96ea92591e137d42
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoMerge "Create unique labels for "Service Design" pages and updated reference Issue...
Rich Bennett [Wed, 29 May 2019 20:08:06 +0000 (20:08 +0000)]
Merge "Create unique labels for "Service Design" pages and updated reference Issue-ID: DOC-468" into dublin

5 years agoUpdate git submodules
Dan Timoney [Wed, 29 May 2019 19:50:19 +0000 (19:50 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'dublin'
  to 46ce47ed65a43f5739d9379d9eb4249a206dec3c
  - Merge "Fix bug associated with DMAAP listener properties" into dublin
  - Fix bug associated with DMAAP listener properties

    Update to dmaap-listener and dmaap-consumer-oofpcipoc properties
    files to support a single SDNR-CL consumer and configuration in
    K8s cluster

    Issue-ID: SDNC-772
Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
    Change-Id: I28cf4884fd7197ada0685e5db40a0f9284e1aee9
    (cherry picked from commit 337472e84f6db410094db7c73bddd9679a0d0a04)

5 years agoResync Dublin branch 00/88800/2
Rich Bennett [Wed, 29 May 2019 19:30:01 +0000 (15:30 -0400)]
Resync Dublin branch

Advance references to head of master where no dublin branch exists

Issue-ID: DOC-467
Signed-off-by: Rich Bennett <rb2745@att.com>
Change-Id: I77bd0d3ce3882656c7f53352e2f0fb58b1365a27

5 years agoCreate unique labels for "Service Design" pages and updated reference 01/88801/1
andreasgeissler [Fri, 24 May 2019 11:22:42 +0000 (13:22 +0200)]
Create unique labels for "Service Design" pages and updated reference
Issue-ID: DOC-468

Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I879dbd67a51f9508642d81bb17412193764fb9ce
(cherry picked from commit f3ba182d4f6e6410f14970180631101456ad2e4c)

5 years agoUpdate git submodules
Dan Timoney [Wed, 29 May 2019 18:42:58 +0000 (18:42 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'dublin'
  to 2bb065a5f965087c58828a5a8b690838d63da65c
  - Merge "Returning null for unresolved variables" into dublin
  - Returning null for unresolved variables

    When Blueprints Processor was not able to evaluate a variable, it would
    set its value to null.

    The expected behaviour would be to set the value to the default repres-
    entation in the formal notation as defined by Apache Velocity, which is
    a dollar followed by the name of the variable between curly braces. For
    example, if the value of the variable pnf-id could not be evaluated in
    runtime, its value would be defined as the string "${pnf-id}".

    The problem happened during evaluation of the variables that would be
    later sent to the template-meshing code for processing.

    The fix was to add a check before the value was assigned to the varia-
    ble; if the was not null, the assignment will happen normally. Otherwi-
    se, if the evaluation resolves to null, the variable receives the defa-
    ult value (string "${<variable name>}").

    Besides the tests that were put in place to test the code changed for
    this fix, two tests were added to the existing test case of the templa-
    te meshing code, to act as regression test.

    Change-Id: I635afb1eba4c0d45b821811f0119fa6c87ea9542
    Issue-ID: CCSDK-1358
Signed-off-by: ottero <rodrigo.ottero@est.tech>
5 years agoUpdate git submodules
Abdelmuhaimen Seaudi [Wed, 29 May 2019 18:17:52 +0000 (18:17 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'dublin'
  to 80e0a8a7607d466b5b1b0e988896b4d2d136c45e
  - correct vf-module-label in self-serve-vfmodule-ra-assign DG

    Issue-ID: SDNC-777
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
    Change-Id: I9abd2ec5d49a62d7a8fd158df60cb187f14166e6

5 years agoMerge "Add new policy docs" into dublin
Rich Bennett [Wed, 29 May 2019 17:10:12 +0000 (17:10 +0000)]
Merge "Add new policy docs" into dublin

5 years agoUpdate git submodules
Krzysztof Opasiak [Wed, 29 May 2019 17:08:01 +0000 (19:08 +0200)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'dublin'
  to 16508e11ce77ca372af07eec58523c17bba4bf25
  - 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
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I364be994ad8a0dd33d95aa937b19e695cf41cdea

5 years agoAdd new policy docs 86/88786/1
Pamela Dragosh [Wed, 29 May 2019 16:14:46 +0000 (12:14 -0400)]
Add new policy docs

Need the new architecture and api to be accessible from
the front pages. We will be moving apex and distribution
into policy/parent and also renaming policy/engine to
indicate 'legacy'.

Issue-ID: POLICY-1676
Change-Id: Idc4e877f9cf46a7c9e3fb07cd2b316facfd7bc77
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
5 years agoUpdate git submodules
Sonsino, Ofir (os0695) [Wed, 29 May 2019 15:37:28 +0000 (18:37 +0300)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'dublin'
  to 58cc3a5f1412ff2813be37a3ee6f8484c051b742
  - Update "Human Interfaces" Links to ReadTheDocs

    Change-Id: Ic93a002310d4ab48534e9621f1f30c8fe0c0cbbb
    Issue-ID: SDC-2300
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Wed, 29 May 2019 14:46:21 +0000 (10:46 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'dublin'
  to c30a63891a3ccbb35633d51fa25577e4b4058ce8
  - Add Dublin release notes

    Add release notes for Dublin release

    Change-Id: Ib349c3ae7f48442c7f1ef323cbb7bc7b71aec86e
    Issue-ID: CCSDK-1366
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Venkata Harish Kajur [Wed, 29 May 2019 13:41:27 +0000 (13:41 +0000)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'dublin'
  to a0e5d986bc7006a9b712008f570dd93945d938a4
  - Merge "Updating Dublin docs" into dublin
  - Updating Dublin docs

    Issue-ID: AAI-2461
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
    Change-Id: Ied0b40e9e92789d1dcfc419743f59653be71085e

5 years agoUpdate git submodules
Jimmy Forsyth [Wed, 29 May 2019 13:41:09 +0000 (09:41 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'dublin'
  to 7b6a2394d0e2e73bf3a847410d8c66b4cef7bcd4
  - Updating Dublin docs

    Issue-ID: AAI-2461
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
    Change-Id: I5c483067268eda2425bb0cea4a3066a65e2133e5
    (cherry picked from commit 1bef250998b7f5bf628b099dd55235ba0f30e003)

5 years agoChange policy release notes pointer 62/88762/2
Pamela Dragosh [Wed, 29 May 2019 12:12:04 +0000 (08:12 -0400)]
Change policy release notes pointer

The release notes are now in the policy/parent repo.
The policy/engine repo is being deprecated.

Issue-ID: POLICY-1769
Change-Id: I573a4d52b4d83a4b255e8c2f4fd93a0917990383
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit a2c5d0d301c7779bacb9a2d733cb6a28563fff77)

5 years agoMerge "Fix incorrect path to osa repo" into dublin
Sofia Wallin [Wed, 29 May 2019 13:05:24 +0000 (13:05 +0000)]
Merge "Fix incorrect path to osa repo" into dublin

5 years agoUpdate git submodules
Patrick Brady [Wed, 29 May 2019 12:57:38 +0000 (05:57 -0700)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'dublin'
  to 4dce366b94f679ac0870230aa8eb32ae248c609f
  - Fix for aai in vcpe

    Adding the template file and replaced the generic
    restart DG to enable the workaround that was used
    in casablanca. DG is modified to lookup aai
    information from property files so that no values
    need to be hardcoded.

    Change-Id: I48569f133b301509204a879af133386e741dc142
Signed-off-by: Patrick Brady <patrick.brady@att.com>
    Issue-ID: APPC-1614

5 years agoUpdate git submodules
Marcus G K Williams [Wed, 29 May 2019 10:58:44 +0000 (03:58 -0700)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 4db782068934ebd20caa8405cd8644a2bf922934
  - Fix UriBuilder import in OofUtils

    Import all changes from Casablanca
    that were incorrectly removed during
    merge from Casablanca back into
    master.

    Issue-ID: SO-1926
    Change-Id: I8355e804586aa80e291f3c72a00bf69ce424316b
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
5 years agoFix incorrect path to osa repo 49/88749/1
Krzysztof Opasiak [Wed, 29 May 2019 09:54:59 +0000 (11:54 +0200)]
Fix incorrect path to osa repo

Issue-ID: SECCOM-239
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I8de1f4ea239acb972d0b71df2d7ddec41678a0fb
(cherry picked from commit 56df6aab3bd57aa0eb95cb33736baead0d3940e1)

5 years agoUpdate git submodules
avigaffa [Wed, 29 May 2019 06:14:04 +0000 (09:14 +0300)]
Update git submodules

* Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'dublin'
  to a02d5136d0238c2b006d9479509ac1fd9a9192bf
  - Bumped up version to 1.4.1

    Change-Id: I3f79832e6682120ea84bf2748a8ae6549387fdd3
    Issue-ID: SDC-1920
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
5 years agoMerge "Add ONAP Security Advisories as a submodule" into dublin
Rich Bennett [Tue, 28 May 2019 19:45:20 +0000 (19:45 +0000)]
Merge "Add ONAP Security Advisories as a submodule" into dublin

5 years agoUpdate git submodules
Arundathi Patil [Tue, 28 May 2019 19:20:39 +0000 (00:50 +0530)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'dublin'
  to 31d2c64ad5be592ded39e5cd19c364e13ebe2345
  - Fixed defect CCSDK-1339

    Fixed defect ccsdk-1339

    Issue-ID: CCSDK-1339
    Change-Id: Iabf12c0c7430cda9a259d1917f344d58c432bd05
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoUpdate git submodules
janani [Tue, 28 May 2019 19:20:11 +0000 (00:50 +0530)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'dublin'
  to dd0f16db72e391e9dadb3de8711a809f6de239dd
  - Bug fix to change leaf-list in yang

    Yang change for DG

    Change-Id: I2dd6afebfcc213fcc47992c328422ff32dd76fe2
    Issue-ID: CCSDK-1344
Signed-off-by: janani <janani.b@huawei.com>
5 years agoUpdate git submodules
Ittay Stern [Tue, 28 May 2019 18:41:21 +0000 (18:41 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'dublin'
  to 34284c67127f09e6583384f40b3bc5d3ea7b0ce1
  - Merge "fetch parameters for native workflows" into dublin
  - fetch parameters for native workflows

    SO api for retrieving workflows won't return parameters for
    workflow marked as native due to high impact on existing code.
    In that case VID will fetch parameters from internal API

    Issue-ID: VID-484

    Change-Id: I7577afa3832c96b523daae01895a249d6ea86e65
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
5 years agoUpdate git submodules
Marcus Williams [Tue, 28 May 2019 18:40:51 +0000 (18:40 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 1b29357c1c41437d3ad93f374e7d735fa6aab907
  - Merge "Corrected instance names" into dublin
  - Corrected instance names

    Issue-ID: SO-1931
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
    Change-Id: I4c3700cdc1cc058f3a37a77d087d38b2aadad29d

5 years agoUpdate git submodules
Marcus Williams [Tue, 28 May 2019 18:39:52 +0000 (18:39 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 4b90d663e2128819f973f027f85f39d7deecfbce
  - Merge "Fix retrieval of mso.config.path" into dublin
  - Fix retrieval of mso.config.path

    Fix retrieval of mso.config.path

    Issue-ID: SO-1925
Signed-off-by: Kuleshov, Elena <evn@att.com>
    Change-Id: I5eed704334de6335672624f9e9eca809856fb984

5 years agoUpdate git submodules
Marcus Williams [Tue, 28 May 2019 18:21:10 +0000 (18:21 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to ea75e4a2b0156499da9f07908a13c8c96820103f
  - Merge "Set response code in UpdateAAIGenericVnf" into dublin
  - Set response code in UpdateAAIGenericVnf

    Change-Id: I67fb789d40ea86a82379e76b94c2da1bd552cd31
    Issue-ID: SO-1927
Signed-off-by: Yang Xu <yxu@futurewei.com>
5 years agoUpdate git submodules
janani [Tue, 28 May 2019 17:08:49 +0000 (22:38 +0530)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'dublin'
  to fb0b64e050d61ad3d089cbc481af4ef2a323f2cd
  - Bug fix in self-serve api

    Yang change for DG

    Change-Id: I9879b1f371a501ed66db8efe7ec1c8f43c6258dd
    Issue-ID: CCSDK-1344
Signed-off-by: janani <janani.b@huawei.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Tue, 28 May 2019 15:24:17 +0000 (11:24 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/parent.git from branch 'dublin'
  to 1f67d79936ae0a34f51b50d7b41514fd6ce5dd22
  - Roll to next snapshot

    Roll to next snapshot (1.2.4-SNAPSHOT), and update ccsdk versions
    to 0.4.4

    Change-Id: Ibf1d359f494031ea5b955b39ec970a71895dd423
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Patrick Brady [Tue, 28 May 2019 15:16:49 +0000 (08:16 -0700)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'dublin'
  to 7438adc6d91f5bba644390d839570703fa6f2eff
  - Update docker release versions

    Change-Id: I76666712a55e5e617ba649fe9e4617b8836b2bbe
Signed-off-by: Patrick Brady <patrick.brady@att.com>
    Issue-ID: APPC-1595

5 years agoUpdate git submodules
Pamela Dragosh [Tue, 28 May 2019 14:58:11 +0000 (10:58 -0400)]
Update git submodules

* Update docs/submodules/policy/apex-pdp.git from branch 'dublin'
  to b22fc4df526da8bd558dea9cc95301c7d964c9bf
  - Update dublin .gitreview

    Update default.

    Issue-ID: POLICY-1747
    Change-Id: Ia25b687e5e1f8aa382d2a0ab513429ca4964bafa
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
  - Update Apex PDP Documentation

    Updating the Apex PDP documentation to support the new architecture.

    Change-Id: Ice4d91080d57504d10db24ada08757ae3d03afd3
    Issue-ID: POLICY-1682
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
5 years agoUpdate git submodules
Pamela Dragosh [Tue, 28 May 2019 14:57:55 +0000 (10:57 -0400)]
Update git submodules

* Update docs/submodules/policy/distribution.git from branch 'dublin'
  to 0e83a8cee5f54f8082739290bf075fd3444cab80
  - Update dublin .gitreview

    Update default.

    Issue-ID: POLICY-1747
    Change-Id: Id60f6f1e65b189b99823817cb8a4d852f7db185b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
5 years agoUpdate git submodules
Pamela Dragosh [Tue, 28 May 2019 14:57:20 +0000 (10:57 -0400)]
Update git submodules

* Update docs/submodules/policy/engine.git from branch 'dublin'
  to a7edf3d9aa2f2576d8eee35a27eaac9c5ed4756c
  - Update dublin .gitreview

    Update default.

    Issue-ID: POLICY-1747
    Change-Id: Ic8b873b60513ba0407dee511115b6b5932f31781
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
  - Merge "Document fixed OJSI-184 vulnerability"
  - Merge "Document fixed OJSI-118 vulnerability"
  - Merge "Document fixed OJSI-157 vulnerability"
  - Merge "Document fixed OJSI-117 vulnerability"
  - Merge "Improve security release notes"
  - Merge "Updates to Dublin release notes"
  - Document fixed OJSI-184 vulnerability

    Issue-ID: OJSI-184
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I5537c217414f6fa1d0b6659360c53f9cef18097a

  - Document fixed OJSI-118 vulnerability

    Issue-ID: OJSI-118
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I0e8953a7a94bf4c28cc85aa239c2b88d96df18a6

  - Document fixed OJSI-157 vulnerability

    Issue-ID: OJSI-157
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I5ea4c15ad2a91b11619998c61088abc352321c7d

  - Document fixed OJSI-117 vulnerability

    Issue-ID: OJSI-117
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: Ieda7ccc170a50de63bcbfce311f83002acb4a0cf

  - 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
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I9134ae41c40db83fa3b4870341a8880e2bdcbdda

  - Updates to Dublin release notes

    Updates to Dublin release notes
    -------------------------------------------------------------

    Change-Id: I085735427ef641799f02576703767dcdcf558af1
    Issue-ID: POLICY-1769
Signed-off-by: Saryu Shah <ss3917@att.com>
  - Bump to 1.4.2-SNAPSHOT

    Released 1.4.1

    Issue-ID: POLICY-1700
    Change-Id: Ied6d06664155ff6e44ede90f1c081ec5bd2ef679
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
5 years agoUpdate git submodules
Pamela Dragosh [Tue, 28 May 2019 14:18:52 +0000 (10:18 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'dublin'
  to d847e6f37a61ccb407f61e55505f2b14127cb615
  - Update dublin .gitreview

    Changing this makes it easier to submit reviews without
    having to specify the branch. Always defaults to master.

    Issue-ID: POLICY-1747
    Change-Id: Ic90ad7c89e77d64410e03678be9eb5911455823a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
  - Complete Architecture Document

    Issue-ID: POLICY-1676
    Change-Id: Ic0a631dbc27c69455cfc4b0cc12ed7bd1131cce8
Signed-off-by: liamfallon <liam.fallon@est.tech>
  - Updated Architecture Chapter 1

    Updated TOSCA policy primer to include image.

    Updated Architecture doc to fix links.
    Updated chapter 1 of architecture doc.
    Fixed hierarchy problem with chapter levels in architecture doc.

    Issue-ID: POLICY-1676
    Change-Id: I25868082465508d214b4bf1559e5aa8ce84fb069
Signed-off-by: liamfallon <liam.fallon@est.tech>
5 years agoUpdate git submodules
Lukasz Muszkieta [Tue, 28 May 2019 13:36:06 +0000 (13:36 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to eaf433d585816f477dca4f31281b0a67d95ba658
  - Merge "Return empty WorkflowInputParameters" into dublin
  - Return empty WorkflowInputParameters

    Return empty WorkflowInputParameters when none are available

    Issue-ID: SO-1919
Signed-off-by: Kuleshov, Elena <evn@att.com>
    Change-Id: I057e30bb55f6545c25060c28e1af097286f4e88b

5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Tue, 28 May 2019 13:18:25 +0000 (09:18 -0400)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'dublin'
  to 74e1ffec76117afe00877f66ac9ce10d8b2f243e
  - Create release 1.5.2 of SDNC

    Update version of parent pom to released 1.2.3 version

    Change-Id: Ia7a2e8eff7a56d359962a59b03cb115e5eabe9b1
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
guochuyicmri [Tue, 28 May 2019 10:27:23 +0000 (18:27 +0800)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'dublin'
  to 8e55303f755b2c5c19c5cc9132536590ac3c57da
  - Update rst for R4 service model and NSD.

    Issue-ID: MODELING-161

    Change-Id: Ic2ce1216f8170053a20122a19b1991bc8c989172
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
5 years agoUpdate git submodules
Lukasz Muszkieta [Tue, 28 May 2019 10:22:28 +0000 (10:22 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 4e7600ba8dd36eb03f8f5b71bd61985eeee99389
  - Merge "Fixed errors in  HandlePnf flow" into dublin
  - Fixed errors in  HandlePnf flow

    Change-Id: I1cf49f98f26e322b4785cc14f96ee63a5830117e
    Issue-ID: SO-1930
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
5 years agoUpdate git submodules
Lukasz Muszkieta [Tue, 28 May 2019 10:12:57 +0000 (10:12 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 6b53701a5764bd68b4d073c21803dcfde262075a
  - Merge "fixed typos and added SERVICE_INSTANCE_ID" into dublin
  - fixed typos and added SERVICE_INSTANCE_ID

    Change-Id: I68174bf2e67280a4bf65d8f26b04793b76896f04
    Issue-ID: SO-1913
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
5 years agoUpdate git submodules
Ittay Stern [Tue, 28 May 2019 04:28:35 +0000 (04:28 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'dublin'
  to fa799d03d45db86ff372444a3604f4a018629fc4
  - Merge changes I0d92cbe3,I7699ddf4 into dublin

    * changes:
      Document OJSI-119 vulnerability
      Improve security release notes

  - Document OJSI-119 vulnerability

    Issue-ID: OJSI-119
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I0d92cbe38fd89aaa3fe38f3f45367480f9e40754

  - 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
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
    Change-Id: I7699ddf404ff08d793e7f1897b4bb2218fc52e0a

5 years agoUpdate git submodules
Lukasz Rajewski [Mon, 27 May 2019 23:46:47 +0000 (01:46 +0200)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'dublin'
  to 01d10e632bdbd7fd9e33cdce1d2719419581e123
  - InventoryNames in ansible-adapter DG

    Added InventoryNames to ansible-adapter DG

    Change-Id: Ib6d7a29ea9a72f6bf0035416a505b43362ee82aa
    Issue-ID: APPC-1612
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
5 years agoUpdate git submodules
Lukasz Rajewski [Mon, 27 May 2019 23:44:18 +0000 (01:44 +0200)]
Update git submodules

* Update docs/submodules/appc.git from branch 'dublin'
  to 7155b808084ff6e49f6eef01ac7defd9a7754a3a
  - InventoryNames in ansible adapter fixed

    This change fixes support for InventoryNames parameter
    in LCM request going to Ansible server. Also ansible
    adapter DG has been modified to consider new parameter
    added

    Change-Id: I68aa8efa34b79ef2f669d81563510fea7bb0a730
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
    Issue-ID: APPC-1612

5 years agoAdd ONAP Security Advisories as a submodule 86/88586/1
Krzysztof Opasiak [Mon, 27 May 2019 21:22:16 +0000 (23:22 +0200)]
Add ONAP Security Advisories as a submodule

Issue-ID: SECCOM-239
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I60e416923958da4d6189101b7671cafff0504151

5 years agoUpdate git submodules
yxpoke [Mon, 27 May 2019 15:25:47 +0000 (23:25 +0800)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'dublin'
  to cf5773fa7c8c2864dc698e1747c657d81189d4b2
  - Update rst document for Dublin release
    Issue-ID: MODELING-161

    Change-Id: I2ac29fe7b5fd9a5838c5c7658712c6fb7202ade6
Signed-off-by: yxpoke <yangxu5@huawei.com>
5 years agoUpdate git submodules
econwar [Mon, 27 May 2019 09:31:10 +0000 (09:31 +0000)]
Update git submodules

* Update docs/submodules/dmaap/datarouter.git from branch 'dublin'
  to 71070b470c785793f7d37598da3ecc16d26459b0
  - Add dublin version to docker-compose file

    Change-Id: I739a664b0eecb46d0f31403d909b4caa00995573
    Issue-ID: DMAAP-1204
Signed-off-by: econwar <conor.ward@est.tech>
5 years agoUpdate git submodules
Ittay Stern [Sun, 26 May 2019 19:24:53 +0000 (22:24 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'dublin'
  to f0c604f86f5613e4709cc5595b2fae8512217e7c
  - Differentiate cloudRegions with same name and different owner

    Replaces change I22c0b07173950c253a9272b8a96ab63e006efa49

    Resolves defect:
    Issue-ID: VID-482

    Change-Id: I38c2f6a86a044297b1b76c1316e50cacb0264da9
Signed-off-by: Ittay Stern <ittay.stern@att.com>
5 years agoUpdate git submodules
Patrick Brady [Fri, 24 May 2019 23:16:48 +0000 (16:16 -0700)]
Update git submodules

* Update docs/submodules/appc.git from branch 'dublin'
  to 19004ea518572ba03c8969c7d2c0e2228ef2d86f
  - Increment versions after release

    Change-Id: Ibbfb7a72fe793d06caa8be064f5b1dd768ca0dda
Signed-off-by: Patrick Brady <patrick.brady@att.com>
    Issue-ID: APPC-1595

5 years agoUpdate git submodules
Marcus Williams [Fri, 24 May 2019 20:30:10 +0000 (20:30 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to f3df9d1ef3e181aaef270744722b116ff5b02468
  - Merge "Fix Missing Import in OofHoming.groovy" into dublin
  - Fix Missing Import in OofHoming.groovy

    Issue-ID: SO-1926
    Change-Id: Idee7eb0ab789fd8ac335b8c97b344b6e4f4b7fba
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
5 years agoUpdate git submodules
Marcus Williams [Fri, 24 May 2019 20:28:12 +0000 (20:28 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to aaa066071c3000f90a376bd22180ad7f235e148c
  - Merge "Typo in bpmn mso-request-id variable name" into dublin
  - Typo in bpmn mso-request-id variable name

    Change-Id: I50e7f33a3a38e77c84874d75ab33c5f9bb693f8b
    Issue-ID: SO-1922
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
5 years agoUpdate git submodules
Vijay VK [Fri, 24 May 2019 18:05:34 +0000 (19:05 +0100)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'dublin'
  to 6cdebe0d51014c9cfbbee0b63f31f671a25f4f7a
  - Fix doc issues

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

  - dcae r4 doc updates

    Change-Id: I341f10a9eace4facac5aec3a3ff56cb89ef005e8
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
    Issue-ID: DCAEGEN2-1505
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Fri, 24 May 2019 15:36:00 +0000 (11:36 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'dublin'
  to 1c87c62a02eeb2ea20608d977372a9e3553e43f3
  - Create release 0.4.3 of CCSDK

    Update version of parent pom to released 1.2.3 version

    Change-Id: If48f426b4580ef6c57d2e7abd608564d4b445631
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Fri, 24 May 2019 11:38:54 +0000 (07:38 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/features.git from branch 'dublin'
  to 5a168786b6880a27dbc982bf4f5381df812b36f1
  - Create release 0.4.3 of CCSDK

    Update version of parent pom to released 1.2.3 version

    Change-Id: I0d86fc17c52a7a75ae0128f806ab77367ea9ce07
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Byung-Woo Jun [Fri, 24 May 2019 11:30:26 +0000 (11:30 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to c87ff0e93628fb35fecb1a7798d4fc99ea7cac90
  - Merge "Update the version to release" into dublin
  - Update the version to release

    Issue-ID: SO-1921

    Change-Id: Ib178c25b1d8704f77efa7499d724e0dead85728a
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
5 years agoUpdate git submodules
MichaelMorris [Fri, 24 May 2019 11:15:46 +0000 (11:15 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 1e3588de060764bd3b5f054c83e2ab5dfa6bb815
  - Calls to/from VNFM fail

    Issue-ID: SO-1909
    Change-Id: I2f8a19dfd456316e5436be4e85d8a384d7d5ed6f
Signed-off-by: MichaelMorris <michael.morris@est.tech>
    (cherry picked from commit a7160456335b2ce3710efd00658711d431eac0b4)

5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Thu, 23 May 2019 22:59:50 +0000 (18:59 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'dublin'
  to 7679f2d1b19d8192e7a88e9b66687f7960315353
  - Create release 0.4.3 of CCSDK

    Update version of parent pom to released 1.2.3 version

    Change-Id: I55b87bc73835fa450a89c731f4a1629df040cdd5
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Thu, 23 May 2019 22:58:42 +0000 (18:58 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/apps.git from branch 'dublin'
  to 4028825069900f1c720b60039d1524919676838c
  - Create release 0.4.3 of CCSDK

    Update version of parent pom to released 1.2.3 version

    Change-Id: I83e8c496881d10b1a2acef7b5c352c091bba56d9
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Elena Kuleshov [Thu, 23 May 2019 20:59:07 +0000 (16:59 -0400)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to b87ccbbf96a0eac4261f5a2d51c03e18b4243ddb
  - Handle case of null requestInfo

    Handle case of null requestInfo

    Issue-ID: SO-1918
Signed-off-by: Kuleshov, Elena <evn@att.com>
    Change-Id: Ie8a0dd9e27734d96442eceaa378e5d1e64667b06

5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Thu, 23 May 2019 16:51:33 +0000 (12:51 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/parent.git from branch 'dublin'
  to dc230cb43b0d36105f4b1c226f6ef407ecf497f2
  - Create release 0.4.3 of CCSDK

    Update versions in parent poms to 0.4.3 release version

    Change-Id: I0217091045fc5cfaee9856dc924a46320103934e
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoMerge "Update SettingUP" into dublin
Rich Bennett [Thu, 23 May 2019 13:56:28 +0000 (13:56 +0000)]
Merge "Update SettingUP" into dublin

5 years agoUpdate git submodules
Steve Smokowski [Thu, 23 May 2019 13:41:44 +0000 (13:41 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 16c6cc1e5cdaad24b92114ebf6c5396453194778
  - Merge "exception handling" into dublin
  - exception handling

    Update the appc client jar version
    Throw exception for non success cds call
    Fix CreateVcpeResCustServiceSimplifiedTest IT

    Issue-ID: SO-1857 SO-1779
    Change-Id: Ifee080600051c92fd964a92d16efb67e4ab05d5d
Signed-off-by: eeginux <henry.xie@est.tech>
5 years agoUpdate git submodules
Steve Smokowski [Thu, 23 May 2019 13:41:20 +0000 (13:41 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 864ce56c3daff6a6a1f4b9ae1ebcb24c2aa87f2a
  - Merge "Add SO Update the repeatable Macro - northbound_request_ref_lookup" into dublin
  - Add SO Update the repeatable Macro - northbound_request_ref_lookup

    Added dublin - Update repeatable Macro not to lose the ability to
    drive flows differently based on service type.
    UPDATE northbound_request_ref_lookup SET SERVICE_TYPE = '*' WHERE SERVICE_TYPE = NULL;
    Issue-ID: SO-1892
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
    Change-Id: I3fa58559fe4596b3a0e184a8391ac93fb9496a26

5 years agoUpdate git submodules
Steve Smokowski [Thu, 23 May 2019 13:41:14 +0000 (13:41 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'dublin'
  to 338c7e73b789c0a6d95081ab1a13ae7baf00f950
  - Merge "Send syncAck on first Activity" into dublin
  - Send syncAck on first Activity

    Send syncAck on first Activity

    Issue-ID: SO-1905
Signed-off-by: Kuleshov, Elena <evn@att.com>
    Change-Id: I0965b8247aa88a19be4417e2b5d58bce2d5dab27