From a2174254214b8009e06b24f147b2a174aa236b6e Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 30 Dec 2013 13:39:38 +0100 Subject: [PATCH] Cleanup - RBD: drop author copyrights - create empty unit tests for rbd - rename telemetry unit test for central agent Signed-off-by: Emilien Macchi --- manifests/rbd/journal.pp | 2 -- manifests/rbd/monitor.pp | 2 -- manifests/rbd/osd.pp | 2 -- spec/classes/privatecloud_rbd_monitor_spec.rb | 0 spec/classes/privatecloud_rbd_osd_spec.rb | 0 spec/classes/privatecloud_telemetry_centralagent_spec.rb | 0 6 files changed, 6 deletions(-) create mode 100644 spec/classes/privatecloud_rbd_monitor_spec.rb create mode 100644 spec/classes/privatecloud_rbd_osd_spec.rb create mode 100644 spec/classes/privatecloud_telemetry_centralagent_spec.rb diff --git a/manifests/rbd/journal.pp b/manifests/rbd/journal.pp index 1dee2901..b907e1af 100644 --- a/manifests/rbd/journal.pp +++ b/manifests/rbd/journal.pp @@ -1,8 +1,6 @@ # # Copyright (C) 2013 eNovance SAS # -# Author: Emilien Macchi -# # 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 diff --git a/manifests/rbd/monitor.pp b/manifests/rbd/monitor.pp index 3a87990d..5a7ef8ec 100644 --- a/manifests/rbd/monitor.pp +++ b/manifests/rbd/monitor.pp @@ -1,8 +1,6 @@ # # Copyright (C) 2013 eNovance SAS # -# Author: Emilien Macchi -# # 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 diff --git a/manifests/rbd/osd.pp b/manifests/rbd/osd.pp index 08d2b25d..2ea5b519 100644 --- a/manifests/rbd/osd.pp +++ b/manifests/rbd/osd.pp @@ -1,8 +1,6 @@ # # Copyright (C) 2013 eNovance SAS # -# Author: Emilien Macchi -# # 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 diff --git a/spec/classes/privatecloud_rbd_monitor_spec.rb b/spec/classes/privatecloud_rbd_monitor_spec.rb new file mode 100644 index 00000000..e69de29b diff --git a/spec/classes/privatecloud_rbd_osd_spec.rb b/spec/classes/privatecloud_rbd_osd_spec.rb new file mode 100644 index 00000000..e69de29b diff --git a/spec/classes/privatecloud_telemetry_centralagent_spec.rb b/spec/classes/privatecloud_telemetry_centralagent_spec.rb new file mode 100644 index 00000000..e69de29b