From 5b757a319fe5dc639861086fdac854692e65c5d7 Mon Sep 17 00:00:00 2001 From: vv770d Date: Mon, 30 Aug 2021 20:50:17 +0000 Subject: Blueprint updates for VES-mapper and TCAgen2 Change-Id: I859aeb397a1c4135b3181aee4edd0d94fa581c2b Signed-off-by: vv770d Issue-ID: DCAEGEN2-2806 Issue-ID: DCAEGEN2-2858 Issue-ID: DCAEGEN2-2859 Issue-ID: DCAEGEN2-2892 Signed-off-by: vv770d --- blueprints/k8s-tcagen2-clampnode.yaml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'blueprints/k8s-tcagen2-clampnode.yaml') diff --git a/blueprints/k8s-tcagen2-clampnode.yaml b/blueprints/k8s-tcagen2-clampnode.yaml index 0f13c53..82335d5 100644 --- a/blueprints/k8s-tcagen2-clampnode.yaml +++ b/blueprints/k8s-tcagen2-clampnode.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START==================================================== # ============================================================================= -# Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2019-2021 AT&T Intellectual Property. 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. @@ -62,6 +62,19 @@ inputs: policy_id: type: string default: "onap.restart.tca" + cpu_limit: + type: string + default: "2000m" + cpu_request: + type: string + default: "1000m" + memory_limit: + type: string + default: "2048Mi" + memory_request: + type: string + default: "1024Mi" + node_templates: docker.tca: type: dcae.nodes.ContainerizedServiceComponent @@ -123,6 +136,17 @@ node_templates: type: http image: get_input: tag_version + resource_config: + limits: + cpu: + get_input: cpu_limit + memory: + get_input: memory_limit + requests: + cpu: + get_input: cpu_request + memory: + get_input: memory_request log_info: log_directory: get_input: log_directory -- cgit 1.2.3-korg