Fixes #37325 - make postgres the container gateway default DB #1520
Annotations
3 errors
Run tests:
spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L12
foreman_proxy::plugin::container_gateway on redhat-8-x86_64 with default settings container_gateway.yml should contain the correct configuration
Failure/Error: expect(get_content(subject, title)).to match_array(expected_lines)
expected collection contained: ["---", ":db_connection_string: ***:/container_gateway", ":enabled: ht...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
actual collection contained: ["---", ":db_connection_string: ***:/container...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
the missing elements were: [":db_connection_string: ***:/container_gateway"]
the extra elements were: [":db_connection_string: ***:/container_gateway"]
|
Run tests:
spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L12
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with default settings container_gateway.yml should contain the correct configuration
Failure/Error: expect(get_content(subject, title)).to match_array(expected_lines)
expected collection contained: ["---", ":db_connection_string: ***:/container_gateway", ":enabled: ht...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
actual collection contained: ["---", ":db_connection_string: ***:/container...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
the missing elements were: [":db_connection_string: ***:/container_gateway"]
the extra elements were: [":db_connection_string: ***:/container_gateway"]
|
Run tests
Process completed with exit code 1.
|
Loading