From d12a1b6c672ec9c1db51bb0dd8d0cb61ef22aa25 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Mon, 11 Jan 2021 12:46:33 -0500 Subject: [DCAEGEN2] Updates to bootstrap and cm-container Update cm-container to 4.1.0 Update bootstrap to 3.0.0 Move plugin configuration from bootstrap to cm-container Remove unneeded inputs files Issue-ID: DCAEGEN2-2542 Issue-ID: DCAEGEN2-2582 Issue-ID: DCAEGEN2-2543 Issue-ID: DCAEGEN2-2383 Signed-off-by: Jack Lucas Change-Id: I30a3f549d9811adedc8472fd410038eaa068e771 --- .../dcaegen2/components/dcae-cloudify-manager/requirements.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kubernetes/dcaegen2/components/dcae-cloudify-manager/requirements.yaml') diff --git a/kubernetes/dcaegen2/components/dcae-cloudify-manager/requirements.yaml b/kubernetes/dcaegen2/components/dcae-cloudify-manager/requirements.yaml index af43e0fb71..c06e459289 100644 --- a/kubernetes/dcaegen2/components/dcae-cloudify-manager/requirements.yaml +++ b/kubernetes/dcaegen2/components/dcae-cloudify-manager/requirements.yaml @@ -1,5 +1,6 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 AT&T +# Copyright (c) 2021 J. F. Lucas. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,5 +19,8 @@ dependencies: version: ~7.x-0 repository: '@local' - name: repositoryGenerator + version: ~7.x-0 + repository: '@local' + - name: cmpv2Config version: ~7.x-0 repository: '@local' \ No newline at end of file -- cgit 1.2.3-korg