From db6050d1a2f529b7d62e3e9595cf5134df7a2a8a Mon Sep 17 00:00:00 2001
From: jbride <jbride2001@yahoo.com>
Date: Fri, 08 Feb 2019 16:53:43 +0100
Subject: [PATCH] ROUTER_ALLOW_WILDCARD_ROUTES=true in rhte-oc-cluster-vms

---
 ansible/configs/rhte-oc-cluster-vms/post_software.yml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ansible/configs/rhte-oc-cluster-vms/post_software.yml b/ansible/configs/rhte-oc-cluster-vms/post_software.yml
index 9ebfc4f..a0af3a5 100644
--- a/ansible/configs/rhte-oc-cluster-vms/post_software.yml
+++ b/ansible/configs/rhte-oc-cluster-vms/post_software.yml
@@ -174,6 +174,9 @@
           enabled: yes
           state: restarted
 
+      - name: Command to enable the wildcard routes in the OCP cluster for 3scale
+        shell: "oc set env dc/router ROUTER_ALLOW_WILDCARD_ROUTES=true -n default"
+
   - name: Wait for oc-cluster to be up and running
     tags: setup_cluster
     wait_for:

--
Gitblit v1.9.3