Add Ocata configuration for designate

Change-Id: If0634bda602d20625fa9e2e5710f25b5008d09bf
diff --git a/tests/pillar/designate_ocata.sls b/tests/pillar/designate_ocata.sls
new file mode 100644
index 0000000..e434138
--- /dev/null
+++ b/tests/pillar/designate_ocata.sls
@@ -0,0 +1,42 @@
+designate:
+  server:
+    enabled: true
+    region: RegionOne
+    domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc
+    version: ocata
+    message_queue:
+      members:
+        - host: 127.0.0.1
+        - host: 127.0.1.1
+        - host: 127.0.2.1
+    pools:
+      - name: default
+        description: 'default pool'
+        attributes:
+          service_tier: GOLD
+          test_attr: test_value
+        ns_records:
+          - hostname: 'ns1.example.org.'
+            priority: 10
+        nameservers:
+          - host: 127.0.0.1
+            port: 53
+          - host: 127.0.1.1
+            port: 53
+          - host: 127.0.2.1
+            port: 53
+        targets:
+          - type: bind9
+            description: 'default target'
+            masters:
+              - host: 127.0.0.1
+                port: 5354
+            options:
+              host: 127.0.0.1
+              port: 53
+              rndc_host: 127.0.0.1
+              rndc_port: 953
+              rndc_key_file: /etc/designate/rndc.key
+        also_notifies:
+          - host: 127.0.3.1
+            port: 53