From 01d6019fca028906a5d4674a3a785b7851bb75e3 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Wed, 17 Jun 2020 17:11:17 -0400 Subject: Remove plugin uploads from bootstrap container Update other blueprints Update blueprints for components loaded at boot time Move Consul service registrations out of bootstrap script (use Consul init container in OOM chart instead) Issue-ID: DCAEGEN2-1789 Issue-ID: DCAEGEN2-2237 Issue-ID: DCAEGEN2-2236 Signed-off-by: Jack Lucas Change-Id: I3532d21be3c520a63ca6176dc2c085665db0add8 --- blueprints/k8s-tcagen2-clampnode.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blueprints/k8s-tcagen2-clampnode.yaml') diff --git a/blueprints/k8s-tcagen2-clampnode.yaml b/blueprints/k8s-tcagen2-clampnode.yaml index 71dee24..d988570 100644 --- a/blueprints/k8s-tcagen2-clampnode.yaml +++ b/blueprints/k8s-tcagen2-clampnode.yaml @@ -21,8 +21,8 @@ tosca_definitions_version: cloudify_dsl_1_3 imports: - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - - https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/k8splugin/1.7.2/k8splugin_types.yaml - - https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml + - plugin:k8splugin?version=3.0.0 + - plugin:clamppolicyplugin?version=1.1.0 inputs: service_name: type: string -- cgit 1.2.3-korg