You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
Should advise that the cluster must have the Ansible and Template Service Broker components deployed into the cluster. Otherwise, the installation fails. These components are optional in OCP 3.11.
Expected Behavior
Have the need for service and template broker explicitly added to Table 1. Prerequisites section on Readme.md
Actual Behavior
Installation fails at reboot_template_broker role execution...
fatal: [127.0.0.1]: FAILED! => {"attempts": 200, "changed": true, "cmd": "oc get clusterservicebroker template-service-broker -o yaml > /tmp/template-service-broker.yml", "delta": "0:00:00.310428", "end": "2019-09-20 18:17:21.223125", "failed_when_result": true, "msg": "non-zero return code", "rc": 1, "start": "2019-09-20 18:17:20.912697", "stderr": "error: the server doesn't have a resource type \"clusterservicebroker\"", "stderr_lines": ["error: the server doesn't have a resource type \"clusterservicebroker\""], "stdout": "", "stdout_lines": []}
Description
Should advise that the cluster must have the Ansible and Template Service Broker components deployed into the cluster. Otherwise, the installation fails. These components are optional in OCP 3.11.
Expected Behavior
Have the need for service and template broker explicitly added to Table 1. Prerequisites section on Readme.md
Actual Behavior
Installation fails at
reboot_template_broker
role execution...Environment
Steps to reproduce
The text was updated successfully, but these errors were encountered: