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

Allow a developer to build/test/iterate on APB development to a remote cluster without requiring docker usage on their local machine. This issue was raised by @akostadinov

enhancement
documentation

This RFE requires namespace ClusterServiceClasses to be supported in the Service Catalog. That work is actively being developed in sig-service-catalog and expected to be in upstream perhaps in ~next month...

enhancement
documentation

This might be a dupe because I think I made this issue previously but... The docker client's push does not throw an Exception on a failed push. I am not...

https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/blob/master/docs/design.md#actions Design doc has fallen out of date and doesn't include anything wrt update.

The custom apb I'm working on isn't being listed in "apb list" after I push it. The simple my-test-apb from the getting started guide is displayed in "apb list" after...

I am trying to push a sample apb template (https://github.com/ansibleplaybookbundle/rocketchat-apb) and I am facing this error. I have installed apb using pip on an openshift master. I've first of all...

I hit a nasty issue with the registry-route addon (https://github.com/minishift/minishift/issues/1933) where my apb image was not being pushed by docker correctly. apb push however was reporting success. I don't know...

It has been brought up that it would be useful for a developer to be able to know what credentials are exposed in bindable applications without looking deep into the...

**Feature** Run ```apb bind``` to bind two instances. A bind requires the following criteria: - The service instances exist - A ServiceBinding template - Create the ServiceBinding template ([example template](https://github.com/openshift/ansible-service-broker/blob/master/templates/postgresql-mediawiki-bind.yaml))...

**Feature** It would be awesome to run ```apb provision mariadb``` and get a mariadb instance even if the mariadb instance does exist in the service catalog. The apb tool can...