add separate maas region and cluster definition
diff --git a/metadata/service/region/single.yml b/metadata/service/region/single.yml
new file mode 100644
index 0000000..128ce96
--- /dev/null
+++ b/metadata/service/region/single.yml
@@ -0,0 +1,17 @@
+applications:
+- maas
+classes:
+- service.maas.support
+parameters:
+  maas:
+    region:
+      enabled: true
+      bind:
+        host: localhost
+        port: 80
+      database:
+        engine: postgresql
+        host: localhost
+        name: maasdb
+        password: password
+        username: maas