Bug 1582293
| Summary: | Unable to unset proxy settings once set | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Ade Bradshaw <abradshaw> |
| Component: | Installation | Assignee: | Chris Roberts <chrobert> |
| Status: | CLOSED ERRATA | QA Contact: | Perry Gagne <pgagne> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3.1 | CC: | chrobert, ehelms, pcreech, sghai |
| Target Milestone: | 6.5.0 | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-05-14 12:37:19 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ade Bradshaw
2018-05-24 18:36:12 UTC
One method to clear these is to remove them from the answers file and then re-run the installer. This should re-set things back to their default empty values. Currently in upstream and should be in 6.5
--reset-katello-proxy-password Reset proxy_password to the default value (UNDEF)
--reset-katello-proxy-port Reset proxy_port to the default value (UNDEF)
--reset-katello-proxy-url Reset proxy_url to the default value (UNDEF)
--reset-katello-proxy-username Reset proxy_username to the default value (UNDEF)
Hi Chris,
I am not able to find
--reset-katello-proxy-password
--reset-katello-proxy-port
--reset-katello-proxy-url
--reset-katello-proxy-username
flags in help for satellite-installer utility with satellite-6.5.0-5.beta.el7sat.noarch build.
Can you please let me know if its accepted behavior?
# satellite-installer --help | grep reset
--reset This option will drop the Katello database and clear all subsequent backend data stores. You will lose all data!
--certs-reset This option will reset any custom certificates and use the self-signed CA instead. Note that any clients will need to be updated with the latest katello-ca-consumer RPM, and any external proxies will need to have the certs updated by generating a new certs tarball. (default: false)
#
Able to see required flags using satellite-installer --full-help option Verified bug on: satellite-6.5.0-5 Scenario tested: 1. Verify current proxy setting using satellite-installer --help | grep katello-proxy command. 2. Set the proxy if its not configured satellite-installer --katello-proxy-url=http://XXXX.XXXX.XX --katello-proxy-port=XXXX --katello-proxy-username=XXXX --katello-proxy-password=XXXXXXXX 3. Verify if proxy is configured using satellite-installer --help | grep katello-proxy command. 4. Reset the proxy setting using following command: # satellite-installer --reset-katello-proxy-password --reset-katello-proxy-port --reset-katello-proxy-url --reset-katello-proxy-username 5. Verify if proxy is getting reset using satellite-installer --help | grep katello-proxy command. Reset flags can be seen using satellite-installer --full-help option. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:1222 |