Pulp3 not coming up post 3.3 upgrade

Problem:
pulp3 not coming up

Expected outcome:
pulp3 is running and working

Foreman and Proxy versions:
Foreman and Proxy plugin versions:

$ rpm -qa|grep '^foreman\|^katello'|sort
foreman-3.3.1-1.el8.noarch
foreman-cli-3.3.1-1.el8.noarch
foreman-debug-3.3.1-1.el8.noarch
foreman-dynflow-sidekiq-3.3.1-1.el8.noarch
host.domain.com-apache-1.0-80.noarch
host.domain.com-foreman-client-1.0-80.noarch
host.domain.com-foreman-proxy-1.0-80.noarch
host.domain.com-foreman-proxy-client-1.0-80.noarch
host.domain.com-puppet-client-1.0-80.noarch
host.domain.com-qpid-broker-1.0-1.noarch
host.domain.com-qpid-router-server-1.0-1.noarch
foreman-installer-3.3.1-2.el8.noarch
foreman-installer-katello-3.3.1-2.el8.noarch
foreman-postgresql-3.3.1-1.el8.noarch
foreman-proxy-3.3.1-1.el8.noarch
foreman-release-3.3.1-1.el8.noarch
foreman-selinux-3.3.1-1.el8.noarch
foreman-service-3.3.1-1.el8.noarch
foreman-vmware-3.3.1-1.el8.noarch
katello-4.5.1-1.el8.noarch
katello-certs-tools-2.9.0-1.el8.noarch
katello-client-bootstrap-1.7.9-1.el8.noarch
katello-common-4.5.1-1.el8.noarch
katello-debug-4.5.1-1.el8.noarch
katello-default-ca-1.0-1.noarch
katello-repos-4.5.1-1.el8.noarch
katello-selinux-4.0.2-1.el8.noarch
katello-server-ca-1.0-1.noarch

Distribution and version:
CentOS Stream 8

Other relevant data:

Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]: Traceback (most recent call last):
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     return self.cursor.execute(sql, params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]: psycopg2.errors.UndefinedTable: relation "core_taskschedule" does not exist
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]: LINE 1: ...sk_name", "core_taskschedule"."last_task_id" FROM "core_task...
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:                                                              ^
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]: The above exception was the direct cause of the following exception:
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]: Traceback (most recent call last):
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/bin/pulpcore-worker", line 33, in <module>
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     sys.exit(load_entry_point('pulpcore==3.18.10', 'console_scripts', 'pulpcore-worker')())
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/click/core.py", line 1128, in __call__
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     return self.main(*args, **kwargs)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/click/core.py", line 1053, in main
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     rv = self.invoke(ctx)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/click/core.py", line 1395, in invoke
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     return ctx.invoke(self.callback, **ctx.params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/click/core.py", line 754, in invoke
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     return __callback(*args, **kwargs)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/entrypoint.py", line 28, in worker
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     NewPulpWorker().run_forever()
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/pulpcore_worker.py", line 368, in run_forever
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     self.sleep()
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/pulpcore_worker.py", line 280, in sleep
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     self.beat()
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/pulpcore_worker.py", line 153, in beat
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     dispatch_scheduled_tasks()
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/tasks.py", line 104, in dispatch_scheduled_tasks
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     for task_schedule in TaskSchedule.objects.filter(next_dispatch__lte=now).filter(
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/models/query.py", line 280, in __iter__
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     self._fetch_all()
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/models/query.py", line 1324, in _fetch_all
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     self._result_cache = list(self._iterable_class(self))
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/models/query.py", line 51, in __iter__
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/models/sql/compiler.py", line 1175, in execute_sql
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     cursor.execute(sql, params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 66, in execute
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 75, in _execute_with_wrappers
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     return executor(sql, params, many, context)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     return self.cursor.execute(sql, params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/utils.py", line 90, in __exit__
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     raise dj_exc_value.with_traceback(traceback) from exc_value
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:     return self.cursor.execute(sql, params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]: django.db.utils.ProgrammingError: relation "core_taskschedule" does not exist
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]: LINE 1: ...sk_name", "core_taskschedule"."last_task_id" FROM "core_task...
Dec 30 23:50:56 host.domain.com pulpcore-worker-1[57680]:                                                              ^
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]: Traceback (most recent call last):
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     return self.cursor.execute(sql, params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]: psycopg2.errors.UndefinedTable: relation "core_taskschedule" does not exist
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]: LINE 1: ...sk_name", "core_taskschedule"."last_task_id" FROM "core_task...
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:                                                              ^
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]: The above exception was the direct cause of the following exception:
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]: Traceback (most recent call last):
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/bin/pulpcore-worker", line 33, in <module>
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     sys.exit(load_entry_point('pulpcore==3.18.10', 'console_scripts', 'pulpcore-worker')())
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/click/core.py", line 1128, in __call__
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     return self.main(*args, **kwargs)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/click/core.py", line 1053, in main
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     rv = self.invoke(ctx)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/click/core.py", line 1395, in invoke
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     return ctx.invoke(self.callback, **ctx.params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/click/core.py", line 754, in invoke
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     return __callback(*args, **kwargs)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/entrypoint.py", line 28, in worker
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     NewPulpWorker().run_forever()
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/pulpcore_worker.py", line 368, in run_forever
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     self.sleep()
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/pulpcore_worker.py", line 280, in sleep
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     self.beat()
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/pulpcore_worker.py", line 153, in beat
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     dispatch_scheduled_tasks()
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/pulpcore/tasking/tasks.py", line 104, in dispatch_scheduled_tasks
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     for task_schedule in TaskSchedule.objects.filter(next_dispatch__lte=now).filter(
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/models/query.py", line 280, in __iter__
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     self._fetch_all()
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/models/query.py", line 1324, in _fetch_all
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     self._result_cache = list(self._iterable_class(self))
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/models/query.py", line 51, in __iter__
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/models/sql/compiler.py", line 1175, in execute_sql
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     cursor.execute(sql, params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 66, in execute
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 75, in _execute_with_wrappers
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     return executor(sql, params, many, context)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     return self.cursor.execute(sql, params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/utils.py", line 90, in __exit__
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     raise dj_exc_value.with_traceback(traceback) from exc_value
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:     return self.cursor.execute(sql, params)
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]: django.db.utils.ProgrammingError: relation "core_taskschedule" does not exist
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]: LINE 1: ...sk_name", "core_taskschedule"."last_task_id" FROM "core_task...
Dec 30 23:50:56 host.domain.com pulpcore-worker-2[57682]:                                                              ^
Dec 30 23:50:56 host.domain.com systemd[1]: pulpcore-worker@1.service: Main process exited, code=exited, status=1/FAILURE
Dec 30 23:50:56 host.domain.com systemd[1]: pulpcore-worker@1.service: Failed with result 'exit-code'.

Where is that error coming from? Did you run foreman-installer after the upgrade?

Yes I did, that is post update and installer when the services are attempting to run.

Seems like a table in the db doesn’t exist.

psycopg2.errors.UndefinedTable: relation "core_taskschedule" does not exist

Sorry, but it is still not clear: from what version did you upgrade?

Please post the foreman-installer run with output.

I am doing a stepped upgrade from version to version until I get to a more current version.

Came from 3.1 (original install from a while back) → 3.2 (previous) → 3.3 (current)

This is new, didn’t get this yesterday. Yesterday the run was successful.

2022-12-31 12:54:14 [INFO  ] [pre_migrations] Executing hooks in group pre_migrations
2022-12-31 12:54:14 [INFO  ] [pre_migrations] All hooks in group pre_migrations finished
2022-12-31 12:54:14 [INFO  ] [boot] Executing hooks in group boot
2022-12-31 12:54:14 [INFO  ] [boot] All hooks in group boot finished
2022-12-31 12:54:14 [NOTICE] [root] Loading installer configuration. This will take some time.
2022-12-31 12:54:14 [INFO  ] [init] Executing hooks in group init
2022-12-31 12:54:14 [INFO  ] [init] All hooks in group init finished
2022-12-31 12:54:14 [INFO  ] [root] Loading default values from puppet modules...
2022-12-31 12:54:22 [INFO  ] [root] ... finished loading default values from puppet modules.
2022-12-31 12:54:22 [INFO  ] [pre_values] Executing hooks in group pre_values
2022-12-31 12:54:22 [INFO  ] [pre_values] All hooks in group pre_values finished
2022-12-31 12:54:22 [NOTICE] [root] Running installer with log based terminal output at level INFO.
2022-12-31 12:54:22 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions.
2022-12-31 12:54:25 [INFO  ] [pre_validations] Executing hooks in group pre_validations
2022-12-31 12:54:26 [INFO  ] [pre_validations] All hooks in group pre_validations finished
2022-12-31 12:54:26 [INFO  ] [root] Running validation checks.
2022-12-31 12:54:26 [INFO  ] [pre_commit] Executing hooks in group pre_commit
Executing: katello-certs-check -c "/root/foreman_cert/host.domain.com_cert_crt.pem" -k "/root/foreman_cert/host.domain.com_cert_key.pem" -b "/root/foreman_cert/gnet.com-CA.pem"
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
Checking server certificate encoding: [OK]

Checking expiration of certificate: [OK]

Checking expiration of CA bundle: [OK]

Checking if server certificate has CA:TRUE flag [OK]

Checking for private key passphrase: [OK]

Checking to see if the private key matches the certificate: [OK]

Checking CA bundle against the certificate file: [OK]

Checking CA bundle size: 1
[OK]

Checking Subject Alt Name on certificate [OK]

Checking if any Subject Alt Name on certificate matches the Subject CN
[OK]

Checking Key Usage extension on certificate for Key Encipherment [OK]

Checking for use of shortname as CN
[OK]

Validation succeeded


To install the Katello server with the custom certificates, run:

    foreman-installer --scenario katello \
                      --certs-server-cert "/root/foreman_cert/host.domain.com_cert_crt.pem" \
                      --certs-server-key "/root/foreman_cert/host.domain.com_cert_key.pem" \
                      --certs-server-ca-cert "/root/foreman_cert/gnet.com-CA.pem"

To update the certificates on a currently running Katello installation, run:

    foreman-installer --scenario katello \
                      --certs-server-cert "/root/foreman_cert/host.domain.com_cert_crt.pem" \
                      --certs-server-key "/root/foreman_cert/host.domain.com_cert_key.pem" \
                      --certs-server-ca-cert "/root/foreman_cert/gnet.com-CA.pem" \
                      --certs-update-server --certs-update-server-ca

To use them inside a NEW $FOREMAN_PROXY, rerun this command with -t foreman-proxy
2022-12-31 12:54:29 [INFO  ] [pre_commit] All hooks in group pre_commit finished
2022-12-31 12:54:29 [INFO  ] [pre] Executing hooks in group pre
2022-12-31 12:54:39 [INFO  ] [pre] Ensuring foreman-selinux, katello-selinux, candlepin-selinux, pulpcore-selinux to package state installed
2022-12-31 12:54:48 [INFO  ] [pre] All hooks in group pre finished
2022-12-31 12:54:48 [NOTICE] [configure] Starting system configuration.
2022-12-31 12:55:04 [INFO  ] [configure] Compiled catalog for host.domain.com in environment production in 8.66 seconds
2022-12-31 12:55:10 [INFO  ] [configure] /Stage[main]/Apache::Mod::Event/File[/etc/httpd/conf.modules.d/event.conf]/ensure: defined content as '{md5}10af39f3d2c6c9d57ff34c37433fb65f'
2022-12-31 12:55:17 [NOTICE] [configure] 250 configuration steps out of 2124 steps complete.
2022-12-31 12:55:29 [INFO  ] [configure] /Stage[main]/Pulpcore::Cli/Package[pulp-cli]/ensure: created
2022-12-31 12:55:29 [INFO  ] [configure] /Stage[main]/Pulpcore::Cli/File[/etc/pulp/cli.toml]/ensure: defined content as '{md5}0ee410c9a488245ad793caa2a1120a20'
2022-12-31 12:55:29 [INFO  ] [configure] /File[/root/.config]/seluser: seluser changed 'unconfined_u' to 'system_u'
2022-12-31 12:55:29 [INFO  ] [configure] /Stage[main]/Pulpcore::Cli/File[/root/.config/pulp]/ensure: created
2022-12-31 12:55:29 [INFO  ] [configure] /Stage[main]/Pulpcore::Cli/File[/root/.config/pulp/cli.toml]/ensure: defined content as '{md5}8e0bf378a3c1803fb0bbd6426d79714b'
2022-12-31 12:55:36 [NOTICE] [configure] 500 configuration steps out of 2128 steps complete.
2022-12-31 12:55:36 [INFO  ] [configure] /Stage[main]/Foreman::Cli/File[/etc/hammer/cli.modules.d/foreman.yml]/content:
2022-12-31 12:55:36 [INFO  ] [configure] --- /etc/hammer/cli.modules.d/foreman.yml      2022-05-12 14:53:49.000000000 -0400
2022-12-31 12:55:36 [INFO  ] [configure] +++ /tmp/puppet-file20221231-308810-1m9ebsf    2022-12-31 12:55:36.760312768 -0500
2022-12-31 12:55:36 [INFO  ] [configure] @@ -3,35 +3,7 @@
2022-12-31 12:55:36 [INFO  ] [configure] :enable_module: true
2022-12-31 12:55:36 [INFO  ] [configure]
2022-12-31 12:55:36 [INFO  ] [configure] # Your foreman server address
2022-12-31 12:55:36 [INFO  ] [configure] -  :host: 'https://localhost/'
2022-12-31 12:55:36 [INFO  ] [configure] -
2022-12-31 12:55:36 [INFO  ] [configure] -  # Credentials. You'll be asked for them interactively if you leave them blank here
2022-12-31 12:55:36 [INFO  ] [configure] -  # Possible values:
2022-12-31 12:55:36 [INFO  ] [configure] -
2022-12-31 12:55:36 [INFO  ] [configure] -  # Basic Auth:
2022-12-31 12:55:36 [INFO  ] [configure] -  #:default_auth_type: 'Basic_Auth'
2022-12-31 12:55:36 [INFO  ] [configure] -  :username: 'admin'
2022-12-31 12:55:36 [INFO  ] [configure] -  #:password: 'example'
2022-12-31 12:55:36 [INFO  ] [configure] -
2022-12-31 12:55:36 [INFO  ] [configure] -  # Oauth using the Password Grant Flow:
2022-12-31 12:55:36 [INFO  ] [configure] -  # This authentication method requires sessions to be enabled, uncomment the following
2022-12-31 12:55:36 [INFO  ] [configure] -  # lines to use this authentication method.
2022-12-31 12:55:36 [INFO  ] [configure] -  #:default_auth_type: 'Oauth_Password_Grant'
2022-12-31 12:55:36 [INFO  ] [configure] -  #:oidc_token_endpoint: https://keycloak.example.com/token
2022-12-31 12:55:36 [INFO  ] [configure] -  #:oidc_client_id: example-client-id
2022-12-31 12:55:36 [INFO  ] [configure] -
2022-12-31 12:55:36 [INFO  ] [configure] -  # Oauth using Authentication Code Flow(Two Factor):
2022-12-31 12:55:36 [INFO  ] [configure] -  # This authentication method requires sessions to be enabled, uncomment the following
2022-12-31 12:55:36 [INFO  ] [configure] -  # lines to use this authentication method.
2022-12-31 12:55:36 [INFO  ] [configure] -  #:default_auth_type: 'Oauth_Authentication_Code_Grant'
2022-12-31 12:55:36 [INFO  ] [configure] -  #:oidc_token_endpoint: https://keycloak.example.com/token
2022-12-31 12:55:36 [INFO  ] [configure] -  #:oidc_authorization_endpoint: https://keycloak.example.com/auth
2022-12-31 12:55:36 [INFO  ] [configure] -  #:oidc_client_id: example-client-id
2022-12-31 12:55:36 [INFO  ] [configure] -  #:oidc_redirect_uri: urn:ietf:wg:oauth:2.0:oob
2022-12-31 12:55:36 [INFO  ] [configure] -
2022-12-31 12:55:36 [INFO  ] [configure] -  # Negotiate (Kerberos) Auth:
2022-12-31 12:55:36 [INFO  ] [configure] -  # User needs to run kinit before using hammer (or initiate kerberos keyring in another way).
2022-12-31 12:55:36 [INFO  ] [configure] -  #:default_auth_type: 'Negotiate_Auth'
2022-12-31 12:55:36 [INFO  ] [configure] +  :host: 'https://host.domain.com'
2022-12-31 12:55:36 [INFO  ] [configure]
2022-12-31 12:55:36 [INFO  ] [configure] # Enable using sessions
2022-12-31 12:55:36 [INFO  ] [configure] # When sessions are enabled, hammer ignores credentials stored in the config file
2022-12-31 12:55:36 [INFO  ] [configure] @@ -39,11 +11,11 @@
2022-12-31 12:55:36 [INFO  ] [configure] :use_sessions: false
2022-12-31 12:55:36 [INFO  ] [configure]
2022-12-31 12:55:36 [INFO  ] [configure] # Check API documentation cache status on each request
2022-12-31 12:55:36 [INFO  ] [configure] -  #:refresh_cache: false
2022-12-31 12:55:36 [INFO  ] [configure] +  :refresh_cache: false
2022-12-31 12:55:36 [INFO  ] [configure] +
2022-12-31 12:55:36 [INFO  ] [configure] +  # API request timeout in seconds, set -1 for infinity
2022-12-31 12:55:36 [INFO  ] [configure] +  :request_timeout: 120
2022-12-31 12:55:36 [INFO  ] [configure]
2022-12-31 12:55:36 [INFO  ] [configure] -  # API request timeout. Set to -1 for no timeout
2022-12-31 12:55:36 [INFO  ] [configure] -  #:request_timeout: 120 #seconds
2022-12-31 12:55:36 [INFO  ] [configure]
2022-12-31 12:55:36 [INFO  ] [configure] -  # Follow API redirects. One of :never, :default, :always
2022-12-31 12:55:36 [INFO  ] [configure] -  # Value :default means RestClient default behaviour - follow only in GET and HEAD requests
2022-12-31 12:55:36 [INFO  ] [configure] -  #:follow_redirects: :never
2022-12-31 12:55:36 [INFO  ] [configure] +:ssl:
2022-12-31 12:55:36 [INFO  ] [configure] +  :ssl_ca_file: '/etc/pki/katello/certs/katello-server-ca.crt'
2022-12-31 12:55:36 [INFO  ] [configure] /Stage[main]/Foreman::Cli/File[/etc/hammer/cli.modules.d/foreman.yml]/content: content changed '{md5}84b56b906d1d5ae23db84203e9afbb7b' to '{md5}57a3c89ab870c7d5bc80eba55179148f'
2022-12-31 12:55:37 [INFO  ] [configure] /Stage[main]/Apache::Mod::Event/Apache::Mpm[event]/File[/etc/httpd/conf.modules.d/event.load]/ensure: defined content as '{md5}9d7bf18beb5f5828683ab48eeb6eff52'
2022-12-31 12:55:37 [INFO  ] [configure] /Stage[main]/Postgresql::Server::Config/Concat[/var/lib/pgsql/data/pg_hba.conf]/File[/var/lib/pgsql/data/pg_hba.conf]/content:
2022-12-31 12:55:37 [INFO  ] [configure] --- /var/lib/pgsql/data/pg_hba.conf    2022-12-31 12:29:48.057045690 -0500
2022-12-31 12:55:37 [INFO  ] [configure] +++ /tmp/puppet-file20221231-308810-eltuwh     2022-12-31 12:55:37.581361128 -0500
2022-12-31 12:55:37 [INFO  ] [configure] @@ -29,6 +29,3 @@
2022-12-31 12:55:37 [INFO  ] [configure] # Description: none
2022-12-31 12:55:37 [INFO  ] [configure] # Order: 101
2022-12-31 12:55:37 [INFO  ] [configure] host   all     all     ::1/128 md5
2022-12-31 12:55:37 [INFO  ] [configure] -
2022-12-31 12:55:37 [INFO  ] [configure] -# allow all from home network
2022-12-31 12:55:37 [INFO  ] [configure] -host  all     all     192.168.80.100/32       md5
2022-12-31 12:55:37 [INFO  ] [configure] /Stage[main]/Postgresql::Server::Config/Concat[/var/lib/pgsql/data/pg_hba.conf]/File[/var/lib/pgsql/data/pg_hba.conf]/content: content changed '{md5}0e7040f91f0900c3455b29cef65dded7' to '{md5}85
cf7197535eff9999ba5de8665bb53e'
2022-12-31 12:55:42 [NOTICE] [configure] 750 configuration steps out of 2133 steps complete.
2022-12-31 12:55:42 [INFO  ] [configure] /Stage[main]/Pulpcore::Config/Concat[pulpcore settings]/File[/etc/pulp/settings.py]/content:
2022-12-31 12:55:42 [INFO  ] [configure] --- /etc/pulp/settings.py      2022-05-09 12:28:49.589813419 -0400
2022-12-31 12:55:42 [INFO  ] [configure] +++ /tmp/puppet-file20221231-308810-25ze3u     2022-12-31 12:55:42.355642335 -0500
2022-12-31 12:55:42 [INFO  ] [configure] @@ -23,7 +23,6 @@
2022-12-31 12:55:42 [INFO  ] [configure] }
2022-12-31 12:55:42 [INFO  ] [configure] REDIS_URL = "redis://localhost:6379/8"
2022-12-31 12:55:42 [INFO  ] [configure]
2022-12-31 12:55:42 [INFO  ] [configure] -USE_NEW_WORKER_TYPE = True
2022-12-31 12:55:42 [INFO  ] [configure]
2022-12-31 12:55:42 [INFO  ] [configure] MEDIA_ROOT = "/var/lib/pulp/media"
2022-12-31 12:55:42 [INFO  ] [configure] STATIC_ROOT = "/var/lib/pulp/assets"
2022-12-31 12:55:42 [INFO  ] [configure] @@ -46,7 +45,7 @@
2022-12-31 12:55:42 [INFO  ] [configure] # Derive HTTP/HTTPS via the X-Forwarded-Proto header set by Apache
2022-12-31 12:55:42 [INFO  ] [configure] SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
2022-12-31 12:55:42 [INFO  ] [configure]
2022-12-31 12:55:42 [INFO  ] [configure] -CACHE_ENABLED = False
2022-12-31 12:55:42 [INFO  ] [configure] +CACHE_ENABLED = True
2022-12-31 12:55:42 [INFO  ] [configure]
2022-12-31 12:55:42 [INFO  ] [configure] LOGGING = {
2022-12-31 12:55:42 [INFO  ] [configure] "dynaconf_merge": True,
2022-12-31 12:55:42 [INFO  ] [configure] /Stage[main]/Pulpcore::Config/Concat[pulpcore settings]/File[/etc/pulp/settings.py]/content: content changed '{md5}691783f8e76354a4a3e38f4db6ee2a47' to '{md5}9599f7559210d9fdf6b6fcb0acd119ce'
2022-12-31 12:55:49 [INFO  ] [configure] /Stage[main]/Pulpcore::Static/Pulpcore::Admin[collectstatic --noinput]/Exec[pulpcore-manager collectstatic --noinput]: Triggered 'refresh' from 1 event
2022-12-31 12:55:49 [INFO  ] [configure] /Stage[main]/Foreman_proxy_content::Bootstrap_rpm/Trusted_ca::Ca[katello_server-host-cert]/File[/etc/pki/ca-trust/source/anchors/katello_server-host-cert.crt]/mode: mode changed '0640' to '0644'
2022-12-31 12:55:49 [INFO  ] [configure] /Stage[main]/Foreman_proxy_content::Bootstrap_rpm/Trusted_ca::Ca[katello_server-host-cert]/Exec[validate /etc/pki/ca-trust/source/anchors/katello_server-host-cert.crt]: Triggered 'refresh' from
1 event
2022-12-31 12:55:53 [INFO  ] [configure] /Stage[main]/Trusted_ca/Exec[update_system_certs]: Triggered 'refresh' from 1 event
2022-12-31 12:55:53 [INFO  ] [configure] /Stage[main]/Puppet::Config/Concat[/etc/puppetlabs/puppet/puppet.conf]/File[/etc/puppetlabs/puppet/puppet.conf]/content:
2022-12-31 12:55:53 [INFO  ] [configure] --- /etc/puppetlabs/puppet/puppet.conf 2022-12-30 23:36:17.031853940 -0500
2022-12-31 12:55:53 [INFO  ] [configure] +++ /tmp/puppet-file20221231-308810-n0ha34     2022-12-31 12:55:53.384291928 -0500
2022-12-31 12:55:53 [INFO  ] [configure] @@ -1,5 +1,4 @@
2022-12-31 12:55:53 [INFO  ] [configure] # file managed by puppet
2022-12-31 12:55:53 [INFO  ] [configure] -
2022-12-31 12:55:53 [INFO  ] [configure] [main]
2022-12-31 12:55:53 [INFO  ] [configure] basemodulepath = /etc/puppetlabs/code/environments/common:/etc/puppetlabs/code/modules:/opt/puppetlabs/puppet/modules:/usr/share/puppet/modules
2022-12-31 12:55:53 [INFO  ] [configure] certname = host.domain.com
2022-12-31 12:55:53 [INFO  ] [configure] @@ -12,7 +11,6 @@
2022-12-31 12:55:53 [INFO  ] [configure] pluginsource = puppet:///plugins
2022-12-31 12:55:53 [INFO  ] [configure] privatekeydir = $ssldir/private_keys { group = service }
2022-12-31 12:55:53 [INFO  ] [configure] reports = foreman
2022-12-31 12:55:53 [INFO  ] [configure] -    storeconfigs = false
2022-12-31 12:55:53 [INFO  ] [configure] rundir = /var/run/puppetlabs
2022-12-31 12:55:53 [INFO  ] [configure] server = host.domain.com
2022-12-31 12:55:53 [INFO  ] [configure] show_diff = false
2022-12-31 12:55:53 [INFO  ] [configure] @@ -42,5 +40,6 @@
2022-12-31 12:55:53 [INFO  ] [configure] parser = current
2022-12-31 12:55:53 [INFO  ] [configure] rundir = /var/run/puppetlabs/puppetserver
2022-12-31 12:55:53 [INFO  ] [configure] ssldir = /etc/puppetlabs/puppet/ssl
2022-12-31 12:55:53 [INFO  ] [configure] +    storeconfigs = false
2022-12-31 12:55:53 [INFO  ] [configure] strict_variables = false
2022-12-31 12:55:53 [INFO  ] [configure] vardir = /opt/puppetlabs/server/data/puppetserver
2022-12-31 12:55:53 [INFO  ] [configure] /Stage[main]/Puppet::Config/Concat[/etc/puppetlabs/puppet/puppet.conf]/File[/etc/puppetlabs/puppet/puppet.conf]/content: content changed '{md5}16016136c994be48a7fe36399c82c70f' to '{md5}b1460d22
1539261daa6a0b972ab95be7'
2022-12-31 12:55:53 [INFO  ] [configure] Augeas[puppet::server::puppetserver::jvm](provider=augeas):
2022-12-31 12:55:53 [INFO  ] [configure] --- /etc/sysconfig/puppetserver        2022-01-01 14:59:36.376361664 -0500
2022-12-31 12:55:53 [INFO  ] [configure] +++ /etc/sysconfig/puppetserver.augnew 2022-12-31 12:55:53.645307303 -0500
2022-12-31 12:55:53 [INFO  ] [configure] @@ -6,7 +6,7 @@
2022-12-31 12:55:53 [INFO  ] [configure] JAVA_BIN=/usr/bin/java
2022-12-31 12:55:53 [INFO  ] [configure]
2022-12-31 12:55:53 [INFO  ] [configure] # Modify this if you'd like to change the memory allocation, enable JMX, etc
2022-12-31 12:55:53 [INFO  ] [configure] -JAVA_ARGS="-Xms2G -Xmx2G -Djruby.logger.class=com.puppetlabs.jruby_utils.jruby.Slf4jLogger -XX:ReservedCodeCacheSize=512m"
2022-12-31 12:55:53 [INFO  ] [configure] +JAVA_ARGS="-Xms2G -Xmx2G -Dcom.redhat.fips=false -Djruby.logger.class=com.puppetlabs.jruby_utils.jruby.Slf4jLogger -XX:ReservedCodeCacheSize=512m"
2022-12-31 12:55:53 [INFO  ] [configure]
2022-12-31 12:55:53 [INFO  ] [configure] # Modify this as you would JAVA_ARGS but for non-service related subcommands
2022-12-31 12:55:53 [INFO  ] [configure] JAVA_ARGS_CLI="${JAVA_ARGS_CLI:-}"
2022-12-31 12:55:53 [INFO  ] [configure] /Stage[main]/Puppet::Server::Puppetserver/Augeas[puppet::server::puppetserver::jvm]/returns: executed successfully
2022-12-31 12:55:54 [NOTICE] [configure] 1000 configuration steps out of 2135 steps complete.
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/access_compat.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/actions.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/auth_basic.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/auth_digest.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/authn_anon.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/authn_core.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/authn_dbm.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/authn_file.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/authz_dbm.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/authz_groupfile.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/authz_owner.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/authz_user.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/cache.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/cgi.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/dav.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/dav_fs.conf]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/dav_fs.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/deflate.conf]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/deflate.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/expires.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/ext_filter.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/include.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/logio.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/mime_magic.conf]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/mime_magic.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/negotiation.conf]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/negotiation.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/prefork.conf]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/prefork.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/speling.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/substitute.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/suexec.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/usertrack.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/version.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/vhost_alias.load]/ensure: removed
2022-12-31 12:55:55 [INFO  ] [configure] /Stage[main]/Postgresql::Server::Reload/Exec[postgresql_reload]: Triggered 'refresh' from 1 event
2022-12-31 12:55:56 [NOTICE] [configure] 1250 configuration steps out of 2175 steps complete.
2022-12-31 12:56:04 [INFO  ] [configure] /Stage[main]/Candlepin::Database::Postgresql/Cpdb_update[candlepin]/ensure: created
2022-12-31 12:56:05 [INFO  ] [configure] /Service[tomcat]: Triggered 'refresh' from 1 event
2022-12-31 12:56:05 [INFO  ] [configure] /Stage[main]/Katello::Application/Foreman::Plugin[katello]/File[/etc/foreman/plugins/katello.yaml]/content:
2022-12-31 12:56:05 [INFO  ] [configure] --- /etc/foreman/plugins/katello.yaml  2022-05-09 12:29:23.628917204 -0400
2022-12-31 12:56:05 [INFO  ] [configure] +++ /tmp/puppet-file20221231-308810-x64506     2022-12-31 12:56:05.174986406 -0500
2022-12-31 12:56:05 [INFO  ] [configure] @@ -18,4 +18,7 @@
2022-12-31 12:56:05 [INFO  ] [configure] :agent:
2022-12-31 12:56:05 [INFO  ] [configure] :enabled: true
2022-12-31 12:56:05 [INFO  ] [configure] :broker_url: amqps://localhost:5671
2022-12-31 12:56:05 [INFO  ] [configure] +    :broker_ssl_cert_file: /etc/foreman/client_cert.pem
2022-12-31 12:56:05 [INFO  ] [configure] +    :broker_ssl_key_file: /etc/foreman/client_key.pem
2022-12-31 12:56:05 [INFO  ] [configure] +    :broker_ssl_ca_file: /etc/pki/katello/certs/katello-default-ca.crt
2022-12-31 12:56:05 [INFO  ] [configure] :event_queue_name: katello.agent
2022-12-31 12:56:05 [INFO  ] [configure] /Stage[main]/Katello::Application/Foreman::Plugin[katello]/File[/etc/foreman/plugins/katello.yaml]/content: content changed '{md5}3d7027985bd7ffa91b706f9bb95c2298' to '{md5}2d51e8f5802d3223ae4f9
d297558c0f2'
2022-12-31 12:57:19 [INFO  ] [configure] /Service[httpd]: Triggered 'refresh' from 1 event
2022-12-31 12:57:19 [NOTICE] [configure] 1500 configuration steps out of 2176 steps complete.
2022-12-31 12:58:23 [INFO  ] [configure] /Service[foreman]: Triggered 'refresh' from 1 event
2022-12-31 12:58:33 [INFO  ] [configure] /Service[foreman.socket]: Triggered 'refresh' from 1 event
2022-12-31 12:58:35 [NOTICE] [configure] 1750 configuration steps out of 2296 steps complete.
2022-12-31 12:59:04 [INFO  ] [configure] /Service[puppetserver]: Triggered 'refresh' from 1 event
2022-12-31 12:59:04 [INFO  ] [configure] /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Ssh::Keys/File[/var/lib/foreman-proxy/ssh]/mode: mode changed '0750' to '0700'
2022-12-31 12:59:04 [INFO  ] [configure] /Stage[main]/Foreman_proxy::Module::Bmc/Foreman_proxy::Module[bmc]/Foreman_proxy::Settings_file[bmc]/File[/etc/foreman-proxy/settings.d/bmc.yml]/content:
2022-12-31 12:59:04 [INFO  ] [configure] --- /etc/foreman-proxy/settings.d/bmc.yml      2022-12-30 22:22:37.640548891 -0500
2022-12-31 12:59:04 [INFO  ] [configure] +++ /tmp/puppet-file20221231-308810-ch3rga     2022-12-31 12:59:04.752563503 -0500
2022-12-31 12:59:04 [INFO  ] [configure] @@ -4,6 +4,7 @@
2022-12-31 12:59:04 [INFO  ] [configure]
2022-12-31 12:59:04 [INFO  ] [configure] # Available providers:
2022-12-31 12:59:04 [INFO  ] [configure] # - freeipmi / ipmitool - requires the appropriate package installed, and the rubyipmi gem
2022-12-31 12:59:04 [INFO  ] [configure] +# - redfish - RESTful API over HTTPS
2022-12-31 12:59:04 [INFO  ] [configure] # - shell - for local reboot control (requires sudo access to /sbin/shutdown for the proxy user)
2022-12-31 12:59:04 [INFO  ] [configure] # - ssh - limited remote control (status, reboot, turn off)
2022-12-31 12:59:04 [INFO  ] [configure] :bmc_default_provider: ipmitool
2022-12-31 12:59:04 [INFO  ] [configure] /Stage[main]/Foreman_proxy::Module::Bmc/Foreman_proxy::Module[bmc]/Foreman_proxy::Settings_file[bmc]/File[/etc/foreman-proxy/settings.d/bmc.yml]/content: content changed '{md5}e5b6a73a0c18019a5e
3c266764704e33' to '{md5}b6c5805e5ef709ca7da64be35cec7b96'
2022-12-31 12:59:05 [NOTICE] [configure] 2000 configuration steps out of 2296 steps complete.
2022-12-31 12:59:05 [INFO  ] [configure] /Package[rubygem-smart_proxy_dynflow_core]: Triggered 'refresh' from 1 event
2022-12-31 12:59:05 [INFO  ] [configure] /Package[rubygem-smart_proxy_discovery]: Triggered 'refresh' from 1 event
2022-12-31 12:59:05 [INFO  ] [configure] /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/Exec[puppet-run.service-systemctl-daemon-reload]: Triggered 'refresh' from 1
event
2022-12-31 12:59:05 [INFO  ] [configure] /Package[rubygem-smart_proxy_dynflow]: Triggered 'refresh' from 1 event
2022-12-31 12:59:05 [INFO  ] [configure] /Package[rubygem-smart_proxy_ansible]: Triggered 'refresh' from 1 event
2022-12-31 12:59:05 [INFO  ] [configure] /Package[rubygem-smart_proxy_openscap]: Triggered 'refresh' from 1 event
2022-12-31 12:59:05 [INFO  ] [configure] /Package[rubygem-smart_proxy_remote_execution_ssh]: Triggered 'refresh' from 1 event
2022-12-31 12:59:05 [INFO  ] [configure] /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Settings_file[remote_e
xecution_ssh]/File[/etc/foreman-proxy/settings.d/remote_execution_ssh.yml]/content:
2022-12-31 12:59:05 [INFO  ] [configure] --- /etc/foreman-proxy/settings.d/remote_execution_ssh.yml     2022-12-30 22:22:37.719553541 -0500
2022-12-31 12:59:05 [INFO  ] [configure] +++ /tmp/puppet-file20221231-308810-g5i6ne     2022-12-31 12:59:05.928632770 -0500
2022-12-31 12:59:05 [INFO  ] [configure] @@ -5,5 +5,7 @@
2022-12-31 12:59:05 [INFO  ] [configure] :remote_working_dir: /var/tmp
2022-12-31 12:59:05 [INFO  ] [configure] :kerberos_auth: false
2022-12-31 12:59:05 [INFO  ] [configure]
2022-12-31 12:59:05 [INFO  ] [configure] +:cockpit_integration: true
2022-12-31 12:59:05 [INFO  ] [configure] +
2022-12-31 12:59:05 [INFO  ] [configure] # Whether to run remote execution jobs asynchronously
2022-12-31 12:59:05 [INFO  ] [configure] :mode: ssh
2022-12-31 12:59:05 [INFO  ] [configure] /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Settings_file[remote_e
xecution_ssh]/File[/etc/foreman-proxy/settings.d/remote_execution_ssh.yml]/content: content changed '{md5}d40b55494af299da564bebf53a7728a5' to '{md5}60e8d5007bdd260849eda36d773c6439'
2022-12-31 12:59:06 [INFO  ] [configure] /Package[redis]: Triggered 'refresh' from 1 event
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Redis::Config/Redis::Instance[default]/File[/etc/redis.conf.puppet]/content:
2022-12-31 12:59:06 [INFO  ] [configure] --- /etc/redis.conf.puppet     2022-05-09 12:40:27.598953851 -0400
2022-12-31 12:59:06 [INFO  ] [configure] +++ /tmp/puppet-file20221231-308810-98u2       2022-12-31 12:59:06.077641546 -0500
2022-12-31 12:59:06 [INFO  ] [configure] @@ -753,6 +753,13 @@
2022-12-31 12:59:06 [INFO  ] [configure] aof-rewrite-incremental-fsync yes
2022-12-31 12:59:06 [INFO  ] [configure] # Redis Cluster Settings
2022-12-31 12:59:06 [INFO  ] [configure]
2022-12-31 12:59:06 [INFO  ] [configure] +################################## MODULES #####################################
2022-12-31 12:59:06 [INFO  ] [configure] +
2022-12-31 12:59:06 [INFO  ] [configure] +# Load modules at startup. If the server is not able to load modules
2022-12-31 12:59:06 [INFO  ] [configure] +# it will abort. It is possible to use multiple loadmodule directives.
2022-12-31 12:59:06 [INFO  ] [configure] +#
2022-12-31 12:59:06 [INFO  ] [configure] +# loadmodule /path/to/my_module.so
2022-12-31 12:59:06 [INFO  ] [configure] +# loadmodule /path/to/other_module.so
2022-12-31 12:59:06 [INFO  ] [configure]
2022-12-31 12:59:06 [INFO  ] [configure] ################################## INCLUDES ###################################
2022-12-31 12:59:06 [INFO  ] [configure]
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Redis::Config/Redis::Instance[default]/File[/etc/redis.conf.puppet]/content: content changed '{md5}59d39abb28f4248246ee5c282f71b3ef' to '{md5}e3721a1635970f17f4eaa05d4c142a19'
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Redis::Config/Redis::Instance[default]/File[/etc/redis.conf.puppet]/mode: mode changed '0644' to '0640'
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Redis::Config/Redis::Instance[default]/Exec[copy /etc/redis.conf.puppet to /etc/redis.conf]: Triggered 'refresh' from 3 events
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Role[pulp]/Postgresql_psql[CREATE ROLE pulp ENCRYPTED PASSWORD ****]: Triggered 'refresh' from 1 event
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Role[pulp]/Postgresql_psql[ALTER ROLE "pulp" NOSUPERUSER]: Triggered 'refresh' from 1 event
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Role[pulp]/Postgresql_psql[ALTER ROLE "pulp" NOCREATEDB]: Triggered 'refresh' from 1 event
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Role[pulp]/Postgresql_psql[ALTER ROLE "pulp" NOCREATEROLE]: Triggered 'refresh' from 1 event
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Role[pulp]/Postgresql_psql[ALTER ROLE "pulp" LOGIN]: Triggered 'refresh' from 1 event
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Role[pulp]/Postgresql_psql[ALTER ROLE "pulp" INHERIT]: Triggered 'refresh' from 1 event
2022-12-31 12:59:06 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Role[pulp]/Postgresql_psql[ALTER ROLE "pulp" NOREPLICATION]: Triggered 'refresh' from 1 event
2022-12-31 12:59:07 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Role[pulp]/Postgresql_psql[ALTER ROLE "pulp" CONNECTION LIMIT -1]: Triggered 'refresh' from 1 event
2022-12-31 12:59:07 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Role[pulp]/Postgresql_psql[ALTER ROLE pulp ENCRYPTED PASSWORD ****]: Triggered 'refresh' from 1 event
2022-12-31 12:59:07 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Database[pulpcore]/Postgresql_psql[CREATE DATABASE "pulpcore"]: Triggered 'refresh' from 1 event
2022-12-31 12:59:07 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Database[pulpcore]/Postgresql_psql[REVOKE CONNECT ON DATABASE "pulpcore" FROM public]: Triggered 'refresh' fr
om 2 events
2022-12-31 12:59:07 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Database[pulpcore]/Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'pulpcore']:
Triggered 'refresh' from 1 event
2022-12-31 12:59:07 [INFO  ] [configure] /Stage[main]/Redis::Config/Redis::Instance[default]/Systemd::Service_limits[redis.service]/Systemd::Dropin_file[redis.service-90-limits.conf]/File[/etc/systemd/system/redis.service.d]/mode: mode
 changed '0755' to '0750'
2022-12-31 12:59:07 [INFO  ] [configure] /Service[redis]: Triggered 'refresh' from 1 event
2022-12-31 13:00:11 [INFO  ] [configure] /Service[dynflow-sidekiq@orchestrator]: Triggered 'refresh' from 1 event
2022-12-31 13:01:17 [INFO  ] [configure] /Service[dynflow-sidekiq@worker-1]: Triggered 'refresh' from 1 event
2022-12-31 13:01:17 [INFO  ] [configure] /Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event
2022-12-31 13:01:17 [INFO  ] [configure] /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]/ensure: removed
2022-12-31 13:01:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Postgresql::Server::Db[pulpcore]/Postgresql::Server::Database_grant[GRANT pulp - ALL - pulpcore]/Postgresql::Server::Grant[database:GRANT pulp - ALL - pulpcore]/P
ostgresql_psql[grant:database:GRANT pulp - ALL - pulpcore]: Triggered 'refresh' from 1 event
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: System check identified some issues:
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: WARNINGS:
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: ?: (guardian.W001) Guardian authentication backend is not hooked. You can add
 this in settings as eg: `AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend', 'guardian.backends.ObjectPermissionBackend')`.
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: Operations to perform:
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Apply all migrations: admin, ansible, auth, certguard, container, contentty
pes, core, deb, file, guardian, python, rpm, sessions
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: Running migrations:
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0077_move_remote_url_credentials... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying ansible.0037_gitremote... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying ansible.0038_collectionversionsignature... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying ansible.0039_collectionremote_signed_only... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying ansible.0040_ansiblerepository_keyring... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying ansible.0041_alter_collectionversion_collection... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0078_grouprole_role_userrole... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0079_rename_permissions_assignment_accesspolicy_creation_hook
s... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0080_proxy_group_model... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0081_reapplabel_group_permissions... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0082_add_manage_roles_permissions... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0083_alter_group_options... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0084_alter_rbaccontentguard_options... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0085_contentredirectcontentguard... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0086_task_json_fields... OK
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0087_taskschedule...Traceback (most recent call last):
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 8
2, in _execute
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return self.cursor.execute(sql)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: psycopg2.errors.DuplicateTable: relation "core_taskschedule" already exists
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: The above exception was the direct cause of the following exception:
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: Traceback (most recent call last):
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/bin/pulpcore-manager", line 33, in <module>
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     sys.exit(load_entry_point('pulpcore==3.18.10', 'console_scripts', 'pulpco
re-manager')())
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/pulpcore/app/manage.py", line 11, in
 manage
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     execute_from_command_line(sys.argv)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/__init__.py",
 line 419, in execute_from_command_line
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     utility.execute()
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/__init__.py",
 line 413, in execute
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     self.fetch_command(subcommand).run_from_argv(self.argv)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/base.py", lin
e 354, in run_from_argv
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     self.execute(*args, **cmd_options)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/base.py", lin
e 398, in execute
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     output = self.handle(*args, **options)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/base.py", lin
e 89, in wrapped
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     res = handle_func(*args, **kwargs)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/commands/migr
ate.py", line 244, in handle
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     post_migrate_state = executor.migrate(
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/executor.py", l
ine 117, in migrate
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     state = self._migrate_all_forwards(state, plan, full_plan, fake=fake, fak
e_initial=fake_initial)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/executor.py", l
ine 147, in _migrate_all_forwards
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     state = self.apply_migration(state, migration, fake=fake, fake_initial=fa
ke_initial)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/executor.py", l
ine 227, in apply_migration
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     state = migration.apply(state, schema_editor)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/migration.py",
line 126, in apply
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     operation.database_forwards(self.app_label, schema_editor, old_state, pro
ject_state)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/operations/mode
ls.py", line 92, in database_forwards
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     schema_editor.create_model(model)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/base/schema.py",
line 345, in create_model
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     self.execute(sql, params or None)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/base/schema.py",
line 145, in execute
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     cursor.execute(sql, params)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 6
6, in execute
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return self._execute_with_wrappers(sql, params, many=False, executor=self
._execute)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 7
5, in _execute_with_wrappers
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return executor(sql, params, many, context)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 8
4, in _execute
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return self.cursor.execute(sql, params)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/utils.py", line 90, in __e
xit__
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     raise dj_exc_value.with_traceback(traceback) from exc_value
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 8
2, in _execute
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return self.cursor.execute(sql)
2022-12-31 13:02:18 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: django.db.utils.ProgrammingError: relation "core_taskschedule" already exists
2022-12-31 13:02:18 [ERROR ] [configure] 'pulpcore-manager migrate --noinput' returned 1 instead of one of [0]
2022-12-31 13:02:18 [ERROR ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: change from 'notrun' to ['0'] failed: 'pulpcore-manager migrate --noinput' re
turned 1 instead of one of [0]
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: System check identified some issues:
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: WARNINGS:
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: ?: (guardian.W001) Guardian authentication backend is not hooked. You can add
 this in settings as eg: `AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend', 'guardian.backends.ObjectPermissionBackend')`.
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: Operations to perform:
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Apply all migrations: admin, ansible, auth, certguard, container, contentty
pes, core, deb, file, guardian, python, rpm, sessions
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: Running migrations:
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   Applying core.0087_taskschedule...Traceback (most recent call last):
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 8
2, in _execute
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return self.cursor.execute(sql)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: psycopg2.errors.DuplicateTable: relation "core_taskschedule" already exists
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: The above exception was the direct cause of the following exception:
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: Traceback (most recent call last):
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/bin/pulpcore-manager", line 33, in <module>
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     sys.exit(load_entry_point('pulpcore==3.18.10', 'console_scripts', 'pulpco
re-manager')())
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/pulpcore/app/manage.py", line 11, in
 manage
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     execute_from_command_line(sys.argv)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/__init__.py",
 line 419, in execute_from_command_line
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     utility.execute()
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/__init__.py",
 line 413, in execute
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     self.fetch_command(subcommand).run_from_argv(self.argv)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/base.py", lin
e 354, in run_from_argv
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     self.execute(*args, **cmd_options)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/base.py", lin
e 398, in execute
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     output = self.handle(*args, **options)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/base.py", lin
e 89, in wrapped
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     res = handle_func(*args, **kwargs)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/core/management/commands/migr
ate.py", line 244, in handle
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     post_migrate_state = executor.migrate(
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/executor.py", l
ine 117, in migrate
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     state = self._migrate_all_forwards(state, plan, full_plan, fake=fake, fak
e_initial=fake_initial)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/executor.py", l
ine 147, in _migrate_all_forwards
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     state = self.apply_migration(state, migration, fake=fake, fake_initial=fa
ke_initial)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/executor.py", l
ine 227, in apply_migration
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     state = migration.apply(state, schema_editor)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/migration.py",
line 126, in apply
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     operation.database_forwards(self.app_label, schema_editor, old_state, pro
ject_state)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/migrations/operations/mode
ls.py", line 92, in database_forwards
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     schema_editor.create_model(model)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/base/schema.py",
line 345, in create_model
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     self.execute(sql, params or None)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/base/schema.py",
line 145, in execute
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     cursor.execute(sql, params)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 6
6, in execute
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return self._execute_with_wrappers(sql, params, many=False, executor=self
._execute)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 7
5, in _execute_with_wrappers
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return executor(sql, params, many, context)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 8
4, in _execute
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return self.cursor.execute(sql, params)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/utils.py", line 90, in __e
xit__
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     raise dj_exc_value.with_traceback(traceback) from exc_value
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:   File "/usr/lib/python3.9/site-packages/django/db/backends/utils.py", line 8
2, in _execute
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns:     return self.cursor.execute(sql)
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: django.db.utils.ProgrammingError: relation "core_taskschedule" already exists
2022-12-31 13:02:34 [ERROR ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]: Failed to call refresh: 'pulpcore-manager migrate --noinput' returned 1 instead of on
e of [0]
2022-12-31 13:02:34 [ERROR ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]: 'pulpcore-manager migrate --noinput' returned 1 instead of one of [0]
2022-12-31 13:02:34 [INFO  ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[reset-admin-password --random]/Exec[pulpcore-manager reset-admin-password --random]: Dependency Exec[pulpcore-manager migrate --noinput] has failu
res: true
2022-12-31 13:02:35 [NOTICE] [configure] 2250 configuration steps out of 2296 steps complete.
2022-12-31 13:02:35 [INFO  ] [configure] Applied catalog in 448.50 seconds
2022-12-31 13:02:43 [NOTICE] [configure] System configuration has finished.
2022-12-31 13:02:43 [INFO  ] [post] Executing hooks in group post

  There were errors detected during install.
  Please address the errors and re-run the installer to ensure the system is properly configured.
  Failing to do so is likely to result in broken functionality.

  The full log is at /var/log/foreman-installer/katello.log
2022-12-31 13:02:43 [INFO  ] [post] All hooks in group post finished

I dropped the core_taskshedule table because I created it as a troubleshooting step. Running again and will come back to this thread in a couple hours when I return from shopping :smile:

Strange behavior… I re-ran the installer once more after dropping that table, restarted services… and…

~$foreman-maintain health check
Running ForemanMaintain::Scenario::FilteredScenario
================================================================================
Check number of fact names in database:                               [OK]
--------------------------------------------------------------------------------
Check whether all services are running:                               [OK]
--------------------------------------------------------------------------------
Check whether all services are running using the ping call:           [OK]
--------------------------------------------------------------------------------
Check for paused tasks:                                               [OK]
--------------------------------------------------------------------------------
Check to verify no empty CA cert requests exist:                      [OK]
--------------------------------------------------------------------------------