Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1451927 Details for
Bug 1591766
Ansible Tower support for FIPS mode
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Error during install of Ansible Tower
ansible_install_error.txt (text/plain), 7.77 KB, created by
Bradley Scalio
on 2018-06-15 13:37:51 UTC
(
hide
)
Description:
Error during install of Ansible Tower
Filename:
MIME Type:
Creator:
Bradley Scalio
Created:
2018-06-15 13:37:51 UTC
Size:
7.77 KB
patch
obsolete
>TASK [awx_install : Migrate the Tower database schema (may take awhile when upgrading).] *** >fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["awx-manage", "migrate", "--noinput", "--fake-initial"], "delta": "0:07:09.847189", "end": "2018-06-13 09:55:00.129504", "msg": "non-zero return code", "rc": 1, "start": "2018-06-13 09:47:50.282315", "stderr": "Traceback (most recent call last):\n File \"/bin/awx-manage\", line 9, in <module>\n load_entry_point('awx==3.2.2', 'console_scripts', 'awx-manage')()\n File \"/lib/python2.7/site-packages/awx/__init__.py\", line 107, in manage\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py\", line 354, in execute_from_command_line\n utility.execute()\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py\", line 346, in execute\n self.fetch_command(subcommand).run_from_argv(self.argv)\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py\", line 394, in run_from_argv\n self.execute(*args, **cmd_options)\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py\", line 445, in execute\n output = self.handle(*args, **options)\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/commands/migrate.py\", line 222, in handle\n executor.migrate(targets, plan, fake=fake, fake_initial=fake_initial)\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/executor.py\", line 110, in migrate\n self.apply_migration(states[migration], migration, fake=fake, fake_initial=fake_initial)\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/executor.py\", line 148, in apply_migration\n state = migration.apply(state, schema_editor)\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/migration.py\", line 115, in apply\n operation.database_forwards(self.app_label, schema_editor, old_state, project_state)\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/operations/models.py\", line 59, in database_forwards\n schema_editor.create_model(model)\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 289, in create_model\n self.deferred_sql.extend(self._model_indexes_sql(model))\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/schema.py\", line 24, in _model_indexes_sql\n output = super(DatabaseSchemaEditor, self)._model_indexes_sql(model)\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 859, in _model_indexes_sql\n output.append(self._create_index_sql(model, [field], suffix=\"\"))\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 844, in _create_index_sql\n \"name\": self.quote_name(self._create_index_name(model, columns, suffix=suffix)),\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 800, in _create_index_name\n '%s_%s' % (model._meta.db_table, self._digest(column_names[0])),\n File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 122, in _digest\n h = hashlib.md5()\nValueError: error:060800A3:digital envelope routines:EVP_DigestInit_ex:disabled for fips", "stderr_lines": ["Traceback (most recent call last):", " File \"/bin/awx-manage\", line 9, in <module>", " load_entry_point('awx==3.2.2', 'console_scripts', 'awx-manage')()", " File \"/lib/python2.7/site-packages/awx/__init__.py\", line 107, in manage", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py\", line 354, in execute_from_command_line", " utility.execute()", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py\", line 346, in execute", " self.fetch_command(subcommand).run_from_argv(self.argv)", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py\", line 394, in run_from_argv", " self.execute(*args, **cmd_options)", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py\", line 445, in execute", " output = self.handle(*args, **options)", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/commands/migrate.py\", line 222, in handle", " executor.migrate(targets, plan, fake=fake, fake_initial=fake_initial)", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/executor.py\", line 110, in migrate", " self.apply_migration(states[migration], migration, fake=fake, fake_initial=fake_initial)", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/executor.py\", line 148, in apply_migration", " state = migration.apply(state, schema_editor)", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/migration.py\", line 115, in apply", " operation.database_forwards(self.app_label, schema_editor, old_state, project_state)", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/operations/models.py\", line 59, in database_forwards", " schema_editor.create_model(model)", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 289, in create_model", " self.deferred_sql.extend(self._model_indexes_sql(model))", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/schema.py\", line 24, in _model_indexes_sql", " output = super(DatabaseSchemaEditor, self)._model_indexes_sql(model)", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 859, in _model_indexes_sql", " output.append(self._create_index_sql(model, [field], suffix=\"\"))", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 844, in _create_index_sql", " \"name\": self.quote_name(self._create_index_name(model, columns, suffix=suffix)),", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 800, in _create_index_name", " '%s_%s' % (model._meta.db_table, self._digest(column_names[0])),", " File \"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/schema.py\", line 122, in _digest", " h = hashlib.md5()", "ValueError: error:060800A3:digital envelope routines:EVP_DigestInit_ex:disabled for fips"], "stdout": "Operations to perform:\n Synchronize unmigrated apps: solo, api, staticfiles, messages, channels, django_extensions, ui, rest_framework, polymorphic\n Apply all migrations: sso, taggit, sessions, djcelery, sites, kombu_transport_django, social_auth, contenttypes, auth, conf, main\nSynchronizing apps without migrations:\n Creating tables...\n Running deferred SQL...\n Installing custom SQL...\nRunning migrations:\n Rendering model states... DONE\n Applying contenttypes.0001_initial... OK\n Applying contenttypes.0002_remove_content_type_name... OK\n Applying auth.0001_initial...", "stdout_lines": ["Operations to perform:", " Synchronize unmigrated apps: solo, api, staticfiles, messages, channels, django_extensions, ui, rest_framework, polymorphic", " Apply all migrations: sso, taggit, sessions, djcelery, sites, kombu_transport_django, social_auth, contenttypes, auth, conf, main", "Synchronizing apps without migrations:", " Creating tables...", " Running deferred SQL...", " Installing custom SQL...", "Running migrations:", " Rendering model states... DONE", " Applying contenttypes.0001_initial... OK", " Applying contenttypes.0002_remove_content_type_name... OK", " Applying auth.0001_initial..."]}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1591766
: 1451927