You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you perform an offline backup, foreman-maintain writes "local proxy" to stdout. This is confusing and does not match Foreman/Katello terminology. Instead, it should say "Smart Proxy".
Reproducer
. SSH to Foreman/Katello
. Run foreman-maintain backup offline /var/my_dir/
. Follow stdout.
Actual result
--------------------------------------------------------------------------------
Detect features available in the local proxy: [OK]
--------------------------------------------------------------------------------
Expected Result
--------------------------------------------------------------------------------
Detect features available in Smart Proxy: [OK]
--------------------------------------------------------------------------------
If you perform an offline backup,
foreman-maintain
writes "local proxy" to stdout. This is confusing and does not match Foreman/Katello terminology. Instead, it should say "Smart Proxy".Reproducer
. SSH to Foreman/Katello
. Run
foreman-maintain backup offline /var/my_dir/
. Follow stdout.
Actual result
Expected Result
Reasoning
It's always either "Smart Proxy" for Foreman server and any Smart Proxy servers, or "Smart Proxy server" for all Smart Proxy servers. There is no need for descriptions such as "local" or "integrated". See https://github.com/theforeman/foreman-documentation/blob/master/guides/common/attributes-base.adoc#L148
definitions/procedures/foreman_proxy/features.rb
robottelo/cli/sm_advanced.py
The text was updated successfully, but these errors were encountered: