Open snagoor opened 4 years ago
Is this not what the --preserve-rhsm-proxy
option does today? (See https://github.com/Katello/katello-client-bootstrap/pull/283)
Is this not what the
--preserve-rhsm-proxy
option does today? (See #283)
@sideangleside thank you for the review. You are correct https://github.com/Katello/katello-client-bootstrap/pull/283 does the job only when the user manually fills-in the proxy entries in rhsm.conf file and before executing the bootstrap.py script.
This is not ideal in a situation where an end user want to automate the registration of hosts, first they have to fill in all the proxy details in rhsm.conf
on hosts and then execute the bootstrap script with --preserve-rhsm-proxy
flag. So, having the necessary flags exposed as options would help them achieve both these things in one-go.
Just want to improve the user experience here.
Introduced new flags in bootstrap.py as below for persistent rhsm proxy settings