This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Options | |
| pulp_devel_supplement_bashrc: true | |
| pulp_default_admin_password: password | |
| pulp_install_plugins: | |
| pulp-ansible: | |
| source_dir: "/home/vagrant/devel/pulp_ansible" | |
| galaxy-ng: | |
| source_dir: "/home/vagrant/devel/galaxy_ng" | |
| pulp-container: | |
| source_dir: "/home/vagrant/devel/pulp_container" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pulp_default_admin_password: password | |
| pulp_install_source: pip | |
| pulp_settings: | |
| secret_key: secret | |
| content_origin: "https://{{ inventory_hostname }}" | |
| x_pulp_api_host: 127.0.0.1 | |
| x_pulp_api_port: 24817 | |
| x_pulp_api_user: "admin" | |
| x_pulp_api_password: "{{ pulp_default_admin_password }}" | |
| x_pulp_api_prefix: "pulp_ansible/galaxy/automation-hub/api" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Django app detected | |
| Working in development environment | |
| BASE_DIR: '/home/vagrant/devel/pulpcore/pulpcore/app' | |
| DEBUG: False | |
| ALLOWED_HOSTS: ['*'] | |
| MEDIA_ROOT: '/var/lib/pulp/' | |
| STATIC_URL: '/static/' | |
| STATIC_ROOT: '/var/lib/pulp/assets/' | |
| DEFAULT_FILE_STORAGE: 'pulpcore.app.models.storage.FileSystem' | |
| FILE_UPLOAD_TEMP_DIR: '/var/lib/pulp/tmp/' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ov 10 16:33:36 ip-10-0-10-108 rq[16473]: /usr/lib64/python3.6/asyncio/events.py:145: RuntimeWarning: coroutine 'BaseDownloader.run' was never awaited | |
| Nov 10 16:33:36 ip-10-0-10-108 rq[16473]: self._callback(*self._args) | |
| Nov 10 16:33:36 ip-10-0-10-108 rq[16473]: pulp: rq.worker:ERROR: Traceback (most recent call last): | |
| Nov 10 16:33:36 ip-10-0-10-108 rq[16473]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute | |
| Nov 10 16:33:36 ip-10-0-10-108 rq[16473]: return self.cursor.execute(sql, params) | |
| Nov 10 16:33:36 ip-10-0-10-108 rq[16473]: psycopg2.IntegrityError: duplicate key value violates unique constraint "unique_is_highest" | |
| Nov 10 16:33:36 ip-10-0-10-108 rq[16473]: DETAIL: Key (collection_id, is_highest)=(0ae257f5-5916-4ce9-a617-d04c2059d5a2, t) already exists. | |
| Nov 10 16:33:36 ip-10-0-10-108 rq[16473]: The above exception was the direct cause of the following exception: | |
| Nov 10 16:33:36 ip-10-0-10-108 rq[16473]: Traceback (most recent call last): | |
| Nov 10 16:33:36 ip-10- |
OlderNewer