Re: how to disable the ansible service broker?

2018-10-10 Thread Aleksandar Lazic
Hi.
Am 10.10.2018 um 17:25 schrieb Marc Boorshtein:
>
>
> Which release is this one?
>
>
>
> 3.9

I face similar issue at upgrade process.

There is a pull request to fix the handling of the variable

https://github.com/openshift/openshift-ansible/pull/9770

I hope this pull request will be fast released.

You can try to set the following vars as mentioned in this comment
https://github.com/openshift/openshift-ansible/issues/8705#issuecomment-396459919

```

|openshift_service_catalog_remove=true openshift_enable_service_catalog=true
ansible_service_broker_remove=true ansible_service_broker_install=false
template_service_broker_remove=true template_service_broker_install=false |```

Regards
Aleks
||

> ___
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users


___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: how to disable the ansible service broker?

2018-10-10 Thread Marc Boorshtein
Which release is this one?
>
>
>
3.9
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: how to disable the ansible service broker?

2018-10-10 Thread Daniel Comnea
Which release is this one?

On Wed, Oct 10, 2018 at 1:55 PM Marc Boorshtein 
wrote:

> I added the following to my inventory:
>
> ansible_service_broker_install=false
> ansible_service_broker_remove=true
>
> and then ran the api-server playbook but its still there.  Is there a
> different playbook I'm supposed to use?
>
> Thanks
> Marc
> ___
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


how to disable the ansible service broker?

2018-10-10 Thread Marc Boorshtein
I added the following to my inventory:

ansible_service_broker_install=false
ansible_service_broker_remove=true

and then ran the api-server playbook but its still there.  Is there a
different playbook I'm supposed to use?

Thanks
Marc
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users