control:configs: BlueRidge 2U fan support

The BlueRidge 2U is similar to the Rainier 2U but uses different fans.
The only difference from Rainier so far is the fan ceiling is changing
from 18000 to 17000.

Copy over the Rainier files that reference this and change the values.
The groups.json and pcie_cards.json used will still be obtained from the
Rainier directory.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ib935e0d168d6b6cad2f26b5d455aec957af204e5
diff --git a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/zones.json b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/zones.json
new file mode 100644
index 0000000..a43684f
--- /dev/null
+++ b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/zones.json
@@ -0,0 +1,9 @@
+[
+    {
+        "name": "0",
+        "poweron_target": 17000,
+        "default_floor": 17000,
+        "increase_delay": 5,
+        "decrease_interval": 30
+    }
+]