Tags: kurokobo/awx
Tags
Fix up ansible-test sanity checks due to ansible 2.17 release (ansibl… …e#15208) * Fix up ansible sanity checks * Fix awx-collection test failure * Add ignore for ansible-test 2.17 --------- Signed-off-by: Seth Foster <fosterbseth@gmail.com> Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
Do some aesthetic adjustments to role presentation fields (ansible#15153 ) * Do some asthetic adjustments to role presentation fields * Correctly test managed setup * Minor migration adjustments
Backports previously approved corrections. (ansible#15121) * Backports previously approved corrections. * Deleted a blank line in inventories line 100
Publish amd64 and arm64 awx image on release (ansible#15053) * Stage multi-arch awx image - change CI to use `make awx-kube-build` instead of build playbook - update staging CI to build and push multiarch awx image - update doc to use `make awx-kube-build` to build awx image - remove build playbook (no longer used)
Dockerfile: Fix collectstatic command (ansible#15035) Recent changes in awx and/or django ansible base cause the django collectstatic command to fail when using an empty settings file. Instead, use the defaults settings file from controller via DJANGO_SETTINGS_MODULE=awx.settings.defaults [linux/amd64 builder 13/13] RUN AWX_SETTINGS_FILE=/dev/null SKIP_SECRET_KEY_CHECK=yes SKIP_PG_VERSION_CHECK=yes /var/lib/awx/venv/awx/bin/awx-manage collectstatic --noinput --clear Traceback (most recent call last): (...) django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Prune dangle image periodically (ansible#14957) Prune dangle image periodically pairs with ansible/ansible-runner#1342 this fix the problem of us forcefully remove images when setting changing ee image that's being used in a job causing the job to fail
Publish multi-arch versioned awx-ee dependent on ansible/awx-ee#235
Fix the persistent breakage when cleaning up branches The github workflow that we have set up for branch deletion doesn't work: - the `on: delete` event does not support the `branches:` filter - the `mode` flag for the aws_s3 module does not have `delete` as one of the options. The proper option appears to be `delobj`.
Switch to docker_compose_v2 in tools playbook (ansible#14872) Switch to docker_compose_v2 Fix ``` "Configuration error - kwargs_from_env() got an unexpected keyword argument 'ssl_version'"} ```
Avoid EDA dev env port conflict * Not many, if any, folks use the notebook feature. It kind of goes in and out of popularity. We've used it in the past when we work on features that require visualization (i.e. network graphs, workflows). Might as well keep it around in case we use it again.
PreviousNext