From d30a11ff800ce35ad707b1031c12fb4c41c3cb56 Mon Sep 17 00:00:00 2001 From: Gordon Kelly Date: Sun, 14 Jan 2018 18:01:48 +0000 Subject: [PATCH] ves: move yaml and configuration files in to folders within the ves_app folder Change-Id: Ia8a51163890538fee774b2733d27dc2e997906cd Signed-off-by: gordonkelly --- 3rd_party/collectd-ves-app/ves_app/{ => config}/ves_app_config.conf | 0 3rd_party/collectd-ves-app/ves_app/{ => yaml}/guest.yaml | 0 3rd_party/collectd-ves-app/ves_app/{ => yaml}/hypervisor.yaml | 0 3rd_party/collectd-ves-app/ves_app/{ => yaml}/native.yaml | 0 3rd_party/collectd-ves-app/ves_app/{ => yaml}/node.yaml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename 3rd_party/collectd-ves-app/ves_app/{ => config}/ves_app_config.conf (100%) rename 3rd_party/collectd-ves-app/ves_app/{ => yaml}/guest.yaml (100%) rename 3rd_party/collectd-ves-app/ves_app/{ => yaml}/hypervisor.yaml (100%) rename 3rd_party/collectd-ves-app/ves_app/{ => yaml}/native.yaml (100%) rename 3rd_party/collectd-ves-app/ves_app/{ => yaml}/node.yaml (100%) diff --git a/3rd_party/collectd-ves-app/ves_app/ves_app_config.conf b/3rd_party/collectd-ves-app/ves_app/config/ves_app_config.conf similarity index 100% rename from 3rd_party/collectd-ves-app/ves_app/ves_app_config.conf rename to 3rd_party/collectd-ves-app/ves_app/config/ves_app_config.conf diff --git a/3rd_party/collectd-ves-app/ves_app/guest.yaml b/3rd_party/collectd-ves-app/ves_app/yaml/guest.yaml similarity index 100% rename from 3rd_party/collectd-ves-app/ves_app/guest.yaml rename to 3rd_party/collectd-ves-app/ves_app/yaml/guest.yaml diff --git a/3rd_party/collectd-ves-app/ves_app/hypervisor.yaml b/3rd_party/collectd-ves-app/ves_app/yaml/hypervisor.yaml similarity index 100% rename from 3rd_party/collectd-ves-app/ves_app/hypervisor.yaml rename to 3rd_party/collectd-ves-app/ves_app/yaml/hypervisor.yaml diff --git a/3rd_party/collectd-ves-app/ves_app/native.yaml b/3rd_party/collectd-ves-app/ves_app/yaml/native.yaml similarity index 100% rename from 3rd_party/collectd-ves-app/ves_app/native.yaml rename to 3rd_party/collectd-ves-app/ves_app/yaml/native.yaml diff --git a/3rd_party/collectd-ves-app/ves_app/node.yaml b/3rd_party/collectd-ves-app/ves_app/yaml/node.yaml similarity index 100% rename from 3rd_party/collectd-ves-app/ves_app/node.yaml rename to 3rd_party/collectd-ves-app/ves_app/yaml/node.yaml -- 2.16.6