<div dir="ltr"><div>When we see the below error, it means the Service Catalog install failed.<br></div><div> no matches for <a href="http://servicecatalog.k8s.io/">servicecatalog.k8s.io/</a>, Kind=ClusterServiceBroker\n" </div><div><br></div><div>There were several bugs related to issues with upgrade from 3.6. to 3.7 that hit this, but not aware of a bug with a new install in 3.7 with this.</div><div><br></div><div>If you ping fabian/jmontleon in #asbroker (on freenode), they can help guide you through troubleshooting what might be wrong.</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 15, 2018 at 6:47 AM, Charles Moulliard <span dir="ltr"><<a href="mailto:cmoullia@redhat.com" target="_blank">cmoullia@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>When this command is executed using the inventory (see hereafter) to create a all-in-one cluster, then we get this error</div><div><br></div><div>Code line : <a href="https://github.com/openshift/openshift-ansible/blob/release-3.7/roles/ansible_service_broker/tasks/install.yml#L442" target="_blank">https://github.com/<wbr>openshift/openshift-ansible/<wbr>blob/release-3.7/roles/<wbr>ansible_service_broker/tasks/<wbr>install.yml#L442</a></div><div><br></div><div><div>TASK [ansible_service_broker : Create the Broker resource in the catalog] ******************************<wbr>******************************<wbr>******************************<wbr>******************************<wbr>******************************<wbr>********************</div><div>fatal: [192.168.99.50]: FAILED! => {"changed": false, "failed": true, "msg": {"cmd": "/usr/bin/oc create -f /tmp/brokerout-dJmL1S -n default", "results": {}, "returncode": 1, "stderr": "error: unable to recognize \"/tmp/brokerout-dJmL1S\": <b>no matches for <a href="http://servicecatalog.k8s.io/" target="_blank">servicecatalog.k8s.io/</a>, Kind=ClusterServiceBroke</b>r\n", "stdout": ""}}</div><div><br></div><div>1) Command</div><div><br></div><div>git clone -b release-3.7 <a href="https://github.com/openshift/openshift-ansible.git" target="_blank">https://github.com/openshift/<wbr>openshift-ansible.git</a><br></div><div><div>ansible-playbook -i inventory openshift-ansible/playbooks/<wbr>byo/config.yml</div></div><div><br></div><div>2) Inventory</div><div><br></div><div><div>[OSEv3:children]</div><div>masters</div><div>nodes</div><div>etcd</div><div><br></div><div>[OSEv3:vars]</div><div>ansible_user=root</div><div><br></div><div>public_ip_address = 192.168.99.50</div><div>host_key_checking = False</div><div><br></div><div>containerized = false</div><div><br></div><div>openshift_release=v3.7</div><div>openshift_image_tag=v3.7.0</div><div>openshift_pkg_version="-3.7.0"</div><div><br></div><div>openshift_deployment_type=<wbr>origin</div><div><br></div><div>openshift_hostname=192.168.99.<wbr>50</div><div>openshift_master_cluster_<wbr>public_hostname=192.168.99.50</div><div>openshift_master_default_<wbr>subdomain=<a href="http://192.168.99.50.nip.io" target="_blank">192.168.99.50.nip.io</a></div><div>openshift_master_unsupported_<wbr>embedded_etcd=true</div><div>openshift_disable_check = docker_storage,memory_<wbr>availability,disk_<wbr>availability,docker_image_<wbr>availability,package_version<br></div><div><br></div><div>openshift_enable_service_<wbr>catalog=true</div><div><br></div><div>ansible_python_interpreter=/<wbr>usr/bin/python</div><div><br></div><div>ansible_service_broker_<wbr>registry_whitelist=['.*-apb$']</div><div>ansible_service_broker_image_<wbr>tag=v3.7</div><div>ansible_service_broker_<wbr>registry_tag=v3.7</div><div>ansible_service_broker_remove=<wbr>false</div><div>ansible_service_broker_<wbr>install=true</div><div><br></div><div>[masters]</div><div>192.168.99.50 openshift_public_hostname=192.<wbr>168.99.50 openshift_ip=192.168.99.50</div><div><br></div><div>[etcd]</div><div>192.168.99.50 openshift_ip=192.168.99.50</div><div><br></div><div>[nodes]</div><div>192.168.99.50 openshift_node_labels="{'<wbr>region':'infra','zone':'<wbr>default'}" openshift_ip=192.168.99.50 openshift_public_hostname=192.<wbr>168.99.50 openshift_schedulable=true</div></div><div><br></div><div><br></div><div>Is there a workaround ?</div><div><br></div><div>Regards</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Charles<br></div><div><div class="m_3429007837987102036gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-size:10px"><div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</font></span></div></div>
<br>______________________________<wbr>_________________<br>
Ansible-service-broker mailing list<br>
<a href="mailto:Ansible-service-broker@redhat.com">Ansible-service-broker@redhat.<wbr>com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/ansible-service-broker" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/ansible-<wbr>service-broker</a><br>
<br></blockquote></div><br></div>