William Bradford Clark

Results 88 comments of William Bradford Clark

This is a valid feature request. We have host and host_collection modules, and either should be able to manage host host_collection associations

CC: @evgeni @ehelms @mdellweg @IncredibleRichie @bmarlow @willtome @hindman-redhat I believe all of you have contributed, reviewed, or expressed interest in contributing to roles in this collection. Therefore your feedback on...

Discussion on this topic from Discourse: https://community.theforeman.org/t/automating-global-registration-with-ansible/25325

1. this does not need to replace the complete README.md text for the role but can replace only e.g. the block that documents each parameter 2. we need some method...

In https://github.com/theforeman/foreman-ansible-modules/tree/develop/roles/activation_keys#role-variables we have role variables sorted into sections: - The main data structure for this role is the list of `foreman_activation_keys`. Each `activation_key` requires the following fields: - The...

> As far as how to divide it up, what I was thinking is > > 3 modules in this PR, each covering both full and incremental: > > *...

> Thanks for the thoughtful discussion everyone! > > As a FAM newb I really like the idea of everything being explicit. So you each win one -- I like...

I actually kept the first two, since the very first one returns `state: planned, result: pending` and the second returns `state: running, result: pending` and then I saw there were...

Discussing with @mdellweg in triage today, we had some thoughts about implementation: I. We should look for the capability to do this natively with VCR (i.e. https://vcrpy.readthedocs.io/en/latest/advanced.html#register-your-own-cassette-persister , or https://vcrpy.readthedocs.io/en/latest/advanced.html#custom-request-filtering...

We originally discussed incorporating repository sync into the repositories role but decided to keep the roles more modular (for that same reason, we also split sync_plans out into a separate...