Eric Sauer
Eric Sauer
I'm starting a thread to start to brainstorm/propose how we can go about increasing the adoption of applier, both on the app and ops sides. Some things on my mind...
We want to get new users up and running quickly with OpenShift Applier. To that, we want to have a tutorial that begins with the most minimal useful thing that...
I believe the [k8s_raw](https://docs.ansible.com/ansible/2.5/modules/k8s_raw_module.html) module is now in a place where we could adopt it in openshift-applier. There is also an [oc_process](https://github.com/openshift/openshift-ansible/blob/master/roles/lib_openshift/library/oc_process.py) module in openshift-ansible right now. Between the two,...
The `ansible-galaxy` logic in applier appears to assume that it will be run on `localhost`. When targetting a remote location (e.g. as part of a CASL provisioning run), I get...
Having this issue with a customer trying to adopt applier. We're having trouble figuring out how to insert the certificate data with format: ``` -----BEGIN CERTIFICATE----- keydata -----END CERTIFICATE----- ```...
I feel like in the context of a repo dedicated to `openshift-applier`, the name of the default playbook we use `playbooks/openshift-cluster-seed.yml` is awkward. I think we need to come up...
reminder to me to push the docs for param directories
For building complex examples where in the real world an inventory might have split ownership across several users and teams, it would be useful to be able to plug in...
Example: ``` - object: Set up Image Builds namespace: image-builds content: - name: Create Image Builds Project template: "{{ inventory_dir }}/../templates/project.yml" params: "{{ inventory_dir }}/../params/image-management-project" template_action: create ``` @oybed @pabrahamsson