#117 [openshift] allow the OpenShift router to use a wildcard certificate
Closed 3 years ago by kevin. Opened 3 years ago by mobrien.
Unknown source openshift-wildcard-cert  into  master

@@ -1,2 +1,5 @@

+ - name: allow the OpenShift router to use a wildcard certificate

+   shell: oc -n {{app}} set env dc/router ROUTER_ALLOW_WILDCARD_ROUTES=true

+ 

  - name: Run `oc start-build`

    shell: oc -n {{app}} start-build {{buildname}}

no initial comment

The tasks looks good to me but as commented in the issue we should probably just add this to the end of this playbook https://pagure.io/fedora-infra/ansible/blob/master/f/playbooks/groups/os-cluster.yml

So that this will be run when we deploy a new cluster.

Yes, +1 to move to the end of the os-cluster playbook.

huh, ok. I guess perhaps the playbook never completed? I'll make sure and run it again... thanks for tracking this down!

Pull-Request has been closed by kevin

3 years ago