Hide Forgot
Description of problem: Ansible playbook is shipped with roles to configure the router and registry but there is no documentation on how to include these roles in the install playbook. Additional info: └──> ll /usr/share/ansible/openshift-ansible/roles/openshift_router/ total 4 drwxr-xr-x. 2 root root 21 Mar 21 09:36 handlers drwxr-xr-x. 2 root root 21 Mar 21 09:36 meta -rw-r--r--. 1 root root 681 Feb 24 14:00 README.md drwxr-xr-x. 2 root root 21 Mar 21 09:36 tasks drwxr-xr-x. 2 root root 21 Mar 21 09:36 vars └──> ll /usr/share/ansible/openshift-ansible/roles/openshift_registry/ total 4 drwxr-xr-x. 2 root root 21 Mar 21 09:36 defaults drwxr-xr-x. 2 root root 21 Mar 21 09:36 handlers drwxr-xr-x. 2 root root 21 Mar 21 09:36 meta -rw-r--r--. 1 root root 711 Feb 24 14:00 README.md drwxr-xr-x. 2 root root 21 Mar 21 09:36 tasks drwxr-xr-x. 2 root root 21 Mar 21 09:36 vars
The docs for this are being working on here: https://github.com/openshift/openshift-docs/pull/1797 I feel like this is a duplicate of Bug #1286858 but I'll let you decide if you want to mark it as such since there is a case attached.