Tags: tcanani/awx
Tags
Fixup conversion of memory and cpu settings to support k8s resource r… …equest format (ansible#11725) fix memory and cpu settings to suport k8s resource request format * fix conversion of memory setting to bytes This setting has not been getting set by default, and needed some fixing up to be compatible with setting the memory in the same way as we set it in the operator, as well as with other changes from last year which assume that ansible runner is returning memory in bytes. This way we can start setting this setting in the operator, and get a more accurate reflection of how much memory is available to the control pod in k8s. On platforms where services are all sharing memory, we deduct a penalty from the memory available. On k8s we don't need to do this because the web, redis, and task containers each have memory allocated to them. * Support CPU setting expressed in units used by k8s This setting has not been getting set by default, and needed some fixing up to be compatible with setting the CPU resource request/limits in the same way as we set it in the resource requests/limits. This way we can start setting this setting in the operator, and get a more accurate reflection of how much cpu is available to the control pod in k8s. Because cpu on k8s can be partial cores, migrate cpu field to decimal. k8s does not allow granularity of less than 100m (equivalent to 0.1 cores), so only store up to 1 decimal place. fix analytics to deal with decimal cpu need to use DjangoJSONEncoder when Decimal fields in data passed to json.dumps
Merge pull request ansible#11570 from AlanCoding/keycloak_docs Minor docs tweaks for keycloak setup
Merge pull request ansible#11369 from shanemcd/lets-automate-everything Automate the rest of our release process
Merge pull request ansible#11187 from shanemcd/bump-19.4.0 AWX 19.4.0
Merge pull request ansible#10869 from AlexSCorey/10822-fixReactWarnings Fixes several react warnings
Merge pull request ansible#9840 from shanemcd/bump-19 Update version and changelog for version 19 Reviewed-by: Jake McDermott <yo@jakemcdermott.me> Reviewed-by: Ryan Petrello <None> Reviewed-by: Bianca Henderson <beeankha@gmail.com>
PreviousNext