-
It appears `wait_for_connection` on RC 3.0 does not work. I have also tested this with the master branch, and the same issue occurs.
~~~
- name: Wait for server
wait_for_connection:
delay:…
dsgnr updated
3 months ago
-
Followed the docs from:
* https://github.com/openshift/ansible-service-broker#getting-started-on-openshift
* https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/blob/master/docs/apb_cli…
aliok updated
5 years ago
-
Hi!
I have recently upgraded mitogen to 0.2.8 and using Ansible in a virtualenv (created by pyenv) with Python version 2.7.15 and Ansible upgraded to 2.8.4.
The issue I'm facing is after install…
-
```service "asb" created
service "asb-etcd" created
serviceaccount "asb" created
clusterrolebinding "asb" created
clusterrole "asb-auth" created
clusterrolebinding "asb-auth-bind" created
cluste…
-
* Which version of Ansible are you running?
2.9.6 with Python 3.7.3 (also tried with 2.7.16)
* Is your version of Ansible patched in any way?
No
* Are you running with any custom modules, or `…
-
Steps to reproduce:
- Follow the instructions from README.md
- Select Che (APB) from the catalog
![image](https://user-images.githubusercontent.com/1461122/43394492-3df47872-93fb-11e8-9b8e-986…
-
Perhaps, I am missing smth, but what I have done is:
1. Configured timeout in cm, so that the catalog is bootstrapped every minute
2. Pushed an image to an internal registry, `openshift` tnamespac…
ghost updated
5 years ago
-
Currently, we are have all existing add-on README's in markdown(`.md`) format.
However, our project README and contributing doc are in Asciidoc(`.adoc`).
Few PRs are there whose README are in Asc…
-
I'm currently migrating our templates into Ansible Service Broker. The API seems very similar but in some cases it's a bit different.
Here are just a few examples:
```
oc export dc/...
...
…
-
Immediately after I solved #5 and `ansible-playbook playbooks/deploy_cluster.yml` had (finally) completed successfully, an e.g. `oc get nodes` failed with:
The connection to the server openshif…