doc.git
4 years agoUpdate git submodules
Jimmy Forsyth [Thu, 30 May 2019 19:43:07 +0000 (15:43 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'master'
  to d480c91b08889c62f007d95a636f952e56acbbd1
  - Fix  link for nodesApi

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

4 years agoUpdate git submodules
Jimmy Forsyth [Thu, 30 May 2019 19:10:23 +0000 (15:10 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'master'
  to b7ce653f527203c6a36e7474e7a98e8d6144c879
  - Fix broken links

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

4 years agoUpdate git submodules
Dan Timoney [Thu, 30 May 2019 18:32:14 +0000 (18:32 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 32d132a78288521798d302cafbd9a7eac9121cae
  - Merge "Remote AWX ansible playbook executor"
  - Remote AWX ansible playbook executor

    Issue-ID: CCSDK-1357

    Change-Id: I794ce5450b341606829a1a37d9efed48abab32cc
Signed-off-by: Serge Simard <serge@agilitae.com>
4 years agoUpdate git submodules
Jimmy Forsyth [Thu, 30 May 2019 18:19:28 +0000 (14:19 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'master'
  to bbc512e0a3a1e9efcd7715626e26edd6e8bdef46
  - Fix errors on dev env guide

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

4 years agoUpdate git submodules
Hagop Bozawglanian [Thu, 30 May 2019 16:57:37 +0000 (09:57 -0700)]
Update git submodules

* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
  to ad0e89a88920277386971e7945ede8bab0503967
  - VNFRQTS - Update release notes

    Issue-ID: VNFRQTS-621
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
    Change-Id: Ibf41a5f88397ad92db172122015bf4421701ec39

4 years agoUpdate git submodules
Samuli Silvius [Thu, 30 May 2019 15:30:21 +0000 (15:30 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to f45f73f749fffb301d825ec53fae2878c505980d
  - Merge "Add Molecule tests for 'dns' role"
  - Add Molecule tests for 'dns' role

    This commit supplements 'Molecule test for
    infrastructure playbook' with role level tests.

    Change-Id: I14cdeedf1c80c0ee06bacf0a391ee1d7ccd6df55
    Issue-ID: OOM-1841
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
4 years agoUpdate git submodules
tianxing [Thu, 30 May 2019 15:24:16 +0000 (23:24 +0800)]
Update git submodules

* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
  to 451e015794a0f3957c9d02685f622817914b4124
  - update svnfm version

    Change-Id: Id59e2a932bec222703978255d038d71a0d963396
    Issue-ID: VFC-1404
Signed-off-by: tianxing <15210838572@139.com>
4 years agoUpdate git submodules
Samuli Silvius [Thu, 30 May 2019 15:24:02 +0000 (15:24 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 293ad25456bb37dbd6827d26f87e495a2b7f1b85
  - Merge "Make molecule tests for certificates independent from docker role"
  - Make molecule tests for certificates independent from docker role

    Currently molecule tests for certificates role call the
    docker role just to make one handler available.
    It actually breaks best practices of unit testing,
    the docker role shouldn't be called nor tested in
    unit test of certificates role.
    This commit makes certificates role independent by just
    creating fake handlers.

    Change-Id: Iec7934c7c1f4e9b37ff523e1d86a3beaaa88bdcf
    Issue-ID: OOM-1864
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoUpdate git submodules
Samuli Silvius [Thu, 30 May 2019 15:23:26 +0000 (15:23 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to bddfaebbfab17f78fc5bfa2e7302584373d44523
  - Merge "Modify docker role to use dind"
  - Modify docker role to use dind

    This modifies the docker role to use dind.
    Note that it now uses pepare-docker-dind role, but
    *disables* start of docker.

    Change-Id: I55ac8d1f69531ba7496c34f990818b894a7d02a5
    Issue-ID: OOM-1864
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoUpdate git submodules
Samuli Silvius [Thu, 30 May 2019 15:22:56 +0000 (15:22 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 1827d9c464e55037d4de159ea8461fd660cd37fa
  - Merge "prepare-docker-dind: make docker start optional"
  - prepare-docker-dind: make docker start optional

    This change makes it possible to disable docker start after
    prepare-docker-dind role executes.
    Needed for docker role that wants to start docker by itself.
    Note that the docker role also tries to install docker by itself, and
    prepare-docker-dind does the same.
    The reason is that it makes it possible to fix the version of installed docker.

    Change-Id: I7487bc46b316c0e6c782b22d8e24afea35c3c2d5
    Issue-ID: OOM-1863
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoUpdate git submodules
Pamela Dragosh [Thu, 30 May 2019 14:56:28 +0000 (14:56 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to d0055e3089d11d1667fea55d615bfcabfd5e401c
  - Merge "Add documentation for PAP"
  - Add documentation for PAP

    Included updates per Ram.

    Change-Id: Ib09c9b7e39aab566ebd3eae813fde6bc3e2fabd7
    Issue-ID: POLICY-1681
Signed-off-by: Jim Hahn <jrh3@att.com>
4 years agoUpdate git submodules
Brian Freeman [Thu, 30 May 2019 14:53:59 +0000 (14:53 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to c1b40a1f0739d127189dacc160e53e74ae7ae6c4
  - Merge "Onboarded LF Acumos"
  - Onboarded LF Acumos

    Issue-ID: PORTAL-467

Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
    Change-Id: Ifddeb4861e3fefd9a6f5462c814ae17bd5477cef

4 years agoUpdate git submodules
Manoop Talasila [Thu, 30 May 2019 14:46:41 +0000 (14:46 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 40c8f073970f3664786d1bb4d4c69ed3f57b8b45
  - Merge changes I1c586793,I47249407,Idad22dea,I5c3bee06,I5cb96956

    * changes:
      Document OJSI-190 vulnerability
      Document OJSI-174 (CVE-2019-12318) vulnerability
      Document OJSI-92 (CVE-2019-12121) vulnerability
      Document OJSI-65 (CVE-2019-1212) vulnerability
      Document OJSI-15 (CVE-2019-12317) vulnerability

  - Document OJSI-190 vulnerability

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

  - Document OJSI-174 (CVE-2019-12318) vulnerability

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

  - Document OJSI-92 (CVE-2019-12121) vulnerability

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

  - Document OJSI-65 (CVE-2019-1212) vulnerability

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

  - Document OJSI-15 (CVE-2019-12317) vulnerability

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

4 years agoUpdate git submodules
Manoop Talasila [Thu, 30 May 2019 14:44:42 +0000 (14:44 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 88f48d47dc427e73842c0b65a6b544c8229c2773
  - Merge "Don't give the user the exact stack trace of the exception"
  - Don't give the user the exact stack trace of the exception

    Catching the exception in the SecurityXssFilter class.

    Issue-ID: OJSI-192
    Change-Id: I8d9d7a3032f98afcb58285b13b13d5ce35fddadd
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
4 years agoUpdate git submodules
Manoop Talasila [Thu, 30 May 2019 14:43:06 +0000 (14:43 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to ee8d6a877f7709f28da43b0f10baf659876c4bed
  - Merge "Don't give user the exact exception description"
  - Don't give user the exact exception description

    The exact description of the exception especially if related to
    cryptography cannot be given to the user as it may be abused by the
    attacker.

    To fix that, we started to use @ExceptionHandler for all exceptions
    in the LoginController as well.

    CVE: CVE-2019-12121
    Issue-ID: OJSI-92
    Change-Id: I100b37ff33d28ebccc2411c3acc62bdb7ce11ca8
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Reviewed-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Acked-by: Manoop Talasila <talasila@research.att.com>
4 years agoUpdate git submodules
Patrick Brady [Thu, 30 May 2019 14:36:24 +0000 (07:36 -0700)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'master'
  to 23299c969a313f8e3740bceb070655810f5e3efb
  - 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
    (cherry picked from commit 4dce366b94f679ac0870230aa8eb32ae248c609f)

4 years agoUpdate git submodules
Michal Zegan [Thu, 30 May 2019 13:15:04 +0000 (15:15 +0200)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to a83ae84c589effcd690180347294ceaa677c2c7b
  - Modify rancher molecule tests to use dind

    This change modifies molecule tests of rancher role to
    use prepare-docker-dind.
    Also:
    - it modifies prepare-common role to retrieve cluster_ip of the actual
    node in question,
    - it fixes the rancher role itself to work at all by removing auto_remove.
    It has been tested by running molecule converge.

    Change-Id: I7af4e9998feedd5f8fc3df8215e03c1b0485529c
    Issue-ID: OOM-1864
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoUpdate git submodules
k.kedron [Thu, 30 May 2019 13:13:12 +0000 (15:13 +0200)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 7c62480edb52c829102cddd030384176bf16780b
  - Improve unit test for ConfigurationUtils and sonar fixes

    Add more test for ConfigurationUtils.
    Fix error in getCompatibleCollectionForAbstractDef method bad return value
    for TransferQueue.class.
    Sonar fixes:
     - use not deprecated method IOUtils.toString.
     - remove code duplication.
     - return empty collection instead of null.

    Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
    Change-Id: I5abb10bca0a1c409ec20daf6c22066836a0b76a3

4 years agoUpdate git submodules
Pamela Dragosh [Thu, 30 May 2019 12:52:52 +0000 (08:52 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to faa5f939ba2f15f3947e840b91c4d56601655494
  - 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>
4 years agoUpdate git submodules
Ittay Stern [Thu, 30 May 2019 12:52:20 +0000 (12:52 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to ba76048291feeb83a3596ebf04c9c0f384706d7b
  - Merge "Initialize parameters maps before reading params"
  - Initialize parameters maps before reading params

    Change-Id: Ie4845c5afc647cae96869609fc665cc4fe854eb8
    Issue-ID: VID-484
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
    (cherry picked from commit ac142979f8499af24390290f7800d3fe266583d1)

4 years agoUpdate git submodules
Pamela Dragosh [Thu, 30 May 2019 12:45:30 +0000 (08:45 -0400)]
Update git submodules

* Update docs/submodules/policy/engine.git from branch 'master'
  to 6bc4e95261ed8ec8bc931696e3674ee5ec54d542
  - 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>
4 years agoUpdate git submodules
kurczews [Thu, 30 May 2019 12:41:15 +0000 (14:41 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to b1d739306129ef001a8f9f9f75dc34c568a3d5d0
  - Add MsoControllerTests

    Issue-ID: VID-470
    Change-Id: I9416247d8d9548d1c01af070d8106b1512dee200
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
4 years agoUpdate git submodules
Pamela Dragosh [Thu, 30 May 2019 12:26:51 +0000 (08:26 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to c1c464091ab484e68a1f120e8849e879b9c6fcb5
  - 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>
  - Set policy/parent master 3.0.0 version

    Bumping the major patch since the target changes for
    El Alto will involve moving to oparent 2.0.0. Could
    be quite involved.

    Issue-ID: POLICY-1747
    Change-Id: Ic8eebd4738bc66cc4cac3021f41ed1c478268a4d
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>
  - Add more textual explanation in api doc

    Added more textual explanation and tables for
    downloading sample policies and preloaded policy types.
    Also added sample curl commands for api calls.

    Issue-ID: POLICY-1680
    Change-Id: Ia98e37679ae8e632da9d1f7308e156f722648faf
Signed-off-by: Chenfei Gao <cgao@research.att.com>
  - Add policy design api documentation

    Adding swagger and global api table to api rst documentation

    Issue-ID: POLICY-1680
    Change-Id: Iae966917b73a8762172e708fe207c4fc6e52615f
Signed-off-by: Chenfei Gao <cgao@research.att.com>
  - Initial set of documentation

    This is where I am at with documentation, getting it
    up so Chenfei and Liam can help me with it.

    Issue-ID: POLICY-1676
    Change-Id: I19e2bd794c65bfd05de0b3a732e005029267d690
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
  - Update INFO.yaml to add Jim and Ram

    Per TSC requirements.

    Per Michael's comments, added changes section.

    Added both TSC link.

    Issue-ID: POLICY-1775
    Change-Id: I0c571c69e460f2c818a20cde6ff9ef211f86d01e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
  - Upgrade policy/parent SNAPSHOT 2.1.1

    Bump the SNAPSHOT versions

    Issue-ID: POLICY-1700
    Change-Id: I2e6f3f30c9362ba32a6d116904443eadff7299ef
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoUpdate git submodules
Ofir Sonsino [Thu, 30 May 2019 12:16:17 +0000 (15:16 +0300)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 5c879df236d979d3f098cc8c531644c81baec912
  - Bump SDC versions to 1.4.1

    Change-Id: I78125eed15afe4ee5f54c1334fe9d7c3261efd64
    Issue-ID: SDC-2272
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoUpdate git submodules
tianxing [Thu, 30 May 2019 12:07:42 +0000 (20:07 +0800)]
Update git submodules

* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to b8546fe945ca287d9095b5513fe1f1f5fbb481b1
  - change the way to start django

    Change-Id: I3c3e6483475923bdda60cad30e7747c1bad4ec91
    Issue-ID: VFC-1408
Signed-off-by: tianxing <15210838572@139.com>
4 years agoUpdate git submodules
Dan Timoney [Thu, 30 May 2019 11:54:19 +0000 (11:54 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to b0aa3b3bcc3c269bbc62a2e9690830a959e37e59
  - Merge "Fix SDNC parameters save in AAI failure"
  - 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

4 years agoUpdate git submodules
Steve Smokowski [Thu, 30 May 2019 11:44:16 +0000 (11:44 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to af23464d5dcac4aa493fde21fb1beff40c5e1b9c
  - Merge "Improvements in CamundaClient"
  - Improvements in CamundaClient

    Removed code duplicates.
    Fixed declarations of thrown exceptions.
    Fixed imports.

    Issue-ID: SO-1936
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
    Change-Id: Ic178341b0049307da033408719ff263a00059ba7

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

* Update docs/submodules/so.git from branch 'master'
  to 80d6f1e8135d48d2293bf025eabc5d6736bf63f5
  - Merge "Fix DeleteE2EServiceInstance flow"
  - Fix DeleteE2EServiceInstance flow

    Fixed the issue when subprocess 'DoDeleteE2EServiceInstance'
    calls 'AAI GenericGetService' sub-process
    which is deleted from SO common-bpmn.

    Change-Id: I8f5dce0135031c2d44fccd51676a709f014ef3c7
    Issue-ID: SO-1809
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
4 years agoUpdate git submodules
Tao Shen [Thu, 30 May 2019 11:04:22 +0000 (11:04 +0000)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to de16e84e7119f4f414306fea6c84f8f0d86520a5
  - Merge "Fix UUI frontend docker image creation failure"
  - Fix UUI frontend docker image creation failure

    Change-Id: I717e982d453bb6e30ec4f2b0e278ebb043fcef71
    Issue-ID: USECASEUI-273
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
4 years agoUpdate git submodules
guochuyicmri [Thu, 30 May 2019 10:57:18 +0000 (18:57 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 89bd8b5842a3e1849c1888f2456e7c18f7551bf0
  - Service instance lifecycle management

    Change-Id: If654c7a3a6a92aaf1fbfcf5b1208e568e434d507
    Issue-ID: USECASEUI-218
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
4 years agoUpdate git submodules
Samuli Silvius [Thu, 30 May 2019 10:46:07 +0000 (10:46 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 7e5ddf0b3e0f23bf499b3311340253485d06fc33
  - Merge "Add prepare-docker-dind role"
  - Add prepare-docker-dind role

    This change adds the prepare-docker-dind role intended to
    be used in tests to install docker on test containers.
    Contrary to the prepare-docker role it arranges for docker daemon to be launched inside
    of the test containers instead of using/polluting a test host.
    It is a prerequisite to the rke role molecule tests.

    Change-Id: I6be270758b01f7e9c4fa09aebcc32930c0977ea3
    Issue-ID: OOM-1778
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoUpdate git submodules
m.kowalski3 [Thu, 30 May 2019 10:14:52 +0000 (12:14 +0200)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 937803bdd4b6e459093e42d784195a60556a7021
  - Add unit tests for ConfigurationManager

    Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
    Change-Id: I2acfba224c46ffa743a254b1c560767b947f8fdd

4 years agoUpdate git submodules
tianxing [Thu, 30 May 2019 09:57:50 +0000 (17:57 +0800)]
Update git submodules

* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 54eef9affa603b1941435ac7549d1e92953ab582
  - update version

    Change-Id: Id7e6753e9a6b23289998399b8fd48f0d51aa69c2
    Issue-ID: VFC-1404
Signed-off-by: tianxing <15210838572@139.com>
4 years agoUpdate git submodules
noahs [Thu, 30 May 2019 09:42:01 +0000 (12:42 +0300)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to dc5e4d94869c09c3961e58dd149d6f9150b80256
  - Add Lombok support to RelationshipTemplate

    add @Data annotation

    Change-Id: I030c5dc506b3fabcb6f447016dc1e74aeb2df30f
    Issue-ID: SDC-2343
Signed-off-by: noahs <noah.shogan@amdocs.com>
4 years agoUpdate git submodules
Yan Yang [Thu, 30 May 2019 09:29:20 +0000 (09:29 +0000)]
Update git submodules

* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 55432958cb1ddf6506cf6783a9010ee737d47840
  - Merge "fix grant swagger error"
  - fix grant swagger error

    fix grant swagger error

    Change-Id: I26dafb33f4fab9258cb89c41cafc2a588569e05e
    Issue-ID: VFC-1406
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
4 years agoUpdate git submodules
guochuyicmri [Thu, 30 May 2019 09:28:48 +0000 (17:28 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to da3c80aefd89bfa3f728c02d9d05eee18bb87cd9
  - Fix instance instantiation for CCVPN

    Change-Id: I5d6598359cd57494a289246c1d6abfea8b9d2800
    Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
4 years agoUpdate git submodules
tianxing [Thu, 30 May 2019 09:28:20 +0000 (17:28 +0800)]
Update git submodules

* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to faf77e72dbc497f4f6701849acccfec24aac46dd
  - rollback version

    Change-Id: Ia0e17787cf97d63e771ceeed89d824e1d9e78978
    Issue-ID: VFC-1404
Signed-off-by: tianxing <15210838572@139.com>
4 years agoUpdate git submodules
guochuyicmri [Thu, 30 May 2019 09:28:19 +0000 (17:28 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to e26e7ee1405e68e358dbc45ea150527d930d936a
  - Service instance lifecycle management

    Change-Id: Ic643ab8ab91617da62c5430d00ce0ed28959701e
    Issue-ID: USECASEUI-218
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
4 years agoUpdate git submodules
guochuyicmri [Thu, 30 May 2019 09:27:55 +0000 (17:27 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 38704bb7b97d851a3d5c4e3b4a6f82fbc0c606ef
  - Fix instance instantiation for CCVPN

    Change-Id: Ic011a1f39d10c8d0f2f42b2d91337195dbd5a3fb
    Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
4 years agoUpdate git submodules
guochuyicmri [Thu, 30 May 2019 09:27:40 +0000 (17:27 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 6d4c2f0f9bc8572e32927e00c289b933c46cff25
  - Service instance lifecycle management

    Change-Id: I11ca7912bf82ba31ec3ed05390d22c803dd442e9
    Issue-ID: USECASEUI-218
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
4 years agoUpdate git submodules
Borislav Glozman [Thu, 30 May 2019 09:06:02 +0000 (09:06 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 1a6bfa179802c14be20e8f7e8d2ab07cd47c0cf5
  - Merge "Make POMBA able to detect dummy notifications"
  - Make POMBA able to detect dummy notifications

    Issue-ID: LOG-1056
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
    Change-Id: I8bb81cdad651261063fd9d92b3c3a6b8f9346bf6

4 years agoUpdate git submodules
Borislav Glozman [Thu, 30 May 2019 09:05:03 +0000 (09:05 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 35008d47c1f213c27a06db7b5af3506b3dd09ce2
  - Merge "release 1.5.1 APPC image"
  - release 1.5.1 APPC image

    Dublin 1.5.1 APPC /
    CDT image release docker

    Change-Id: I1daf682cf81f4b505e0e52875853ed422cb9c535
    Issue-ID: APPC-1595
Signed-off-by: Taka Cho <takamune.cho@att.com>
4 years agoUpdate git submodules
Borislav Glozman [Thu, 30 May 2019 09:04:02 +0000 (09:04 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 530e4b15fd4fccb40412f32d8237498fa824dcbd
  - Merge "Switch scope to OSDF_DUBLIN"
  - Switch scope to OSDF_DUBLIN

    Switching the policy scope we use to fetch
    policies to OSDF_DUBLIN

    Issue-ID: OPTFRA-498
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
    Change-Id: Id2dc6f1ef7e86d776c1bb7b3c7747dbb537e8ca3

4 years agoUpdate git submodules
Borislav Glozman [Thu, 30 May 2019 09:03:25 +0000 (09:03 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 30f59c1d9a4d8349507670f880ab4c3b32b6786a
  - Merge "Readiness time increased due to errors"
  - Readiness time increased due to errors

    Increased readiness time for common cassandra and sdc-cassandra
    due to installation failures

    Change-Id: I4c7f6f5db5ddeebb1d3bde50a24e848be75ba867
    Issue-ID: SDC-2319
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
4 years agoUpdate git submodules
Borislav Glozman [Thu, 30 May 2019 09:02:06 +0000 (09:02 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 0f5654cddae7c4feb54b164d8325bcfde7007668
  - Merge "Update the CLI and VNFSDK dublin version"
  - Update the CLI and VNFSDK dublin version

    Issue-ID: OOM-1888

    Change-Id: I531f8761569c1638325ce0942d08ecad46835876
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
4 years agoUpdate git submodules
Michal Ptacek [Thu, 30 May 2019 07:50:07 +0000 (07:50 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to b78bbf8e835cf9bd3f1b73bea1d7d67680f451fc
  - Changing patchfile naming convention

    Its not needed to preserve onap release version in
    patch naming.

    Change-Id: I8dfaa56d3a74cd5227523c3acd5e31fa540a75a2
    Issue-ID: OOM-1869
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
4 years agoUpdate git submodules
tianxing [Thu, 30 May 2019 06:50:26 +0000 (14:50 +0800)]
Update git submodules

* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to a878746d694872c6bee6721894d54484ba2256b4
  - rollback version

    Change-Id: Id47dbf8be348d5b2afa727e5e820789393b01a6c
    Issue-ID: VFC-1404
Signed-off-by: tianxing <15210838572@139.com>
4 years agoUpdate git submodules
kaihlavi [Thu, 30 May 2019 06:26:26 +0000 (09:26 +0300)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to b2372718e5cfff4ce6d1e4694fa9ac92928b5394
  - Enable different version for DCAE

     Separate core SDC version and DCAE version for CSIT

    Change-Id: I09ad9b0592d208a0ac77def8a9f85f0749d60c89
    Issue-ID: SDC-2332
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
4 years agoUpdate git submodules
Yang Xu [Thu, 30 May 2019 02:51:06 +0000 (02:51 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 15f323ba83a990086e4aa0279370cd259a994c8d
  - Merge "bump multicloud services to 1.3.4"
  - bump multicloud services to 1.3.4

    bump multicloud-k8s image to 0.4.0

    Issue-ID: MULTICLOUD-641

Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
    Change-Id: I14914e42426657bc40837b4d34b716f38c948465
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
4 years agoUpdate git submodules
maopengzhang [Thu, 30 May 2019 01:16:07 +0000 (09:16 +0800)]
Update git submodules

* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
  to 887f649cd3b44a1597d6219540ee3ff04d3f5046
  - fix serializer typo error

    zte vnfm driver serializer help text error

    Change-Id: Ia0582846b627611dc2d6ad4ffdb9ae08d5939abe
    Issue-ID: VFC-1405
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
4 years agoUpdate git submodules
maopengzhang [Thu, 30 May 2019 01:08:40 +0000 (09:08 +0800)]
Update git submodules

* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 567a31d62ca43a0a41a583cbc838d3ea39d071e7
  - remove cryptography

    remove cryptography

    Change-Id: I6e390054603c39349260005cc19b1456d98e92e6
    Issue-ID: VFC-1400
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
4 years agoUpdate git submodules
Yang Xu [Wed, 29 May 2019 23:09:56 +0000 (23:09 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to d7f4d8af83b2a0b38fae647bd5f1713575a2aded
  - Merge "add SDNC MD-SAL and AAI Restconf URL settings to CDS Blueprint Processor"
  - add SDNC MD-SAL and AAI Restconf URL settings to CDS Blueprint Processor

    Issue-ID: OOM-1891

Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
    Change-Id: I05bbe5f3f72468c745a5d2ddbcc7e962765b22ba

4 years agoUpdate git submodules
Gervais-Martial Ngueko [Wed, 29 May 2019 22:10:07 +0000 (22:10 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 943d7b2c32d7527cd018cd27f97f1b12a21b8989
  - Merge "Just change the Timeout"
  - Just change the Timeout

    Change timeout for all queries policy+dcae

    Issue-ID: CLAMP-399
    Change-Id: I560a5b3d1b1ae9c994a2be2771d5a705125d6be0
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
4 years agoUpdate git submodules
Brian Freeman [Wed, 29 May 2019 21:59:11 +0000 (21:59 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to fd4968101f8df17e8f1508ecfdf576ac36f0e60c
  - Merge "Update to latest SDNC and CCSDK containers"
  - Update to latest SDNC and CCSDK containers

    Update to use latest CCSDK and SDNC releases (0.4.3 and 1.5.2,
    respectively).

    Change-Id: I1412f5b3744a37db87b498650d06889fb90e2d0f
    Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoUpdate git submodules
Brian Freeman [Wed, 29 May 2019 21:15:32 +0000 (21:15 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 743379385e89b213a2fa4f40da591430bae72bb0
  - Merge "Add mso.asdc.config.activity.endpoint"
  - Add mso.asdc.config.activity.endpoint

    SDC endpoint for activity spec deployment

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

4 years agoUpdate git submodules
osgn422w [Wed, 29 May 2019 21:02:46 +0000 (23:02 +0200)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 17f8fc643970b1fc1814c86156599b5be2f1ebab
  - update doc

    change closed loop with control loop, to be more generic

    Issue-ID: CLAMP-396

    Change-Id: I1754e7d03796e0913d82eb0013d270ee2d4c3e01
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
4 years agoUpdate git submodules
Jimmy Forsyth [Wed, 29 May 2019 21:02:26 +0000 (17:02 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'master'
  to 06e46ca5f35c7dd5e2f9649082744a6f768ae107
  - Fix typos and clean up docs

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

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

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

    Add release notes for Dublin release

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

* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
  to c0d9bbcaa3a1b9d990f6658953523b177c488ad9
  - Roll to El Alto version

    Roll to El Alto version (1.2.0-SNAPSHOT)

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

* Update docs/submodules/ccsdk/utils.git from branch 'master'
  to e50b344c0491e313c0fff96b37f673388d87cad2
  - Roll to El Alto version

    Roll to El Alto version (1.3.0-SNAPSHOT)

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

4 years agoUpdate git submodules
Dan Timoney [Wed, 29 May 2019 18:17:34 +0000 (18:17 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to 6290f3775cdf1aa1eb2fc34f04cec10a8b1358a6
  - Merge "correct vf-module-label in self-serve-vfmodule-ra-assign DG"
  - 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

4 years agoUpdate git submodules
Jimmy Forsyth [Wed, 29 May 2019 18:05:45 +0000 (14:05 -0400)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'master'
  to b0a32518159592219decbd34de1b51ee1e7a9bb6
  - Updating Dublin docs

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

4 years agoUpdate git submodules
Dan Timoney [Wed, 29 May 2019 18:05:10 +0000 (18:05 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to b86fe0e27bc66ecae386007c1d751f82cbf920cd
  - Merge "CCSDK-1308- Files sorting"
  - CCSDK-1308- Files sorting

    Files are now sorted in ascending order

    Issue-ID: CCSDK-1308
    Change-Id: I4143a132a946815363f1c80b6ab37b6590ee242c
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoUpdate git submodules
Itohan [Wed, 29 May 2019 17:23:41 +0000 (17:23 +0000)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 1f3c8d6b67fcfdc0bcb95d3b283b232a4bb56cbb
  - Modified hpa_automation.py script

    -Added more files required to run this script
    -Added a README file
    -Added sample hpa polices

    Issue-ID: INT-905 INT-904 INT-794
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
    Change-Id: I5c77924863a9517ecaf7caaeb860c3c113a7b9d2

4 years agoUpdate git submodules
Lucjan Bryndza [Wed, 29 May 2019 17:23:22 +0000 (19:23 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to c43f25d5a256091c17d4f15d1c9287906cd4a7b7
  - Search endpoint script fail silently

    When nmap or other commands are not installed on the system
    script fail silently without any information

Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
    Change-Id: I599b987e223f88617aefa2c0de6cdcbbf3ff50b7
    Issue-ID: SECCOM-231

4 years agoUpdate git submodules
Instrumental [Wed, 29 May 2019 17:22:14 +0000 (12:22 -0500)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 2fedc6d93206113e52f29fb84a721eb94ec0e177
  - fix another minor Sonar

    Issue-ID: AAF-835
    Change-Id: I923b05c702060dea0b23aa343a7203782511d52f
Signed-off-by: Instrumental <jonathan.gathman@att.com>
4 years agoUpdate git submodules
Fiachra Corcoran [Wed, 29 May 2019 17:00:14 +0000 (17:00 +0000)]
Update git submodules

* Update docs/submodules/dmaap/datarouter.git from branch 'master'
  to 52c5c5ab9ba33755e26f06f41de608f825866a53
  - Merge "Remove major and minor code smells in dr-node"
  - Remove major and minor code smells in dr-node

    Change-Id: I8c408472050adfa2889093e40d294bf542974a80
    Issue-ID: DMAAP-1195
Signed-off-by: econwar <conor.ward@est.tech>
4 years agoUpdate git submodules
egernug [Wed, 29 May 2019 16:47:16 +0000 (16:47 +0000)]
Update git submodules

* Update docs/submodules/dmaap/datarouter.git from branch 'master'
  to 9c6f3aa2db3c3bc632038f69ff680f48b5f28ec2
  - Remove major and minor code smells in dr-prov

    Change-Id: I547b757719131447c055604672896452fdbc10e5
    Issue-ID: DMAAP-1195
Signed-off-by: egernug <gerard.nugent@est.tech>
4 years agoUpdate git submodules
Gervais-Martial Ngueko [Wed, 29 May 2019 16:12:12 +0000 (16:12 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to ee36182e63efee33a140f0a132bd0c75889d6e14
  - Merge "Update Swagger doc"
  - Update Swagger doc

    Update Swagger doc for Dublin with new Json,pdf updated by the maven
    build

    Issue-ID: CLAMP-396
    Change-Id: Ie9933f98881d0c0e9e1b9a7c8ab28fdbac447392
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
4 years agoMerge "Add new policy docs"
Eric Debeau [Wed, 29 May 2019 16:03:36 +0000 (16:03 +0000)]
Merge "Add new policy docs"

4 years agoUpdate git submodules
vrvarma [Wed, 29 May 2019 16:02:53 +0000 (12:02 -0400)]
Update git submodules

* Update docs/submodules/optf/osdf.git from branch 'master'
  to 95bd3e4710787de7488be24913f708cf539a577a
  - Fix the pci-opt response to the swagger specs

    Change-Id: I01f4e81563c02ccf6668fd4e39118bc1cf3f9aa8
Signed-off-by: vrvarma <vv8305@att.com>
    Issue-ID: OPTFRA-508

4 years agoAdd new policy docs 84/88784/1
Pamela Dragosh [Wed, 29 May 2019 15:48:04 +0000 (11:48 -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: I0444b51631cbe7211073ff530461ea4dadf33b4c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoUpdate git submodules
Gervais-Martial Ngueko [Wed, 29 May 2019 15:44:09 +0000 (15:44 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to f5a414bd326aa0163ceba6b51b14b7c80feae64b
  - Merge "Open DCAE deployment in all cases"
  - Open DCAE deployment in all cases

    Let the user deploys his micro service on DCAE even if policy check
    returns 4XX

    Issue-ID: CLAMP-399
    Change-Id: Ib38eb33c9692fcc2cea6e2c655be82f48d4046af
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
4 years agoUpdate git submodules
Dan Timoney [Wed, 29 May 2019 14:58:49 +0000 (14:58 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to ce259eb94d8195d126a2faec4c9b03fdab5529fd
  - Merge "Fix bug associated with DMAAP listener properties"
  - 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

4 years agoUpdate git submodules
Dan Timoney [Wed, 29 May 2019 14:55:55 +0000 (14:55 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 7f44056b720529928c165a9fb11e5ec7a32b404f
  - Merge "Include orig err in CBA upload errmsg"
  - Include orig err in CBA upload errmsg

    Issue-ID: CCSDK-1363

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
    Change-Id: I064a9d8654e0ccd612b60f9a3a195980a0c16d0f

4 years agoUpdate git submodules
Instrumental [Wed, 29 May 2019 14:42:06 +0000 (09:42 -0500)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to ba331a70f03bb5bf93fdb83a1ff221bdbf817749
  - fix minor SONAR bug

    Issue-ID: AAF-835
    Change-Id: I46bc1fcd083a26fe45f10f6f69913840fe4cdbaf
Signed-off-by: Instrumental <jonathan.gathman@att.com>
4 years agoUpdate git submodules
Matthieu Geerebaert [Wed, 29 May 2019 13:39:15 +0000 (15:39 +0200)]
Update git submodules

* Update docs/submodules/externalapi/nbi.git from branch 'master'
  to bce9428824803a9f2b03975c7238e52974ec31b2
  - Update documentation with info on EXTAPI-249

    Change-Id: If12911e2cab641cde9de0eb7f9615286d1e97ae9
    Issue-ID: EXTAPI-253
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
4 years agoMerge "Change policy release notes pointer"
Eric Debeau [Wed, 29 May 2019 13:36:21 +0000 (13:36 +0000)]
Merge "Change policy release notes pointer"

4 years agoUpdate git submodules
Michal Ptacek [Wed, 29 May 2019 13:31:03 +0000 (13:31 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 6fdcd7d9bd8b4395180d8cbd6c6aa936e50dba76
  - Merge changes from topic "OOM-1816"

    * changes:
      Molecule test for infrastructure playbook.
      Add the prepare-package-repository role
      Add prepare-nexus role
      Add prepare-nginx role
      Add the prepare-dns role
      Add prepare-vncserver role
      Allow unsafe writes when modifying resolv.conf
      Add nexus_come_up_wait_retries variable to nexus role
      Remove docker restart condition from docker role

  - Molecule test for infrastructure playbook.

    These tests execute the whole infrastructure playbook.

    Issue-ID: OOM-1816
    Change-Id: I793191e05cb0b527c3da6d820c1916231e69d865
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
  - Add the prepare-package-repository role

    This role may be used by infra playbook tests.
    It downloads docker rpm packages and their dependencies to disk and
    creates a simulated offline rpm repository that
    can then be used to test installation of packages.

    Change-Id: Ia1a1bed1b124e036219ccc12c4650ce446955f01
    Issue-ID: OOM-1816
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
  - Add prepare-nexus role

    This role can be used by nexus role/infra playbook tests.
    It downloads and archives the nexus image used by these tests.
    It also archives some example docker images that
    can be used to test runtime image pushing.

    Change-Id: I027dd5dda60ab0abba7701cb038f6552a72e3599
    Issue-ID: OOM-1816
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
  - Add prepare-nginx role

    This role can be used by nginx role/infra playbook tests.
    It builds and archives the nginx docker image used
    by these tests.

    Change-Id: I51052f4d587926be0331203fffd0bbd69a7dc58d
    Issue-ID: OOM-1816
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
  - Add the prepare-dns role

    This role can be used by infra playbook or dns role
    tests to download the dnsmasq docker images
    used during test.

    Change-Id: I05d9ccd1f2ac3d635c032b43078ca9a2179cb547
    Issue-ID: OOM-1818
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
  - Add prepare-vncserver role

    This role is used by infra playbook tests
    introduced in a follow up commit and
    it downloads the docker vncserver image used during testing.
    This role may also be useful for vncserver role tests.

    Change-Id: Ib9fc8041519d716207f2c1887f68fb29faab911f
    Issue-ID: OOM-1816
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
  - Allow unsafe writes when modifying resolv.conf

    The package-repository role edits /etc/resolv.conf.
    Ansible modifies files atomically to prevent data loss on crash, but that
    does not work in docker containers because /etc/resolv.conf is
    bind-mounted.
    Allow ansible to fall back to non atomic writes in such cases.
    This makes it unnecessary to hack around this.

    Change-Id: I066205322de5cc06569e6ea3aa38885d3834f9cd
    Issue-ID: OOM-1816
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
  - Add nexus_come_up_wait_retries variable to nexus role

    This variable is used to set the number
    of retries when waiting for nexus to be running.
    It may occassionally be useful to increase it on slower
    test environments.

    Change-Id: Id34106dd8f9a8b2b1949b80adb22fbec3df71e23
    Issue-ID: OOM-1816
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
  - Remove docker restart condition from docker role

    Docker role doesn't trigger docker restart when run in docker container
    (e.g. molecule). Remove the condition, as in dind case
    docker in container works same way as docker out of container.

    Change-Id: I8c80a09baccd76c78f2cbb8e474044351fd9b3d3
    Issue-ID: OOM-1816
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoUpdate git submodules
Gervais-Martial Ngueko [Wed, 29 May 2019 13:23:31 +0000 (13:23 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 187aa0e8bfe23a216a5e88ff78349aaecd0d800a
  - Merge "updating documentation"
  - updating documentation

    Issue-ID: CLAMP-394
    Change-Id: Idf4afe6c4a580e73923ea5c396c0b00a33e7c160
Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
4 years agoUpdate git submodules
Instrumental [Wed, 29 May 2019 13:12:33 +0000 (08:12 -0500)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to ff1417ff60baee231a28272f9a16ef2c9c8ea0a2
  - Post Init Service Starter

    minor fixes

    Remove JU generated garbage files

    Issue-ID: AAF-835
    Change-Id: I476291f1f1140f0640ed49452f8a5dabb28d9c30
Signed-off-by: Instrumental <jonathan.gathman@att.com>
4 years agoUpdate git submodules
Steven Wright [Wed, 29 May 2019 13:00:08 +0000 (13:00 +0000)]
Update git submodules

* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
  to 6441ccbf69a50f6ea5eff890962215c00b0eefdf
  - Merge "VNFRQTS - fixing links and formatting in VES"
  - VNFRQTS - fixing links and formatting in VES

    Issue-ID: VNFRQTS-644
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
    Change-Id: I60a2619f5893db17cb8720f8aeb220e51c9c5981
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 29 May 2019 12:34:40 +0000 (12:34 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to e0375cee11a33922822bc9b92bcd4bdf3c6d5bcd
  - Merge "Update dcae version tags"
  - Update dcae version tags

    Included dashboard released image

    Change-Id: I66480ab9470966752b22ae3c696d96d6393deb1b
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
    Issue-ID: DCAEGEN2-1510
    Issue-ID: DCAEGEN2-1508

4 years agoUpdate git submodules
Michal Ptacek [Wed, 29 May 2019 12:24:07 +0000 (12:24 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 5b5c804c08cb49f03685cc3602f5eda1999185f2
  - Merge "Add support for extra helm install arguments"
  - Add support for extra helm install arguments

    Change-Id: Ie0b4e812acf6fba4e4b8f082533ab2f998456095
    Issue-ID: OOM-1877
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
4 years agoChange policy release notes pointer 58/88758/1
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>
4 years agoUpdate git submodules
Seshu Kumar M [Wed, 29 May 2019 12:07:28 +0000 (12:07 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 4b7ebd265366542ec872869e9ec0016a88e879b1
  - Merge "Fix request body for SDNC req"
  - Fix request body for SDNC req

    Fix request body for SDNC req.

    Issue-ID: SO-1393
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
    Change-Id: Ia8112b81fa29f886e282445b3c0dc068d487cadd

4 years agoUpdate git submodules
Michal Ptacek [Wed, 29 May 2019 11:28:51 +0000 (11:28 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 2bc174cdce000e011f43c6eab579bb539df5f033
  - Merge "Updating PIP packages list for Dublin"
  - Updating PIP packages list for Dublin

    Issue-ID: OOM-1800

    Change-Id: I3a7a58534c2b7f8fa8f338b6fc65f6ef6fd11523
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoUpdate git submodules
Determe, Sebastien (sd378r) [Wed, 29 May 2019 11:25:44 +0000 (13:25 +0200)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 15c9ef0d579285a7caa3a19fc33ba27ed9cfedf4
  - Fix URL for policy

    Fix url to remove policies on policy engine API

    Issue-ID: CLAMP-398
    Change-Id: I626ae4c7db4cd362203d890899da1dd8ee34cd8c
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
4 years agoMerge "Fix incorrect path to osa repo"
Sofia Wallin [Wed, 29 May 2019 10:29:56 +0000 (10:29 +0000)]
Merge "Fix incorrect path to osa repo"

4 years agoUpdate git submodules
k.kazak [Wed, 29 May 2019 09:59:25 +0000 (11:59 +0200)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to c1cd5ef428017bc26513395a3bfc00caf7209f8a
  - Fix sonar for MapEntry

    MapEntry bug: make entry private and provide accessors
    MapEntry codesmell: move comment 'Required by JAXB' into empty constructor
    MapElements codesmell: move explanatory comment inside empty constructor
    MapElements codesmell: log error stacktrace
    MapAdapter codesmell: use entry set instead of key set for iteration
    JAXBMarshallingTest: add test cases to cover 100% of MapElements & other cases

    Change-Id: If51f1f86b5ad44b3462424e4fd73cb0eff352124
    Issue-ID: SO-1811
Signed-off-by: k.kazak <k.kazak@samsung.com>
4 years agoFix incorrect path to osa repo 46/88746/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

4 years agoUpdate git submodules
Pamela Dragosh [Wed, 29 May 2019 09:43:51 +0000 (05:43 -0400)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to d8d3191510be75033894d41439dc92ba250eeda5
  - Set policy/parent master 3.0.0 version

    Bumping the major patch since the target changes for
    El Alto will involve moving to oparent 2.0.0. Could
    be quite involved.

    Issue-ID: POLICY-1747
    Change-Id: Ic8eebd4738bc66cc4cac3021f41ed1c478268a4d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoMerge "Add ONAP Security Advisories as a submodule"
Sofia Wallin [Wed, 29 May 2019 09:32:28 +0000 (09:32 +0000)]
Merge "Add ONAP Security Advisories as a submodule"

4 years agoUpdate git submodules
Samuli Silvius [Wed, 29 May 2019 08:47:18 +0000 (08:47 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to d93b67d0dc46c9c7a43807de5ca4106d7e3e32dc
  - Merge "Adding source identification for docker data list"
  - Adding source identification for docker data list

    Important to know what source commit was taken for this
    example docker images data list we took for validation.

    Change-Id: Idafb60e1d965bb896d3794677de0d702081bbfa5
    Issue-ID: OOM-1800
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
4 years agoUpdate git submodules
Samuli Silvius [Wed, 29 May 2019 08:41:51 +0000 (08:41 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 86555b392d1c6ab96b3ebb39cb1e8b7326cd7eb5
  - Merge "Fixing access permissions for docker image list"
  - Fixing access permissions for docker image list

    chmod from 775 to 664

    Issue-ID: OOM-1800

    Change-Id: I0f459a246bc636d696f4bbc32cca6e27ca37db80
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoUpdate git submodules
Michal Ptacek [Wed, 29 May 2019 07:49:55 +0000 (07:49 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to fff4f53c26495d75682e3d80c4dc0a8686f5e0c7
  - Add needed pypi patching for oof

    OOF component recently introduced new internet dependency
    and it's downloading flask and requests pip packages.
    This patch is needed for fixing this in offline platform.

    Change-Id: I5bb707bf13af30f6df5cfd42cee75e2d1839821e
    Issue-ID: OPTFRA-509
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
4 years agoUpdate git submodules
James Guistwite [Wed, 29 May 2019 07:13:15 +0000 (03:13 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to ddb67dc3cbb04f4857f2cf24221b306fa2bab052
  - Improved test coverage.
    Reorganized some of the tests due to comments

    Issue-ID: SDC-2238

    Change-Id: I6b3bcc674c792f3c5c06e851a2cfe2d92eead07c
Signed-off-by: James Guistwite <jguistwite@iconectiv.com>
4 years agoUpdate git submodules
Wojciech Sliwka [Wed, 29 May 2019 07:11:59 +0000 (09:11 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to e3c3ba0dc33afe638cd1cade06331b1c5d379295
  - 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>
    (cherry picked from commit 8140332ee31a1cde9cd60d7ffe6ddb01af8f6037)

4 years agoUpdate git submodules
Sudhakar Reddy [Wed, 29 May 2019 07:08:42 +0000 (12:38 +0530)]
Update git submodules

* Update docs/submodules/multicloud/azure.git from branch 'master'
  to 8ab92dba524aacc4956497d72f6aa1b25ceb1adc
  - Bump up patch version after releasing images

    Change-Id: I50b52e8f237e79c8a57a78a4b770b3f436b125e3
    Issue-ID: MULTICLOUD-659
Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>