MrMEEE / awx-build

144 stars 39 forks source link

Updated to latest AWX-RPM and now getting a 502 Bad Gateway: Nginx log says "upstream prematurely closed connection while reading response header from upstream" #162

Closed riahc3 closed 4 years ago

riahc3 commented 4 years ago
ISSUE TYPE
SUMMARY

After upgrading to AWX-RPM 7, I get a 502 Badgateway

ENVIRONMENT
STEPS TO REPRODUCE

Upgraded

EXPECTED RESULTS

Be able to login

ACTUAL RESULTS

Getting a 502 Bad Gateway

ADDITIONAL INFORMATION

I attempted to login using the method said and now Im getting a bad gateway with 502. Nginx says "upstream prematurely closed connection while reading response header from upstream"

MrMEEE commented 4 years ago

What is the version of the ansible-awx package?

riahc3 commented 4 years ago

I just updated to the latest one when I posted this.

How do I check it out to confirm?

MrMEEE commented 4 years ago

rpm -qa ansible-awx

which output do you get from:

yum install --disablerepo='*' --enablerepo='copr:copr.fedorainfracloud.org:mrmeee:ansible-awx, base' -x *-debuginfo rh-python36*
oernii commented 4 years ago

same here, ansible-awx-7.0.0.599-1.el7.x86_64. My migrations stopped working:

# sudo -u awx scl enable rh-python36 rh-postgresql10 "GIT_PYTHON_REFRESH=quiet awx-manage check_migrations"
Traceback (most recent call last):
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/rest_framework/settings.py", line 183, in import_from_string
    module = import_module(module_path)
  File "/opt/rh/rh-python36/root/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/awx/api/metadata.py", line 25, in <module>
    from awx.main.scheduler.kubernetes import PodManager
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/awx/main/scheduler/kubernetes.py", line 9, in <module>
    from kubernetes import client, config
ModuleNotFoundError: No module named 'kubernetes'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/rh/rh-python36/root/usr/bin/awx-manage", line 11, in <module>
    load_entry_point('awx==7.0.0', 'console_scripts', 'awx-manage')()
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/awx/__init__.py", line 142, in manage
    execute_from_command_line(sys.argv)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
    utility.execute()
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/core/management/base.py", line 323, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/awx/main/management/commands/check_migrations.py", line 12, in execute
    return MakeMigrations().execute(*args, **options)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/core/management/base.py", line 361, in execute
    self.check()
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/core/management/base.py", line 390, in check
    include_deployment_checks=include_deployment_checks,
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/core/management/base.py", line 377, in _run_checks
    return checks.run_checks(**kwargs)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/core/checks/registry.py", line 72, in run_checks
    new_errors = check(app_configs=app_configs)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/core/checks/urls.py", line 13, in check_url_config
    return check_resolver(resolver)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/core/checks/urls.py", line 23, in check_resolver
    return check_method()
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/urls/resolvers.py", line 398, in check
    for pattern in self.url_patterns:
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/utils/functional.py", line 80, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/urls/resolvers.py", line 579, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/utils/functional.py", line 80, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/django/urls/resolvers.py", line 572, in urlconf_module
    return import_module(self.urlconf_name)
  File "/opt/rh/rh-python36/root/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/awx/urls.py", line 6, in <module>
    from awx.main.views import (
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/awx/main/views.py", line 14, in <module>
    from rest_framework import exceptions, permissions, views
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/rest_framework/views.py", line 106, in <module>
    class APIView(View):
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/rest_framework/views.py", line 115, in APIView
    metadata_class = api_settings.DEFAULT_METADATA_CLASS
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/rest_framework/settings.py", line 227, in __getattr__
    val = perform_import(val, attr)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/rest_framework/settings.py", line 170, in perform_import
    return import_from_string(val, setting_name)
  File "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/rest_framework/settings.py", line 187, in import_from_string
    raise ImportError(msg)
ImportError: Could not import 'awx.api.metadata.Metadata' for API setting 'DEFAULT_METADATA_CLASS'. ModuleNotFoundError: No module named 'kubernetes'.
MrMEEE commented 4 years ago

@oernii Could you please try the same command I pasted above..

For the both of you, it seems like you are missing dependencies..

Also, what does:

rpm -qa rh-python36-kubernetes

show??

oernii commented 4 years ago

It's not installed:

rpm -qa rh-python36-kubernetes|wc -l
0

also, it's not available: No package rh-python36-kubernetes available. I have downloaded it from https://copr-be.cloud.fedoraproject.org/results/mrmeee/ansible-awx/epel-7-x86_64/01049346-rh-python36-kubernetes/ manualy and now AWX works ok.

riahc3 commented 4 years ago

rpm -qa ansible-awx shows:

ansible-awx-7.0.0.591-1.el7.x86_64

yum install --disablerepo='' --enablerepo='copr:copr.fedorainfracloud.org:mrmeee:ansible-awx, base' -x -debuginfo rh-python36* shows:

Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile

rpm -qa rh-python36-kubernetes shows nothing

riahc3 commented 4 years ago

OK I just did

wget https://copr-be.cloud.fedoraproject.org/results/mrmeee/ansible-awx/epel-7-x86_64/01049346-rh-python36-kubernetes/rh-python36-kubernetes-9.0.0-1.noarch.rpm
sudo yum localinstall rh-python36-kubernetes-9.0.0-1.noarch.rpm -y
sudo reboot now

After I went to the page and it started to say AWX is upgrading but in a couple of seconds I showed me the bad gateway message again

riahc3 commented 4 years ago

Error log shows:

connect() failed (111: Connection refused) while connecting to upstream

MrMEEE commented 4 years ago

@riahc3 You need all of the dependencies

I guess it's because your repos are named differently..

try a:

subscription-manager repos --list
riahc3 commented 4 years ago
2019/10/10 10:58:12 [error] 1447#0: *14 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.5.99, server: _, request: "GET /api/ HTTP/1.1", upstream: "uwsgi://127.0.0.1:8050", host: "192.168.5.6:8052", referrer: "http://192.168.5.6:8052/migrations_notran/"
2019/10/10 10:58:12 [error] 1447#0: *14 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.5.99, server: _, request: "GET /api/ HTTP/1.1", upstream: "uwsgi://127.0.0.1:8050", host: "192.168.5.6:8052", referrer: "http://192.168.5.6:8052/migrations_notran/"
2019/10/10 10:58:54 [error] 1447#0: *25 upstream prematurely closed connection while reading response header from upstream, client: 192.168.5.99, server: _, request: "GET /api/ HTTP/1.1", upstream: "uwsgi://127.0.0.1:8050", host: "192.168.5.6:8052", referrer: "http://192.168.5.6:8052/migrations_notran/"
2019/10/10 10:58:57 [error] 1447#0: *25 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.5.99, server: _, request: "GET /api/ HTTP/1.1", upstream: "uwsgi://127.0.0.1:8050", host: "192.168.5.6:8052", referrer: "http://192.168.5.6:8052/migrations_notran/"
2019/10/10 10:59:42 [error] 1447#0: *35 upstream prematurely closed connection while reading response header from upstream, client: 192.168.5.99, server: _, request: "GET /api/ HTTP/1.1", upstream: "uwsgi://127.0.0.1:8050", host: "192.168.5.6:8052", referrer: "http://192.168.5.6:8052/migrations_notran/"
2019/10/10 10:59:46 [error] 1447#0: *35 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.5.99, server: _, request: "GET /api/ HTTP/1.1", upstream: "uwsgi://127.0.0.1:8050", host: "192.168.5.6:8052", referrer: "http://192.168.5.6:8052/migrations_notran/"
2019/10/10 11:00:34 [error] 1447#0: *45 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.5.99, server: _, request: "GET /api/ HTTP/1.1", upstream: "uwsgi://127.0.0.1:8050", host: "192.168.5.6:8052", referrer: "http://192.168.5.6:8052/migrations_notran/"
2019/10/10 11:00:34 [error] 1447#0: *45 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.5.99, server: _, request: "GET /api/ HTTP/1.1", upstream: "uwsgi://127.0.0.1:8050", host: "192.168.5.6:8052", referrer: "http://192.168.5.6:8052/migrations_notran/"
riahc3 commented 4 years ago

@riahc3 You need all of the dependencies

I guess it's because your repos are named differently..

try a:

subscription-manager repos --list

subscription-manager repos --list -bash: subscription-manager: command not found

MrMEEE commented 4 years ago

What OS have you installed this on?

riahc3 commented 4 years ago

CentOS 7

MrMEEE commented 4 years ago

Ok..

try a:

yum repolist
riahc3 commented 4 years ago

Ok..

try a:

yum repolist

Give me a sec as Im installing subscription-manger as we type

Thank you for your help

MrMEEE commented 4 years ago

You don't need subscription-manager, if you are not using Satellite/Katello

MrMEEE commented 4 years ago

It basically just wraps "subscription-manager repos" to "yum repolist"

riahc3 commented 4 years ago

You don't need subscription-manager, if you are not using Satellite/Katello

OK but just so you know:

subscription-manager repos --list System certificates corrupted. Please reregister.

riahc3 commented 4 years ago

Ok..

try a:

yum repolist
yum repolist
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Loading mirror speeds from cached hostfile
 * base: repo.nixval.com
 * centos-sclo-rh: centos.mirror.minorisa.net
 * centos-sclo-sclo: centos.mirror.minorisa.net
 * epel: mirror.euserv.net
 * extras: centos.mirror.minorisa.net
 * updates: centos.mirror.minorisa.net
repo id                                                                     repo name                                                                               status
base/7/x86_64                                                               CentOS-7 - Base                                                                         10,097
bintraybintray-rabbitmq-erlang-rpm                                          bintray-rabbitmq-erlang-rpm                                                                  7
bintraybintray-rabbitmq-rpm                                                 bintray-rabbitmq-rpm                                                                        20
centos-sclo-rh/x86_64                                                       CentOS-7 - SCLo rh                                                                       8,548
centos-sclo-sclo/x86_64                                                     CentOS-7 - SCLo sclo                                                                       804
epel/x86_64                                                                 Extra Packages for Enterprise Linux 7 - x86_64                                          13,415
extras/7/x86_64                                                             CentOS-7 - Extras                                                                          304
mrmeee-ansible-awx/x86_64                                                   Copr repo for ansible-awx owned by mrmeee                                                  605
updates/7/x86_64                                                            CentOS-7 - Updates                                                                         332
repolist: 34,132
MrMEEE commented 4 years ago

Try:

yum install --disablerepo='*' --enablerepo='mrmeee-ansible-awx, base' -x *-debuginfo rh-python36*
riahc3 commented 4 years ago
yum install --disablerepo='*' --enablerepo='mrmeee-ansible-awx, base' -x *-debuginfo rh-python36*
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Examining rh-python36-kubernetes-9.0.0-1.noarch.rpm: rh-python36-kubernetes-9.0.0-1.noarch
rh-python36-kubernetes-9.0.0-1.noarch.rpm: does not update installed package.
Error: Nothing to do
riahc3 commented 4 years ago

I can rollback (I took a snapshot) to the previous version of AWX RPM and you can tell me how to do it...

MrMEEE commented 4 years ago

No need..

Can you please show me the complete output, with the command?

MrMEEE commented 4 years ago

It's supposed to look like this:

[root@akiva files]# LANG=en yum install --disablerepo='*' --enablerepo='copr:copr.fedorainfracloud.org:mrmeee:ansible-awx, base' -x *-debuginfo rh-python36*
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror, package_upload, product-id, search-disabled-repos, subscription-manager
Loading mirror speeds from cached hostfile
copr:copr.fedorainfracloud.org:mrmeee:ansible-awx/x86_64/primary_db                                                                                                                                                         | 603 kB  00:00:01     
Package rh-python36-SQLAlchemy-1.3.3-1.x86_64 already installed and latest version
Package rh-python36-XStatic-1.0.2-1.noarch already installed and latest version
Package rh-python36-more-itertools-7.0.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-servicebus-0.5.3-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-containerinstance-1.4.0-2.noarch already installed and latest version
Package rh-python36-django-pglocks-1.0.2-1.noarch already installed and latest version
Package rh-python36-asgiref-1.1.2-1.noarch already installed and latest version
Package rh-python36-openshift-0.9.0-1.noarch already installed and latest version
Package rh-python36-django-solo-1.1.3-1.noarch already installed and latest version
Package rh-python36-django-qsstats-magic-0.7.2-1.noarch already installed and latest version
Package rh-python36-xmlsec-1.3.3-1.x86_64 already installed and latest version
Package rh-python36-boto-2.47.0-1.noarch already installed and latest version
Package rh-python36-m2r-0.2.1-1.noarch already installed and latest version
Package rh-python36-xmltodict-0.12.0-1.noarch already installed and latest version
Package rh-python36-bcrypt-3.1.7-1.x86_64 already installed and latest version
Package rh-python36-azure-common-1.1.23-1.noarch already installed and latest version
Package rh-python36-Werkzeug-0.16.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-rdbms-1.4.1-2.noarch already installed and latest version
Package rh-python36-azure-mgmt-automation-0.1.1-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-compute-4.4.0-2.noarch already installed and latest version
Package rh-python36-packaging-19.0-1.noarch already installed and latest version
Package rh-python36-XStatic-Patternfly-Bootstrap-Treeview-2.1.3.2-1.noarch already installed and latest version
Package rh-python36-oauthlib-3.1.0-1.noarch already installed and latest version
Package rh-python36-Mako-1.0.10-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-redis-5.0.0-2.noarch already installed and latest version
Package rh-python36-ncclient-0.6.3-1.noarch already installed and latest version
Package rh-python36-ansiconv-1.0.0-1.noarch already installed and latest version
Package rh-python36-humanfriendly-4.18-1.noarch already installed and latest version
Package rh-python36-Django-2.2.4-1.noarch already installed and latest version
Package rh-python36-smmap2-2.0.5-1.noarch already installed and latest version
Package rh-python36-pyasn1-0.4.5-1.noarch already installed and latest version
Package rh-python36-Flask-XStatic-0.0.1-1.noarch already installed and latest version
Package rh-python36-iso8601-0.1.12-1.noarch already installed and latest version
Package rh-python36-argcomplete-1.9.5-1.noarch already installed and latest version
Package rh-python36-python-django-radius-1.3.3-1.el7.noarch already installed and latest version
Package rh-python36-python-mimeparse-1.6.0-1.noarch already installed and latest version
Package rh-python36-ipaddress-1.0.22-1.noarch already installed and latest version
Package rh-python36-kombu-4.5.0-1.noarch already installed and latest version
Package rh-python36-cryptography-2.7-1.x86_64 already installed and latest version
Package rh-python36-vcversioner-2.16.0.0-1.noarch already installed and latest version
Package rh-python36-munch-2.3.2-1.noarch already installed and latest version
Package rh-python36-uwsgitop-0.10-1.noarch already installed and latest version
Package rh-python36-requests-kerberos-0.12.0-1.noarch already installed and latest version
Package rh-python36-jmespath-0.9.4-1.noarch already installed and latest version
Package rh-python36-dogpile.cache-0.7.1-1.noarch already installed and latest version
Package rh-python36-Flask-Script-2.0.6-1.noarch already installed and latest version
Package rh-python36-mistune-0.8.4-1.noarch already installed and latest version
Package rh-python36-pbr-5.4.0-1.noarch already installed and latest version
Package rh-python36-chardet-3.0.4-1.noarch already installed and latest version
Package rh-python36-ordereddict-1.1-1.noarch already installed and latest version
Package rh-python36-service_identity-18.1.0-1.noarch already installed and latest version
Package rh-python36-hyperlink-19.0.0-1.noarch already installed and latest version
Package rh-python36-python-jinja2-2.10.3-1.noarch already installed and latest version
Package rh-python36-pyrad-2.1-1.noarch already installed and latest version
Package rh-python36-billiard-3.6.0.0-1.noarch already installed and latest version
Package rh-python36-isort-4.3.4-1.noarch already installed and latest version
Package rh-python36-stevedore-1.30.1-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-storage-3.1.0-2.noarch already installed and latest version
Package rh-python36-azure-mgmt-nspkg-2.0.0-2.noarch already installed and latest version
Package rh-python36-pyasn1-modules-0.2.5-1.noarch already installed and latest version
Package rh-python36-ntlm-auth-1.3.0-1.noarch already installed and latest version
Package rh-python36-unittest2-1.1.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-dns-2.1.0-2.noarch already installed and latest version
Package rh-python36-azure-mgmt-keyvault-1.1.0-2.noarch already installed and latest version
Package rh-python36-extras-1.0.0-1.noarch already installed and latest version
Package rh-python36-azure-nspkg-3.0.2-2.noarch already installed and latest version
Package rh-python36-pkgconfig-1.4.0-1.noarch already installed and latest version
Package rh-python36-paramiko-2.6.0-1.noarch already installed and latest version
Package rh-python36-requests-futures-0.9.7-1.noarch already installed and latest version
Package rh-python36-applicationinsights-0.11.9-1.noarch already installed and latest version
Package rh-python36-XStatic-Bootstrap-SCSS-3.3.7.1-1.noarch already installed and latest version
Package rh-python36-jaraco.logging-2.0-1.noarch already installed and latest version
Package rh-python36-python-ordereddict-1.1-1.el7.noarch already installed and latest version
Package rh-python36-ovirt-engine-sdk-python-4.3.0-1.x86_64 already installed and latest version
Package rh-python36-jaraco.functools-2.0-1.noarch already installed and latest version
Package rh-python36-pywinrm-0.3.0-2.noarch already installed and latest version
Package rh-python36-django-jsonfield-1.2.0-1.noarch already installed and latest version
Package rh-python36-python-pygments-2.4.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-network-2.3.0-2.noarch already installed and latest version
Package rh-python36-jaraco.classes-2.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-cosmosdb-0.5.2-1.noarch already installed and latest version
Package rh-python36-python-django-oauth-toolkit-1.1.3-1.el7.noarch already installed and latest version
Package rh-python36-ara-1.1.0-1.noarch already installed and latest version
Package rh-python36-celery-4.3.0-1.noarch already installed and latest version
Package rh-python36-azure-graphrbac-0.40.0-2.noarch already installed and latest version
Package rh-python36-djangorestframework-yaml-1.0.3-1.noarch already installed and latest version
Package rh-python36-PyJWT-1.7.1-1.noarch already installed and latest version
Package rh-python36-jsonbfield-0.1.0-1.noarch already installed and latest version
Package rh-python36-ansible-2.8.5-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-web-0.41.0-2.noarch already installed and latest version
Package rh-python36-tempora-1.14-1.noarch already installed and latest version
Package rh-python36-isodate-0.6.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-hdinsight-0.1.0-2.noarch already installed and latest version
Package rh-python36-jsonpatch-1.23-1.noarch already installed and latest version
Package rh-python36-debtcollector-1.21.0-1.noarch already installed and latest version
Package rh-python36-Automat-0.7.0-1.noarch already installed and latest version
Package rh-python36-PyYAML-5.1.2-1.x86_64 already installed and latest version
Package rh-python36-azure-mgmt-batch-5.0.1-2.noarch already installed and latest version
Package rh-python36-python-subunit-1.3.0-1.noarch already installed and latest version
Package rh-python36-ansible-tower-cli-3.3.6-1.noarch already installed and latest version
Package rh-python36-traceback2-1.4.0-1.noarch already installed and latest version
Package rh-python36-gitdb2-2.0.5-1.noarch already installed and latest version
Package rh-python36-pykerberos-1.2.1-1.x86_64 already installed and latest version
Package rh-python36-wrapt-1.11.1-1.x86_64 already installed and latest version
Package rh-python36-keystoneauth1-3.14.0-1.noarch already installed and latest version
Package rh-python36-deprecation-2.0-1.noarch already installed and latest version
Package rh-python36-junit-xml-1.8-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-sql-0.10.0-2.noarch already installed and latest version
Package rh-python36-redbaron-0.6.3-1.noarch already installed and latest version
Package rh-python36-kubernetes-9.0.1-1.noarch already installed and latest version
Package rh-python36-pygerduty-0.37.0-1.noarch already installed and latest version
Package rh-python36-os-service-types-1.7.0-1.noarch already installed and latest version
Package rh-python36-tabulate-0.8.2-1.noarch already installed and latest version
Package rh-python36-cliff-2.14.1-1.noarch already installed and latest version
Package rh-python36-fixtures-3.0.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-authorization-0.51.1-1.noarch already installed and latest version
Package rh-python36-jsonpointer-2.0-1.noarch already installed and latest version
Package rh-python36-GitPython-2.1.11-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-containerservice-4.4.0-2.noarch already installed and latest version
Package rh-python36-itsdangerous-1.1.0-1.noarch already installed and latest version
Package rh-python36-backports.ssl_match_hostname-3.5.0.1-1.noarch already installed and latest version
Package rh-python36-wcwidth-0.1.7-1.noarch already installed and latest version
Package rh-python36-jsonpickle-1.2-1.noarch already installed and latest version
Package rh-python36-openstacksdk-0.31.1-1.noarch already installed and latest version
Package rh-python36-django-oauth-toolkit-1.1.3-1.noarch already installed and latest version
Package rh-python36-selinux-links-1.0-1.el7.x86_64 already installed and latest version
Package rh-python36-msrest-0.6.10-1.noarch already installed and latest version
Package rh-python36-constantly-15.1.0-1.noarch already installed and latest version
Package rh-python36-django-taggit-0.22.2-1.noarch already installed and latest version
Package rh-python36-entrypoints-0.2.3-1.noarch already installed and latest version
Package rh-python36-ptyprocess-0.6.0-1.noarch already installed and latest version
Package rh-python36-argparse-1.4.0-1.noarch already installed and latest version
Package rh-python36-jaraco.stream-2.0-1.noarch already installed and latest version
Package rh-python36-python-radius-1.0-1.noarch already installed and latest version
Package rh-python36-websocket_client-0.56.0-1.noarch already installed and latest version
Package rh-python36-python-memcached-1.59-1.noarch already installed and latest version
Package rh-python36-configparser-3.5.0-1.noarch already installed and latest version
Package rh-python36-msrestazure-0.6.2-1.noarch already installed and latest version
Package rh-python36-PyNaCl-1.3.0-1.x86_64 already installed and latest version
Package rh-python36-idna-2.8-1.noarch already installed and latest version
Package rh-python36-django-extensions-2.0.0-1.noarch already installed and latest version
Package rh-python36-alembic-1.0.10-1.noarch already installed and latest version
Package rh-python36-azure-cli-nspkg-3.0.2-2.noarch already installed and latest version
Package rh-python36-keyring-15.1.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-marketplaceordering-0.1.0-2.noarch already installed and latest version
Package rh-python36-python-logstash-0.4.6-1.noarch already installed and latest version
Package rh-python36-ruamel.yaml-0.15.99-1.x86_64 already installed and latest version
Package rh-python36-lxml-4.3.3-1.x86_64 already installed and latest version
Package rh-python36-rsa-4.0-1.noarch already installed and latest version
Package rh-python36-lockfile-0.12.2-1.noarch already installed and latest version
Package rh-python36-pytz-2019.2-1.noarch already installed and latest version
Package rh-python36-python3-saml-1.4.0-1.noarch already installed and latest version
Package rh-python36-Frozen-Flask-0.15-1.noarch already installed and latest version
Package rh-python36-vine-1.3.0-1.noarch already installed and latest version
Package rh-python36-Click-7.0-1.noarch already installed and latest version
Package rh-python36-slackclient-1.1.2-1.noarch already installed and latest version
Package rh-python36-twilio-6.10.4-1.noarch already installed and latest version
Package rh-python36-pyperclip-1.7.0-1.noarch already installed and latest version
Package rh-python36-oslo.serialization-2.29.1-1.noarch already installed and latest version
Package rh-python36-cachetools-3.1.1-1.noarch already installed and latest version
Package rh-python36-Flask-Migrate-2.5.1-1.noarch already installed and latest version
Package rh-python36-pyfakefs-3.5.8-1.noarch already installed and latest version
Package rh-python36-selectors2-2.0.1-1.noarch already installed and latest version
Package rh-python36-typing-3.6.6-1.noarch already installed and latest version
Package rh-python36-amqp-2.4.2-1.noarch already installed and latest version
Package rh-python36-colorama-0.4.1-1.noarch already installed and latest version
Package rh-python36-pyOpenSSL-19.0.0-1.noarch already installed and latest version
Package rh-python36-django-cors-headers-2.4.0-1.noarch already installed and latest version
Package rh-python36-python-dateutil-2.8.0-1.noarch already installed and latest version
Package rh-python36-python-editor-1.0.4-1.noarch already installed and latest version
Package rh-python36-baron-0.6.6-1.noarch already installed and latest version
Package rh-python36-python-django-solo-1.1.3-1.el7.noarch already installed and latest version
Package rh-python36-oslo.utils-3.41.0-1.noarch already installed and latest version
Package rh-python36-pycparser-2.19-1.noarch already installed and latest version
Package rh-python36-djangorestframework-3.9.4-1.noarch already installed and latest version
Package rh-python36-azure-keyvault-1.1.0-2.noarch already installed and latest version
Package rh-python36-pexpect-4.7.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-iothub-0.7.0-1.noarch already installed and latest version
Package rh-python36-requests-credssp-1.0.2-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-containerregistry-2.0.0-2.noarch already installed and latest version
Package rh-python36-adal-1.2.2-1.noarch already installed and latest version
Package rh-python36-testtools-2.3.0-1.noarch already installed and latest version
Package rh-python36-prettytable-0.7.2-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-cdn-3.0.0-2.noarch already installed and latest version
Package rh-python36-django-split-settings-0.3.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-trafficmanager-0.50.0-2.noarch already installed and latest version
Package rh-python36-pytest-runner-4.2-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-monitor-0.5.2-2.noarch already installed and latest version
Package rh-python36-tacacs_plus-1.0-1.noarch already installed and latest version
Package rh-python36-prometheus_client-0.6.0-1.noarch already installed and latest version
Package rh-python36-channels-1.1.8-1.noarch already installed and latest version
Package rh-python36-python-markupsafe-1.1.1-1.x86_64 already installed and latest version
Package rh-python36-boto3-1.9.223-1.noarch already installed and latest version
Package rh-python36-python-daemon-2.2.3-1.noarch already installed and latest version
Package rh-python36-requestsexceptions-1.4.0-1.noarch already installed and latest version
Package rh-python36-botocore-1.12.225-1.noarch already installed and latest version
Package rh-python36-knack-0.3.3-1.noarch already installed and latest version
Package rh-python36-SecretStorage-2.3.1-1.noarch already installed and latest version
Package rh-python36-requests-oauthlib-1.2.0-1.noarch already installed and latest version
Package rh-python36-XStatic-DataTables-1.10.15.1-1.noarch already installed and latest version
Package rh-python36-decorator-4.4.0-1.noarch already installed and latest version
Package rh-python36-incremental-17.5.0-1.noarch already installed and latest version
Package rh-python36-appdirs-1.4.3-1.noarch already installed and latest version
Package rh-python36-django-radius-1.3.3-1.noarch already installed and latest version
Package rh-python36-libselinux-python-2.5-14.1.el7.x86_64 already installed and latest version
Package rh-python36-google-auth-1.6.3-1.noarch already installed and latest version
Package rh-python36-autobahn-19.5.1-1.noarch already installed and latest version
Package rh-python36-jaraco.itertools-4.4.2-1.noarch already installed and latest version
Package rh-python36-netaddr-0.7.19-1.noarch already installed and latest version
Package rh-python36-asn1crypto-1.0.1-1.noarch already installed and latest version
Package rh-python36-asgi_amqp-1.1.3-1.noarch already installed and latest version
Package rh-python36-XStatic-Patternfly-3.21.0.1-1.noarch already installed and latest version
Package rh-python36-psutil-5.6.3-1.x86_64 already installed and latest version
Package rh-python36-Flask-SQLAlchemy-2.4.0-1.noarch already installed and latest version
Package rh-python36-oslo.i18n-3.23.1-1.noarch already installed and latest version
Package rh-python36-python-string-utils-0.6.0-1.noarch already installed and latest version
Package rh-python36-social-auth-app-django-2.1.0-1.noarch already installed and latest version
Package rh-python36-Twisted-19.2.0-1.x86_64 already installed and latest version
Package rh-python36-PyHamcrest-1.9.0-1.noarch already installed and latest version
Package rh-python36-django-crum-0.7.2-1.noarch already installed and latest version
Package rh-python36-python-ldap-3.2.0-1.x86_64 already installed and latest version
Package rh-python36-setuptools_scm-3.2.0-1.noarch already installed and latest version
Package rh-python36-cffi-1.12.3-1.x86_64 already installed and latest version
Package rh-python36-Markdown-2.6.11-1.noarch already installed and latest version
Package rh-python36-Babel-2.6.0-1.noarch already installed and latest version
Package rh-python36-pycurl-7.43.0.3-1.x86_64 already installed and latest version
Package rh-python36-jaraco.text-3.0-1.noarch already installed and latest version
Package rh-python36-monotonic-1.5-1.noarch already installed and latest version
Package rh-python36-netifaces-0.10.9-1.x86_64 already installed and latest version
Package rh-python36-linecache2-1.0.0-1.noarch already installed and latest version
Package rh-python36-rply-0.7.5-1.noarch already installed and latest version
Package rh-python36-Flask-1.1.1-1.noarch already installed and latest version
Package rh-python36-psycopg2-2.8.2-1.x86_64 already installed and latest version
Package rh-python36-azure-storage-0.35.1-2.noarch already installed and latest version
Package rh-python36-sphinx_rtd_theme-0.4.2-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-resource-2.1.0-2.noarch already installed and latest version
Package rh-python36-azure-cli-core-2.0.35-2.noarch already installed and latest version
Package rh-python36-s3transfer-0.2.1-1.noarch already installed and latest version
Package rh-python36-social-auth-core-3.0.0-1.noarch already installed and latest version
Package rh-python36-cmd2-0.9.12-1.noarch already installed and latest version
Package rh-python36-jaraco.collections-2.0-1.noarch already installed and latest version
Package rh-python36-requests-2.22.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-devtestlabs-3.0.0-1.noarch already installed and latest version
Package rh-python36-django-polymorphic-2.0.2-1.noarch already installed and latest version
Package rh-python36-uwsgi-2.0.17-1.x86_64 already installed and latest version
Package rh-python36-defusedxml-0.5.0-1.noarch already installed and latest version
Package rh-python36-PySocks-1.7.0-1.noarch already installed and latest version
Package rh-python36-wheel-0.30.0-1.noarch already installed and latest version
Package rh-python36-docutils-0.15.2-1.noarch already installed and latest version
Package rh-python36-inflect-2.1.0-1.noarch already installed and latest version
Package rh-python36-future-0.17.1-1.noarch already installed and latest version
Package rh-python36-os-client-config-1.29.0-1.noarch already installed and latest version
Package rh-python36-pyparsing-2.4.0-1.noarch already installed and latest version
Package rh-python36-sqlparse-0.3.0-1.noarch already installed and latest version
Package rh-python36-irc-16.2-1.noarch already installed and latest version
Package rh-python36-daphne-1.3.0-1.noarch already installed and latest version
Package rh-python36-msgpack-python-0.5.6-1.x86_64 already installed and latest version
Package rh-python36-jsonschema-2.6.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-loganalytics-0.2.0-2.noarch already installed and latest version
Package rh-python36-XStatic-jQuery-3.3.1.1-1.noarch already installed and latest version
Package rh-python36-apache-libcloud-2.5.0-1.noarch already installed and latest version
Package rh-python36-shade-1.27.0-1.noarch already installed and latest version
Package rh-python36-certifi-2019.9.11-1.noarch already installed and latest version
Package rh-python36-six-1.12.0-1.noarch already installed and latest version
Package rh-python36-txaio-18.8.1-1.noarch already installed and latest version
Package rh-python36-python3-openid-3.1.0-1.noarch already installed and latest version
Package rh-python36-urllib3-1.25.5-1.noarch already installed and latest version
Package rh-python36-zope.interface-4.6.0-1.x86_64 already installed and latest version
Package rh-python36-django-auth-ldap-1.7.0-1.noarch already installed and latest version
Package rh-python36-requests_ntlm-1.1.0-1.noarch already installed and latest version
Package rh-python36-attrs-19.1.0-1.noarch already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package rh-python36-ansible-runner.noarch 0:1.3.4-1 will be updated
---> Package rh-python36-ansible-runner.noarch 0:1.4.2-1 will be an update
---> Package rh-python36-pyvmomi.noarch 0:6.5-2 will be updated
---> Package rh-python36-pyvmomi.noarch 0:6.7.3-2 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================================================================================================================================================
 Package                                                        Arch                                       Version                                     Repository                                                                             Size
===================================================================================================================================================================================================================================================
Updating:
 rh-python36-ansible-runner                                     noarch                                     1.4.2-1                                     copr:copr.fedorainfracloud.org:mrmeee:ansible-awx                                      94 k
 rh-python36-pyvmomi                                            noarch                                     6.7.3-2                                     copr:copr.fedorainfracloud.org:mrmeee:ansible-awx                                     422 k

Transaction Summary
===================================================================================================================================================================================================================================================
Upgrade  2 Packages

Total download size: 517 k
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/2): rh-python36-ansible-runner-1.4.2-1.noarch.rpm                                                                                                                                                                        |  94 kB  00:00:01     
(2/2): rh-python36-pyvmomi-6.7.3-2.noarch.rpm                                                                                                                                                                               | 422 kB  00:00:02     
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                              229 kB/s | 517 kB  00:00:02     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : rh-python36-pyvmomi-6.7.3-2.noarch                                                                                                                                                                                              1/4 

  Updating   : rh-python36-ansible-runner-1.4.2-1.noarch                                                                                                                                                                                       2/4 
  Cleanup    : rh-python36-pyvmomi-6.5-2.noarch                                                                                                                                                                                                3/4 
  Cleanup    : rh-python36-ansible-runner-1.3.4-1.noarch                                                                                                                                                                                       4/4 
Uploading Package Profile
Unable to upload Package Profile
  Verifying  : rh-python36-ansible-runner-1.4.2-1.noarch                                                                                                                                                                                       1/4 
  Verifying  : rh-python36-pyvmomi-6.7.3-2.noarch                                                                                                                                                                                              2/4 
  Verifying  : rh-python36-ansible-runner-1.3.4-1.noarch                                                                                                                                                                                       3/4 
  Verifying  : rh-python36-pyvmomi-6.5-2.noarch                                                                                                                                                                                                4/4 

Updated:
  rh-python36-ansible-runner.noarch 0:1.4.2-1                                                                                 rh-python36-pyvmomi.noarch 0:6.7.3-2                                                                                

Complete!
riahc3 commented 4 years ago

Give me a sec....

riahc3 commented 4 years ago

OK

yum install --disablerepo='*' --enablerepo='mrmeee-ansible-awx, base' -x *-debuginfo rh-python36* Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Examining rh-python36-kubernetes-9.0.0-1.noarch.rpm: rh-python36-kubernetes-9.0.0-1.noarch rh-python36-kubernetes-9.0.0-1.noarch.rpm: does not update installed package. Error: Nothing to do

It shows me the same message

riahc3 commented 4 years ago
LANG=en yum install --disablerepo='*' --enablerepo='copr:copr.fedorainfracloud.org:mrmeee:ansible-awx, base' -x *-debuginfo rh-python36*
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Examining rh-python36-kubernetes-9.0.0-1.noarch.rpm: rh-python36-kubernetes-9.0.0-1.noarch
rh-python36-kubernetes-9.0.0-1.noarch.rpm: does not update installed package.
Error: Nothing to do

Nothing with your command either...

MrMEEE commented 4 years ago

I know.. it's because you have the kubernetes rpm in the folder you are currently in..

Try to change to the /tmp folder (or something else).. and try to run the command again..

yum install --disablerepo='*' --enablerepo='mrmeee-ansible-awx, base' -x *-debuginfo rh-python36*
riahc3 commented 4 years ago

Here you go:

 yum install --disablerepo='*' --enablerepo='mrmeee-ansible-awx, base' -x *-debuginfo rh-python36*
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Loading mirror speeds from cached hostfile
 * base: centos.mirror.minorisa.net
Package rh-python36-SQLAlchemy-1.3.3-1.x86_64 already installed and latest version
Package rh-python36-XStatic-1.0.2-1.noarch already installed and latest version
Package rh-python36-more-itertools-7.0.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-servicebus-0.5.3-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-containerinstance-1.4.0-2.noarch already installed and latest version
Package rh-python36-django-pglocks-1.0.2-1.noarch already installed and latest version
Package rh-python36-asgiref-1.1.2-1.noarch already installed and latest version
Package rh-python36-openshift-0.9.0-1.noarch already installed and latest version
Package rh-python36-django-solo-1.1.3-1.noarch already installed and latest version
Package rh-python36-django-qsstats-magic-0.7.2-1.noarch already installed and latest version
Package rh-python36-xmlsec-1.3.3-1.x86_64 already installed and latest version
Package rh-python36-boto-2.47.0-1.noarch already installed and latest version
Package rh-python36-m2r-0.2.1-1.noarch already installed and latest version
Package rh-python36-xmltodict-0.12.0-1.noarch already installed and latest version
Package rh-python36-bcrypt-3.1.7-1.x86_64 already installed and latest version
Package rh-python36-azure-common-1.1.23-1.noarch already installed and latest version
Package rh-python36-Werkzeug-0.16.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-rdbms-1.4.1-2.noarch already installed and latest version
Package rh-python36-azure-mgmt-automation-0.1.1-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-compute-4.4.0-2.noarch already installed and latest version
Package rh-python36-packaging-19.0-1.noarch already installed and latest version
Package rh-python36-XStatic-Patternfly-Bootstrap-Treeview-2.1.3.2-1.noarch already installed and latest version
Package rh-python36-oauthlib-3.1.0-1.noarch already installed and latest version
Package rh-python36-Mako-1.0.10-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-redis-5.0.0-2.noarch already installed and latest version
Package rh-python36-ncclient-0.6.3-1.noarch already installed and latest version
Package rh-python36-ansiconv-1.0.0-1.noarch already installed and latest version
Package rh-python36-humanfriendly-4.18-1.noarch already installed and latest version
Package rh-python36-Django-2.2.4-1.noarch already installed and latest version
Package rh-python36-smmap2-2.0.5-1.noarch already installed and latest version
Package rh-python36-pyasn1-0.4.5-1.noarch already installed and latest version
Package rh-python36-Flask-XStatic-0.0.1-1.noarch already installed and latest version
Package rh-python36-iso8601-0.1.12-1.noarch already installed and latest version
Package rh-python36-argcomplete-1.9.5-1.noarch already installed and latest version
Package rh-python36-python-django-radius-1.3.3-1.el7.noarch already installed and latest version
Package rh-python36-python-mimeparse-1.6.0-1.noarch already installed and latest version
Package rh-python36-ipaddress-1.0.22-1.noarch already installed and latest version
Package rh-python36-kombu-4.5.0-1.noarch already installed and latest version
Package rh-python36-cryptography-2.7-1.x86_64 already installed and latest version
Package rh-python36-vcversioner-2.16.0.0-1.noarch already installed and latest version
Package rh-python36-munch-2.3.2-1.noarch already installed and latest version
Package rh-python36-uwsgitop-0.10-1.noarch already installed and latest version
Package rh-python36-requests-kerberos-0.12.0-1.noarch already installed and latest version
Package rh-python36-jmespath-0.9.4-1.noarch already installed and latest version
Package rh-python36-dogpile.cache-0.7.1-1.noarch already installed and latest version
Package rh-python36-Flask-Script-2.0.6-1.noarch already installed and latest version
Package rh-python36-mistune-0.8.4-1.noarch already installed and latest version
Package rh-python36-pbr-5.4.0-1.noarch already installed and latest version
Package rh-python36-chardet-3.0.4-1.noarch already installed and latest version
Package rh-python36-ordereddict-1.1-1.noarch already installed and latest version
Package rh-python36-service_identity-18.1.0-1.noarch already installed and latest version
Package rh-python36-hyperlink-19.0.0-1.noarch already installed and latest version
Package rh-python36-python-jinja2-2.10.3-1.noarch already installed and latest version
Package rh-python36-pyrad-2.1-1.noarch already installed and latest version
Package rh-python36-billiard-3.6.0.0-1.noarch already installed and latest version
Package rh-python36-isort-4.3.4-1.noarch already installed and latest version
Package rh-python36-stevedore-1.30.1-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-storage-3.1.0-2.noarch already installed and latest version
Package rh-python36-azure-mgmt-nspkg-2.0.0-2.noarch already installed and latest version
Package rh-python36-pyasn1-modules-0.2.5-1.noarch already installed and latest version
Package rh-python36-ntlm-auth-1.3.0-1.noarch already installed and latest version
Package rh-python36-unittest2-1.1.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-dns-2.1.0-2.noarch already installed and latest version
Package rh-python36-azure-mgmt-keyvault-1.1.0-2.noarch already installed and latest version
Package rh-python36-extras-1.0.0-1.noarch already installed and latest version
Package rh-python36-azure-nspkg-3.0.2-2.noarch already installed and latest version
Package rh-python36-pkgconfig-1.4.0-1.noarch already installed and latest version
Package rh-python36-paramiko-2.6.0-1.noarch already installed and latest version
Package rh-python36-requests-futures-0.9.7-1.noarch already installed and latest version
Package rh-python36-applicationinsights-0.11.9-1.noarch already installed and latest version
Package rh-python36-XStatic-Bootstrap-SCSS-3.3.7.1-1.noarch already installed and latest version
Package rh-python36-jaraco.logging-2.0-1.noarch already installed and latest version
Package rh-python36-python-ordereddict-1.1-1.el7.noarch already installed and latest version
Package rh-python36-ovirt-engine-sdk-python-4.3.0-1.x86_64 already installed and latest version
Package rh-python36-jaraco.functools-2.0-1.noarch already installed and latest version
Package rh-python36-pywinrm-0.3.0-2.noarch already installed and latest version
Package rh-python36-django-jsonfield-1.2.0-1.noarch already installed and latest version
Package rh-python36-python-pygments-2.4.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-network-2.3.0-2.noarch already installed and latest version
Package rh-python36-jaraco.classes-2.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-cosmosdb-0.5.2-1.noarch already installed and latest version
Package rh-python36-python-django-oauth-toolkit-1.1.3-1.el7.noarch already installed and latest version
Package rh-python36-ara-1.1.0-1.noarch already installed and latest version
Package rh-python36-celery-4.3.0-1.noarch already installed and latest version
Package rh-python36-azure-graphrbac-0.40.0-2.noarch already installed and latest version
Package rh-python36-djangorestframework-yaml-1.0.3-1.noarch already installed and latest version
Package rh-python36-PyJWT-1.7.1-1.noarch already installed and latest version
Package rh-python36-jsonbfield-0.1.0-1.noarch already installed and latest version
Package rh-python36-ansible-2.8.5-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-web-0.41.0-2.noarch already installed and latest version
Package rh-python36-tempora-1.14-1.noarch already installed and latest version
Package rh-python36-isodate-0.6.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-hdinsight-0.1.0-2.noarch already installed and latest version
Package rh-python36-jsonpatch-1.23-1.noarch already installed and latest version
Package rh-python36-debtcollector-1.21.0-1.noarch already installed and latest version
Package rh-python36-Automat-0.7.0-1.noarch already installed and latest version
Package rh-python36-PyYAML-5.1.2-1.x86_64 already installed and latest version
Package rh-python36-azure-mgmt-batch-5.0.1-2.noarch already installed and latest version
Package rh-python36-python-subunit-1.3.0-1.noarch already installed and latest version
Package rh-python36-ansible-tower-cli-3.3.6-1.noarch already installed and latest version
Package rh-python36-traceback2-1.4.0-1.noarch already installed and latest version
Package rh-python36-gitdb2-2.0.5-1.noarch already installed and latest version
Package rh-python36-pykerberos-1.2.1-1.x86_64 already installed and latest version
Package rh-python36-wrapt-1.11.1-1.x86_64 already installed and latest version
Package rh-python36-keystoneauth1-3.14.0-1.noarch already installed and latest version
Package rh-python36-deprecation-2.0-1.noarch already installed and latest version
Package rh-python36-junit-xml-1.8-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-sql-0.10.0-2.noarch already installed and latest version
Package rh-python36-redbaron-0.6.3-1.noarch already installed and latest version
Package rh-python36-kubernetes-9.0.1-1.noarch already installed and latest version
Package rh-python36-pygerduty-0.37.0-1.noarch already installed and latest version
Package rh-python36-os-service-types-1.7.0-1.noarch already installed and latest version
Package rh-python36-tabulate-0.8.2-1.noarch already installed and latest version
Package rh-python36-cliff-2.14.1-1.noarch already installed and latest version
Package rh-python36-fixtures-3.0.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-authorization-0.51.1-1.noarch already installed and latest version
Package rh-python36-jsonpointer-2.0-1.noarch already installed and latest version
Package rh-python36-GitPython-2.1.11-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-containerservice-4.4.0-2.noarch already installed and latest version
Package rh-python36-itsdangerous-1.1.0-1.noarch already installed and latest version
Package rh-python36-backports.ssl_match_hostname-3.5.0.1-1.noarch already installed and latest version
Package rh-python36-wcwidth-0.1.7-1.noarch already installed and latest version
Package rh-python36-jsonpickle-1.2-1.noarch already installed and latest version
Package rh-python36-openstacksdk-0.31.1-1.noarch already installed and latest version
Package rh-python36-django-oauth-toolkit-1.1.3-1.noarch already installed and latest version
Package rh-python36-selinux-links-1.0-1.el7.x86_64 already installed and latest version
Package rh-python36-msrest-0.6.10-1.noarch already installed and latest version
Package rh-python36-constantly-15.1.0-1.noarch already installed and latest version
Package rh-python36-django-taggit-0.22.2-1.noarch already installed and latest version
Package rh-python36-entrypoints-0.2.3-1.noarch already installed and latest version
Package rh-python36-ptyprocess-0.6.0-1.noarch already installed and latest version
Package rh-python36-argparse-1.4.0-1.noarch already installed and latest version
Package rh-python36-jaraco.stream-2.0-1.noarch already installed and latest version
Package rh-python36-python-radius-1.0-1.noarch already installed and latest version
Package rh-python36-websocket_client-0.56.0-1.noarch already installed and latest version
Package rh-python36-python-memcached-1.59-1.noarch already installed and latest version
Package rh-python36-configparser-3.5.0-1.noarch already installed and latest version
Package rh-python36-msrestazure-0.6.2-1.noarch already installed and latest version
Package rh-python36-PyNaCl-1.3.0-1.x86_64 already installed and latest version
Package rh-python36-idna-2.8-1.noarch already installed and latest version
Package rh-python36-django-extensions-2.0.0-1.noarch already installed and latest version
Package rh-python36-alembic-1.0.10-1.noarch already installed and latest version
Package rh-python36-azure-cli-nspkg-3.0.2-2.noarch already installed and latest version
Package rh-python36-keyring-15.1.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-marketplaceordering-0.1.0-2.noarch already installed and latest version
Package rh-python36-python-logstash-0.4.6-1.noarch already installed and latest version
Package rh-python36-ruamel.yaml-0.15.99-1.x86_64 already installed and latest version
Package rh-python36-lxml-4.3.3-1.x86_64 already installed and latest version
Package rh-python36-rsa-4.0-1.noarch already installed and latest version
Package rh-python36-lockfile-0.12.2-1.noarch already installed and latest version
Package rh-python36-pytz-2019.2-1.noarch already installed and latest version
Package rh-python36-python3-saml-1.4.0-1.noarch already installed and latest version
Package rh-python36-Frozen-Flask-0.15-1.noarch already installed and latest version
Package rh-python36-vine-1.3.0-1.noarch already installed and latest version
Package rh-python36-Click-7.0-1.noarch already installed and latest version
Package rh-python36-slackclient-1.1.2-1.noarch already installed and latest version
Package rh-python36-twilio-6.10.4-1.noarch already installed and latest version
Package rh-python36-pyperclip-1.7.0-1.noarch already installed and latest version
Package rh-python36-oslo.serialization-2.29.1-1.noarch already installed and latest version
Package rh-python36-cachetools-3.1.1-1.noarch already installed and latest version
Package rh-python36-Flask-Migrate-2.5.1-1.noarch already installed and latest version
Package rh-python36-pyfakefs-3.5.8-1.noarch already installed and latest version
Package rh-python36-selectors2-2.0.1-1.noarch already installed and latest version
Package rh-python36-typing-3.6.6-1.noarch already installed and latest version
Package rh-python36-amqp-2.4.2-1.noarch already installed and latest version
Package rh-python36-colorama-0.4.1-1.noarch already installed and latest version
Package rh-python36-pyOpenSSL-19.0.0-1.noarch already installed and latest version
Package rh-python36-django-cors-headers-2.4.0-1.noarch already installed and latest version
Package rh-python36-python-dateutil-2.8.0-1.noarch already installed and latest version
Package rh-python36-python-editor-1.0.4-1.noarch already installed and latest version
Package rh-python36-baron-0.6.6-1.noarch already installed and latest version
Package rh-python36-python-django-solo-1.1.3-1.el7.noarch already installed and latest version
Package rh-python36-oslo.utils-3.41.0-1.noarch already installed and latest version
Package rh-python36-pycparser-2.19-1.noarch already installed and latest version
Package rh-python36-djangorestframework-3.9.4-1.noarch already installed and latest version
Package rh-python36-azure-keyvault-1.1.0-2.noarch already installed and latest version
Package rh-python36-pexpect-4.7.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-iothub-0.7.0-1.noarch already installed and latest version
Package rh-python36-requests-credssp-1.0.2-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-containerregistry-2.0.0-2.noarch already installed and latest version
Package rh-python36-adal-1.2.2-1.noarch already installed and latest version
Package rh-python36-testtools-2.3.0-1.noarch already installed and latest version
Package rh-python36-prettytable-0.7.2-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-cdn-3.0.0-2.noarch already installed and latest version
Package rh-python36-django-split-settings-0.3.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-trafficmanager-0.50.0-2.noarch already installed and latest version
Package rh-python36-pytest-runner-4.2-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-monitor-0.5.2-2.noarch already installed and latest version
Package rh-python36-ansible-runner-1.4.2-1.noarch already installed and latest version
Package rh-python36-tacacs_plus-1.0-1.noarch already installed and latest version
Package rh-python36-prometheus_client-0.6.0-1.noarch already installed and latest version
Package rh-python36-channels-1.1.8-1.noarch already installed and latest version
Package rh-python36-python-markupsafe-1.1.1-1.x86_64 already installed and latest version
Package rh-python36-boto3-1.9.223-1.noarch already installed and latest version
Package rh-python36-python-daemon-2.2.3-1.noarch already installed and latest version
Package rh-python36-requestsexceptions-1.4.0-1.noarch already installed and latest version
Package rh-python36-botocore-1.12.225-1.noarch already installed and latest version
Package rh-python36-knack-0.3.3-1.noarch already installed and latest version
Package rh-python36-SecretStorage-2.3.1-1.noarch already installed and latest version
Package rh-python36-requests-oauthlib-1.2.0-1.noarch already installed and latest version
Package rh-python36-XStatic-DataTables-1.10.15.1-1.noarch already installed and latest version
Package rh-python36-decorator-4.4.0-1.noarch already installed and latest version
Package rh-python36-incremental-17.5.0-1.noarch already installed and latest version
Package rh-python36-appdirs-1.4.3-1.noarch already installed and latest version
Package rh-python36-django-radius-1.3.3-1.noarch already installed and latest version
Package rh-python36-libselinux-python-2.5-14.1.el7.x86_64 already installed and latest version
Package rh-python36-google-auth-1.6.3-1.noarch already installed and latest version
Package rh-python36-autobahn-19.5.1-1.noarch already installed and latest version
Package rh-python36-jaraco.itertools-4.4.2-1.noarch already installed and latest version
Package rh-python36-netaddr-0.7.19-1.noarch already installed and latest version
Package rh-python36-asn1crypto-1.0.1-1.noarch already installed and latest version
Package rh-python36-asgi_amqp-1.1.3-1.noarch already installed and latest version
Package rh-python36-XStatic-Patternfly-3.21.0.1-1.noarch already installed and latest version
Package rh-python36-psutil-5.6.3-1.x86_64 already installed and latest version
Package rh-python36-Flask-SQLAlchemy-2.4.0-1.noarch already installed and latest version
Package rh-python36-oslo.i18n-3.23.1-1.noarch already installed and latest version
Package rh-python36-python-string-utils-0.6.0-1.noarch already installed and latest version
Package rh-python36-social-auth-app-django-2.1.0-1.noarch already installed and latest version
Package rh-python36-Twisted-19.2.0-1.x86_64 already installed and latest version
Package rh-python36-PyHamcrest-1.9.0-1.noarch already installed and latest version
Package rh-python36-django-crum-0.7.2-1.noarch already installed and latest version
Package rh-python36-python-ldap-3.2.0-1.x86_64 already installed and latest version
Package rh-python36-setuptools_scm-3.2.0-1.noarch already installed and latest version
Package rh-python36-cffi-1.12.3-1.x86_64 already installed and latest version
Package rh-python36-Markdown-2.6.11-1.noarch already installed and latest version
Package rh-python36-Babel-2.6.0-1.noarch already installed and latest version
Package rh-python36-pycurl-7.43.0.3-1.x86_64 already installed and latest version
Package rh-python36-jaraco.text-3.0-1.noarch already installed and latest version
Package rh-python36-monotonic-1.5-1.noarch already installed and latest version
Package rh-python36-netifaces-0.10.9-1.x86_64 already installed and latest version
Package rh-python36-linecache2-1.0.0-1.noarch already installed and latest version
Package rh-python36-rply-0.7.5-1.noarch already installed and latest version
Package rh-python36-Flask-1.1.1-1.noarch already installed and latest version
Package rh-python36-psycopg2-2.8.2-1.x86_64 already installed and latest version
Package rh-python36-azure-storage-0.35.1-2.noarch already installed and latest version
Package rh-python36-sphinx_rtd_theme-0.4.2-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-resource-2.1.0-2.noarch already installed and latest version
Package rh-python36-azure-cli-core-2.0.35-2.noarch already installed and latest version
Package rh-python36-s3transfer-0.2.1-1.noarch already installed and latest version
Package rh-python36-social-auth-core-3.0.0-1.noarch already installed and latest version
Package rh-python36-cmd2-0.9.12-1.noarch already installed and latest version
Package rh-python36-jaraco.collections-2.0-1.noarch already installed and latest version
Package rh-python36-requests-2.22.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-devtestlabs-3.0.0-1.noarch already installed and latest version
Package rh-python36-django-polymorphic-2.0.2-1.noarch already installed and latest version
Package rh-python36-uwsgi-2.0.17-1.x86_64 already installed and latest version
Package rh-python36-defusedxml-0.5.0-1.noarch already installed and latest version
Package rh-python36-PySocks-1.7.0-1.noarch already installed and latest version
Package rh-python36-wheel-0.30.0-1.noarch already installed and latest version
Package rh-python36-docutils-0.15.2-1.noarch already installed and latest version
Package rh-python36-pyvmomi-6.7.3-2.noarch already installed and latest version
Package rh-python36-inflect-2.1.0-1.noarch already installed and latest version
Package rh-python36-future-0.17.1-1.noarch already installed and latest version
Package rh-python36-os-client-config-1.29.0-1.noarch already installed and latest version
Package rh-python36-pyparsing-2.4.0-1.noarch already installed and latest version
Package rh-python36-sqlparse-0.3.0-1.noarch already installed and latest version
Package rh-python36-irc-16.2-1.noarch already installed and latest version
Package rh-python36-daphne-1.3.0-1.noarch already installed and latest version
Package rh-python36-msgpack-python-0.5.6-1.x86_64 already installed and latest version
Package rh-python36-jsonschema-2.6.0-1.noarch already installed and latest version
Package rh-python36-azure-mgmt-loganalytics-0.2.0-2.noarch already installed and latest version
Package rh-python36-XStatic-jQuery-3.3.1.1-1.noarch already installed and latest version
Package rh-python36-apache-libcloud-2.5.0-1.noarch already installed and latest version
Package rh-python36-shade-1.27.0-1.noarch already installed and latest version
Package rh-python36-certifi-2019.9.11-1.noarch already installed and latest version
Package rh-python36-six-1.12.0-1.noarch already installed and latest version
Package rh-python36-txaio-18.8.1-1.noarch already installed and latest version
Package rh-python36-python3-openid-3.1.0-1.noarch already installed and latest version
Package rh-python36-urllib3-1.25.5-1.noarch already installed and latest version
Package rh-python36-zope.interface-4.6.0-1.x86_64 already installed and latest version
Package rh-python36-django-auth-ldap-1.7.0-1.noarch already installed and latest version
Package rh-python36-requests_ntlm-1.1.0-1.noarch already installed and latest version
Package rh-python36-attrs-19.1.0-1.noarch already installed and latest version
Nothing to do
riahc3 commented 4 years ago

Anything else to do or try out?

MrMEEE commented 4 years ago

What error are you getting from awx-manage now?

riahc3 commented 4 years ago

What error are you getting from awx-manage now?

What is awx-manage?

When I go to AWX, I still get the bad gateway message. Is that what you mean?

MrMEEE commented 4 years ago

What does the upgrade commands return??

sudo -u awx scl enable rh-postgresql10 rh-python36 rh-git29 "GIT_PYTHON_REFRESH=quiet awx-manage makemigrations"
sudo -u awx scl enable rh-postgresql10 rh-python36 rh-git29 "GIT_PYTHON_REFRESH=quiet awx-manage migrate"
systemctl restart awx
riahc3 commented 4 years ago

Unable to open /etc/scl/conf/rh-git29! Unable to open /etc/scl/conf/rh-git29!

MrMEEE commented 4 years ago

Try

sudo -u awx scl enable rh-postgresql10 rh-python36 "GIT_PYTHON_REFRESH=quiet awx-manage makemigrations"
sudo -u awx scl enable rh-postgresql10 rh-python36 "GIT_PYTHON_REFRESH=quiet awx-manage migrate"
systemctl restart awx
riahc3 commented 4 years ago
systemctl restart awx

Finally! That did! The page loads up and I can login again (havent launched any tasks yet) Fixed and now I dont have to reinstall AWX-RPM even though it would have been nice in order to review the process.

Thank you!

riahc3 commented 4 years ago

Solved