Create rabbitmq cluster for designate using atmosphere operator
diff --git a/atmosphere/flows.py b/atmosphere/flows.py
index 2301c4e..06eb1ca 100644
--- a/atmosphere/flows.py
+++ b/atmosphere/flows.py
@@ -132,6 +132,9 @@
         openstack_helm.ApplyRabbitmqClusterTask(
             name=constants.HELM_RELEASE_HEAT_NAME,
         ),
+        openstack_helm.ApplyRabbitmqClusterTask(
+            name=constants.HELM_RELEASE_DESIGNATE_NAME,
+        ),
     )
 
     if config.memcached.enabled:
diff --git a/atmosphere/tasks/constants.py b/atmosphere/tasks/constants.py
index 4c737fc..0f32fcd 100644
--- a/atmosphere/tasks/constants.py
+++ b/atmosphere/tasks/constants.py
@@ -435,3 +435,5 @@
 HELM_RELEASE_SENLIN_NAME = "senlin"
 
 HELM_RELEASE_HEAT_NAME = "heat"
+
+HELM_RELEASE_DESIGNATE_NAME = "designate"
diff --git a/roles/openstack_helm_endpoints/vars/main.yml b/roles/openstack_helm_endpoints/vars/main.yml
index 93b9fdc..d6bfa22 100644
--- a/roles/openstack_helm_endpoints/vars/main.yml
+++ b/roles/openstack_helm_endpoints/vars/main.yml
@@ -317,6 +317,9 @@
       ipc:
         default: 5354
 
+# NOTE(oleks): Once we deploy powerdns using osh chart, we will define this.
+_openstack_helm_endpoints_powerdns: {}
+
 _openstack_helm_endpoints_load_balancer:
   identity:
     auth: