Issue #8887
closedpulp_installer CI upgrade tests are failing on debian 10 & CentOS 8
Description
All 3 upgrade tests are failing on debian 10 specifically.
When the verify phase runs inspec to test Pulp, it reports:
"stdout_lines": [
"",
"Profile: tests from /tmp/molecule/inspec/test_default.rb (tests from .tmp.molecule.inspec.test_default.rb)",
"Version: (not specified)",
"Target: local://",
"",
" Directory /etc/",
"\u001b[38;5;41m ✔ owner should eq \"root\"\u001b[0m",
" Directory /var/lib/pulp/",
"\u001b[38;5;41m ✔ owner should eq \"pulp\"\u001b[0m",
"\u001b[38;5;41m ✔ group should eq \"pulp\"\u001b[0m",
" Service pulpcore-api",
"\u001b[38;5;9m × should be running",
" expected that `Service pulpcore-api` is running\u001b[0m",
"\u001b[38;5;9m × should be enabled",
" expected that `Service pulpcore-api` is enabled\u001b[0m",
" Service pulpcore-content",
"\u001b[38;5;9m × should be running",
" expected that `Service pulpcore-content` is running\u001b[0m",
"\u001b[38;5;9m × should be enabled",
" expected that `Service pulpcore-content` is enabled\u001b[0m",
" Service pulpcore-resource-manager",
"\u001b[38;5;9m × should be running",
" expected that `Service pulpcore-resource-manager` is running\u001b[0m",
"\u001b[38;5;9m × should be enabled",
" expected that `Service pulpcore-resource-manager` is enabled\u001b[0m",
" Service pulpcore-worker@1",
"\u001b[38;5;9m × should be running",
" expected that `Service pulpcore-worker@1` is running\u001b[0m",
"\u001b[38;5;9m × should be enabled",
" expected that `Service pulpcore-worker@1` is enabled\u001b[0m",
" Service pulpcore-worker@2",
"\u001b[38;5;9m × should be running",
" expected that `Service pulpcore-worker@2` is running\u001b[0m",
"\u001b[38;5;9m × should be enabled",
" expected that `Service pulpcore-worker@2` is enabled\u001b[0m",
" Port 80",
"\u001b[38;5;41m ✔ should be listening\u001b[0m",
" Port 443",
"\u001b[38;5;41m ✔ should be listening\u001b[0m",
" HTTP GET on http://localhost/pulp/api/v3/status/",
"\u001b[38;5;41m ✔ status should eq 301\u001b[0m",
" HTTP GET on http://localhost/pulp/api/v3/status/",
"\u001b[38;5;41m ✔ status should eq 200\u001b[0m",
"\u001b[38;5;41m ✔ body should match /database_connection/\u001b[0m",
" HTTP GET on https://localhost/pulp/api/v3/status/",
"\u001b[38;5;41m ✔ status should eq 200\u001b[0m",
"\u001b[38;5;41m ✔ body should match /database_connection/\u001b[0m",
"",
"Test Summary: \u001b[38;5;41m10 successful\u001b[0m, \u001b[38;5;9m10 failures\u001b[0m, 0 skipped"
]
}
}```
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Updated by mdepaulo@redhat.com over 3 years ago
- Subject changed from pulp_installer CI upgrade tests are failing on debian 10 to pulp_installer CI upgrade tests are failing on debian 10 & CentOS 8
Updated by mdepaulo@redhat.com over 3 years ago
CentOS 8 is also affected (but only used for package upgrade tests currently due to a limitation of our CI)
Added by Mike DePaulo over 3 years ago
Added by Mike DePaulo over 3 years ago
Revision b1d71b1a | View on GitHub
Problem: pulp_installer CI upgrade tests are
failing on debian 10 & CentOS 8
During the verify phase, with the inspec command.
Solution: Upgrade the systemd package on said distros during the verify phase.
fixes: #8887
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|b1d71b1a570e5a4067ae209e5a7dbfe7b8c09c4e.
Added by Mike DePaulo over 3 years ago
Revision 4b1e8551 | View on GitHub
Problem: pulp_installer CI upgrade tests are
failing on debian 10 & CentOS 8
During the verify phase, with the inspec command.
Solution: Upgrade the systemd package on said distros during the verify phase.
fixes: #8887
Added by Mike DePaulo over 3 years ago
Revision 4b1e8551 | View on GitHub
Problem: pulp_installer CI upgrade tests are
failing on debian 10 & CentOS 8
During the verify phase, with the inspec command.
Solution: Upgrade the systemd package on said distros during the verify phase.
fixes: #8887
Updated by pulpbot over 3 years ago
Updated by pulpbot over 3 years ago
Updated by bmbouter over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: pulp_installer CI upgrade tests are
failing on debian 10 & CentOS 8
During the verify phase, with the inspec command.
Solution: Upgrade the systemd package on said distros during the verify phase.
fixes: #8887