From 44d5d79394e29d783a7ef73ba742052d97fad124 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 10 Jun 2021 12:04:23 +0100 Subject: [ansible] Use collectd_config for virt and rdt Only one of virt and intel_rdt can be enabled at a time, and the existing checks are based on the existance of a {rdt,virt}.conf file to determine whether the other plugin is enabled. This check needed updating, and is now based on whether the other plugin is in the collectd_plugins value. Signed-off-by: Emma Foley Change-Id: I175d60111bf133965e1ecbf3764cb12a25356576 --- .../roles/config_files/templates/rdt.conf.j2 | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 docker/ansible/roles/config_files/templates/rdt.conf.j2 (limited to 'docker/ansible/roles/config_files/templates/rdt.conf.j2') diff --git a/docker/ansible/roles/config_files/templates/rdt.conf.j2 b/docker/ansible/roles/config_files/templates/rdt.conf.j2 deleted file mode 100644 index 0e1afcfc..00000000 --- a/docker/ansible/roles/config_files/templates/rdt.conf.j2 +++ /dev/null @@ -1,22 +0,0 @@ -#Copyright 2018 OPNFV and Intel Corporation -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - - - Interval {{ rdt_interval }} - - - - Cores "" - - -- cgit 1.2.3-korg