10000 Tags · tcanani/awx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tcanani/awx

Tags

20.0.0

Toggle 20.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

19.5.1

Toggle 19.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ansible#11570 from AlanCoding/keycloak_docs

Minor docs tweaks for keycloak setup

19.5.0

Toggle 19.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ansible#11369 from shanemcd/lets-automate-everything

Automate the rest of our release process

19.4.0

Toggle 19.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ansible#11187 from shanemcd/bump-19.4.0

AWX 19.4.0

19.3.0

Toggle 19.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ansible#10869 from AlexSCorey/10822-fixReactWarnings

Fixes several react warnings

19.2.2

Toggle 19.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
shanemcd Shane McDonald
Release 19.2.2

19.2.1

Toggle 19.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
shanemcd Shane McDonald
Release 19.2.1

19.2.0

Toggle 19.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
shanemcd Shane McDonald
Release 19.2.0

19.1.0

Toggle 19.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
shanemcd Shane McDonald
Release 19.1.0

19.0.0

Toggle 19.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>
0