diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-08 15:14:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-08 15:14:18 +0000 |
commit | 045c57580f500b417c3260cd715ac7f03a88603c (patch) | |
tree | 6530c5626b61582ebcb121688dcc91d9b2e7adfb /docs/submodules/ccsdk | |
parent | 8f431c19d736fd86dcac94d65427b85bdf0f2328 (diff) |
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>
Diffstat (limited to 'docs/submodules/ccsdk')
m--------- | docs/submodules/ccsdk/cds.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git -Subproject 64561f49e029e567c94e89141c8657a33112c06 +Subproject 61672376481804b037a92d77042bac84eca0adf |