ansible-playbook-bundle icon indicating copy to clipboard operation
ansible-playbook-bundle copied to clipboard

THIS REPO IS MIGRATING: https://github.com/automationbroker/apb

Results 42 ansible-playbook-bundle issues
Sort by recently updated
recently updated
newest added

when openshift deployed with service catalog and service broker i need to control them with rest api how i can?

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...

Deprovisioning service with Role Binding results in error: ``` fatal: [localhost]: FAILED! => {"changed": false, "error": 403, "failed": true, "msg": "Failed to retrieve requested object: User \"system:serviceaccount:myproject:apb-3e385e84-6a7a-4e2f-a344-4b81d0a838f2\" cannot get rolebindings...

bug

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.md#running-from-a-container 1. Start OKD with ASB: ``` > oc cluster up --enable=service-catalog,automation-service-broker Getting a Docker client ... Checking if image openshift/origin-control-plane:v3.11 is available...

With the latest image of ASB / OAB Broker deployed on origin 3.10 using command "oc cluster add automation-service-broker", we can't use anymore some services such as `postgresql-apb` as there...

There is no mention of this in the [prerequisites](https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/blob/master/docs/apb_cli.md#prerequisites) section. PS: https://github.com/openshift/openshift-docs/issues/10436

To support root or non-root docker invocations, set the KUBECONFIG specifically to the passed .kube dir. The reason is that 'oc' incovation as root is by default looking for the...

Dear author: I need your help. I have commented the condition "apb should not be run as root" in apb-docker-run.sh , because I have to run docker with root user...

Quite a simple question: in my APB I need to create imageStreams and buildConfigs in OpenShift namespace. I failed to find any docs on how to grant APB service account...

https://gist.github.com/jjo/2391dbb1125f01d06830b0145d8de2dd The above gist are logs from an `apb test`equivalent call but usnig `oc run`. I cannot tell if this is due to the Ansible code or from `bind-init` functionality...