diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-02-11 21:29:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-11 21:29:24 +0000 |
commit | 3465ee1be5636b48753bc7bf4d0bf8ca1fac5147 (patch) | |
tree | a4623b443678190d3ede570bab7259937df4dcc2 /kubernetes/policy/requirements.yaml | |
parent | cacfe7b32bcd951a2bb173d8beab8cf22da67ac4 (diff) | |
parent | 5c4498813e10d25160a86f97fe7a95ea26f9ef7b (diff) |
Merge "[POLICY] Migration of clamp to policy area"
Diffstat (limited to 'kubernetes/policy/requirements.yaml')
-rwxr-xr-x | kubernetes/policy/requirements.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/policy/requirements.yaml b/kubernetes/policy/requirements.yaml index b2f2b7430a..22e3dfad18 100755 --- a/kubernetes/policy/requirements.yaml +++ b/kubernetes/policy/requirements.yaml @@ -48,6 +48,14 @@ dependencies: version: ~7.x-0 repository: 'file://components/policy-distribution' condition: policy-distribution.enabled + - name: policy-clamp-be + version: ~7.x-0 + repository: 'file://components/policy-clamp-be' + condition: policy-clamp-be.enabled + - name: policy-clamp-fe + version: ~7.x-0 + repository: 'file://components/policy-clamp-fe' + condition: policy-clamp-fe.enabled - name: repositoryGenerator version: ~7.x-0 repository: '@local' |