fans:rainier: Add fan control config files

This commit adds the fan control config files for the rainier type
machines. The recipe updates to install these files into a rainier image
will collectively be done after all fan application config files are
added.

Change-Id: Ib7fbc9e6ae053df2b02bac4a600ed4fb17a7662a
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/recipes-phosphor/fans/phosphor-fan/rainier/rainier-4u/zones.json b/recipes-phosphor/fans/phosphor-fan/rainier/rainier-4u/zones.json
new file mode 100644
index 0000000..b2c9607
--- /dev/null
+++ b/recipes-phosphor/fans/phosphor-fan/rainier/rainier-4u/zones.json
@@ -0,0 +1,9 @@
+[
+    {
+        "name": "0",
+        "full_speed": 6000,
+        "default_floor": 6000,
+        "increase_delay": 5,
+        "decrease_interval": 30
+    }
+]