Ondřej Ezr

Results 33 comments of Ondřej Ezr

> The only question i have is, Should the cleanups be happening as a part of db:seed or they are needed to be done as a part of db:migrate instead...

@kamils-iRonin please ping me if I didn't expressed myself clear ^^ the bitshifts are bit messy, but that's just one more reason to unify the approach there.

I believe that https://github.com/theforeman/foreman_ansible/pull/299 implemented improved inventory endpoint. Should we use that? What is a blocker for that? Apart of we need to force ansible plugin on foreman, what's not...

> That endpoint would be quicker, right? As it's pre-rendered? > Can we try it, and fall back to normal API if not found? I'd prefer not to _force_ users...

> The docs should tell us if the endpoint is available even before we try. So there is not even much in performance to loose. The only drawback is we...

There is still the issue that for the new version, we need the ansible plugin installed in foreman ... :(

> From hacking the vcr wrapper around py2/3 incompatibilities, i'd suspect that lists are ordered stable, but dicts are not. For current format, Foreman will ensure the order. But there...