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

The async bind doc should reference how to enable async bind on the Service Catalog https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/blob/master/docs/getting_started_async_bind.md The text can be found in the following blog: https://blog.openshift.com/asynchronous-bind-with-the-automation-broker/ We should also link...

bug
tooling

It will be really helpful for testing to be able to specify custom kubeconfig location. I didn't realize earlier that `--token` alone is not enough for all `apb` functionality. @jianzhangbjz,...

Corrected the name of the ClusterRole that is installed into an OpenShift environment for the developer template

Hi, I followed the instruction to install ansible broker into minishfit. I made the following: minishift version minishift v1.15.1+f19ac09 CDK v3.4.0-2 oc cluster up --service-catalog=true oc login -u system:admin oc...

Hi, I enabled ansible-service-broker on minishift 3.9 but I cannot list with apb as developer user or admin. [fmontaldo@arofflab01 ~]$ minishift version minishift v1.15.1+f19ac09 CDK v3.4.0-2 [fmontaldo@arofflab01 ~]$ [fmontaldo@arofflab01 Documents]$...

script reports that it can't access tjhe docker daemon running in minishift while a docker ps command issued from my MacOS terminal works ``` eval $(minishift docker-env) ./apb-docker-run.sh Running APB...

The APB tool needs better linting of the APB spec. You can break `apb push` by setting a blank description. The broker bootstraps the spec successfully and an error only...

As a user... I found/find myself struggling to understand the best way to format my git repository for an APB `service` that is also currently being used as an ansible...

Hi folks, on the Red Hat Mobile team we're building out a number of APBs for provisioning mobile services on OpenShift. In our case, we need each ServiceInstance to have...

Hello, Is there a way to: * show/hide a field based on some criteria? * skip a plan (or not) based on a parameter's value? For example, a field should...