John Matthews
John Matthews
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
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...
Goal is to ensure that all APB related files are present inside of an APB. We want to be sure a user is able to pull down an APB, use...
Need ability to lint an apb.yml content, helps with verifying APBs in relation to partner APBs submitted. In addition, would help to go through all ansible playbooks and sanity check
Investigate improving how variables are declared for an APB as well as default values are specified.
See the below email from @aweiteka https://www.redhat.com/archives/ansible-service-broker/2017-August/msg00012.html
I had several instances provisioned that had a tag consisting of "jwm". Some of the instances were from the multi-node work, so I had node01-jwm, node02-jwm, master-jwm. In addition I...
@thoraxe raised the issue that catasb is not cleaning up after itself with ec2 provisioning. There is no mechanism to clean up the various resources beyond the instance/volume that are...
TASK [openshift_setup : Resetting cluster, True] ********************************************************************************************************************************************************* changed: [localhost] TASK [openshift_setup : Install docker through pip as it's a requirement of ansible docker module] ******************************************************************************************************* fatal: [localhost]: FAILED! => {"changed":...
This issue is just to share with team a sample workflow of OADP + GitOps that may be of interest to others to read for another data point of working...
We need to create a Hacking.md to help new contributors learn how to develop, build, and locally test enhancements to Crane and the associated repos.