Update git submodules
authorDan Timoney <dtimoney@att.com>
Mon, 8 Jul 2019 15:14:18 +0000 (15:14 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 8 Jul 2019 15:14:18 +0000 (15:14 +0000)
commit045c57580f500b417c3260cd715ac7f03a88603c
tree6530c5626b61582ebcb121688dcc91d9b2e7adfb
parent8f431c19d736fd86dcac94d65427b85bdf0f2328
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 61672376481804b037a92d77042bac84eca0adf8
  - Merge "Enforce resolutionKey or resourceId/resourceType"
  - Enforce resolutionKey or resourceId/resourceType

    There are three existing ways to perform the resolution:

        either we don't store the results at all, whether for resource or template
        either we store using the resolution key. The combination of blueprintName,
           blueprintVersion, artifactName and resolutionKey has to be unique. If it
           is re-used, it is considered as a new attempt for that specific resolution
           request, and process will only try to resolve resources not marked at SUCCESS
           in the database.
        either we store using the resourceId and resourceType. As previous point, the
           combination of blueprintName, blueprintVersion, artifactName and resolutionKey
           has to be unique. If it is re-used, it is considered as a new attempt for that
           specific resolution request, and process will only try to resolve resources not
           marked at SUCCESS in the database.

    TBD: add uni tests

    Issue-ID: CCSDK-1423
    Change-Id: I6b7198453cf0002edfa7a0c9ea3179555211b5dc
Signed-off-by: Alexis de Talhouƫt <adetalhouet89@gmail.com>
docs/submodules/ccsdk/cds.git