John Wadleigh

Results 42 comments of John Wadleigh

It appears the problem was actually that the properties were all different in the target OCP. This is what I ended up doing outside of the role - which uses...

It appears the objects in general are created using templates that don't seem to match what our documentation suggests to use and parameters to set. See our docs on installing...

I'm hitting similar problems with creating the Operator now.

So, it appears the collection needs to support a customer specific implementation. In this case, customer uses Project instead of Namespace in order to apply policy, etc.

I think it was mainly a problem of trying to create "Namespace" kind, instead of "Project" kind. If you want your repo to support both OCP and Kubernetes, you'd have...

Quick and dirty way to do it with shell, for now: ``` for i in `find /app/collections/ -type d -name ansible_collections -exec find {} -name "MANIFEST.*" \;`; do echo $i...

Cannot seem to get it working on my Mac. It still complains about missing `gv`. I tried to find a library using `brew search gv` and also inside pip `pip...

Agree! Is there another doc site for this product? It's really a cool software.