Giter Site home page Giter Site logo

CELERY_QUEUES is not defined about awx-rpm HOT 6 CLOSED

subuk avatar subuk commented on August 11, 2024
CELERY_QUEUES is not defined

from awx-rpm.

Comments (6)

worsco avatar worsco commented on August 11, 2024

cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)

from awx-rpm.

subuk avatar subuk commented on August 11, 2024

Looks like configuration variables have been renamed. You need to rename CELERY_QUEUES to CELERY_TASK_QUEUES and CELERY_ROUTES to CELERY_TASK_ROUTES in /etc/awx/settings.py. https://github.com/ansible/awx/blob/devel/installer/image_build/files/settings.py#L34-L36

I will fix configuration file example shipped with this RPM soon.

from awx-rpm.

subuk avatar subuk commented on August 11, 2024

Fixed here e870e25

from awx-rpm.

ajihandoko avatar ajihandoko commented on August 11, 2024

After I change from CELERY_QUEUES to CELERY_TASK_QUEUES the following error appears :
raise ImproperlyConfigured(error_msg)
django.core.exceptions.ImproperlyConfigured: 'transaction_hooks.backends.postgresql_psycopg2' isn't an available database backend.
Try using 'django.db.backends.XXX', where XXX is one of:
'mysql', 'oracle', 'postgresql', 'sqlite3'
Error was: No module named transaction_hooks.backends.postgresql_psycopg2.base

from awx-rpm.

subuk avatar subuk commented on August 11, 2024

Yes, database engine has been changed too, please, check patch above

from awx-rpm.

worsco avatar worsco commented on August 11, 2024

Patches work for me. Successfully installed awx-1.0.1.225-1.el7.centos.x86_64 as an RPM and the site is functional.

from awx-rpm.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.