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)
* 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

index 64561f4..6167237 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 64561f49e029e567c94e89141c8657a33112c06e
+Subproject commit 61672376481804b037a92d77042bac84eca0adf8