Added gerrit, jenkins, maas clusters
diff --git a/maas/region/single.yml b/maas/region/single.yml
new file mode 100644
index 0000000..569d475
--- /dev/null
+++ b/maas/region/single.yml
@@ -0,0 +1,16 @@
+classes:
+  - service.maas.region.single
+  - service.maas.region.vendor_repo
+parameters:
+  maas:
+    region:
+      theme: mirantis
+      enable_iframe: True
+      bind:
+        host: ${_param:cluster_vip_address}
+      database:
+        engine: postgresql
+        host: 10.0.175.10
+        name: maasdb
+        password: password
+        username: maas
\ No newline at end of file