Actions
Bug #21217
closedkatello-proxy-* values in satellite-answers.yaml no longer support empty quoted entries
Status:
Closed
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1498479
Description of problem:
DB was restored successfully and while upgrade w/ 6.3 found following issue:
# satellite-installer --scenario satellite --upgrade Parameter katello-proxy-url invalid: must match one of (?-mix:^https?:\/\/) Parameter katello-proxy-port invalid: "" is not a valid integer
when I checked the set value for above parameters, found empty value there:
# satellite-installer --scenario satellite --upgrade --help | grep katello-proxy --katello-proxy-password Proxy password for authentication (current: "") --katello-proxy-port Port the proxy is running on (current: "") --katello-proxy-url URL of the proxy server (current: "") --katello-proxy-username Proxy username for authentication (current: "")
Version-Release number of selected component (if applicable):
6.2 -> 6.3 snap18
How reproducible:
Steps to Reproduce:
1. satellite-installer --scenario satellite --upgrade
2.
3.
Actual results:
installer failed w/ error:
out: Parameter katello-proxy-url invalid: must match one of (?-mix:^https?:\/\/Parameter katello-proxy-port invalid: "" is not a valid integer
Expected results:
Additional info:
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/545 added
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|126decf538c890a534ed472390e217d33bb2ae8a.
Updated by Justin Sherrill about 7 years ago
- Translation missing: en.field_release set to 250
Actions