From b38ab5e831bc8525c2af2c964fba869b90d4f886 Mon Sep 17 00:00:00 2001
From: agonzalezrh <alberto.gonzalez@redhat.com>
Date: Tue, 25 Feb 2020 19:23:34 +0100
Subject: [PATCH] Pass to the stack the DNS zone variable (#1182)

---
 ansible/configs/osp-migration/infra.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ansible/configs/osp-migration/infra.yml b/ansible/configs/osp-migration/infra.yml
index 4bac214..520c883 100644
--- a/ansible/configs/osp-migration/infra.yml
+++ b/ansible/configs/osp-migration/infra.yml
@@ -79,6 +79,7 @@
           api_user: "{{ guid }}"
           api_pass: "{{ api_pass }}"
           project_guid: "{{ guid }}"
+          dns_domain: "{{ osp_cluster_dns_zone }}"
 
     - name: Save services content
       set_fact:

--
Gitblit v1.9.3