Bug 1182881
| Summary: | Default comma separated repositories aren't comma separated | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dan Macpherson <dmacpher> |
| Component: | rhel-osp-installer | Assignee: | Mike Burns <mburns> |
| Status: | CLOSED ERRATA | QA Contact: | Alexander Chuzhoy <sasha> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0 (Juno) | CC: | mburns, rhos-maint, sasha, sclewis, yeylon |
| Target Milestone: | ga | Keywords: | ZStream |
| Target Release: | Installer | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rhel-osp-installer-0.5.5-2.el7ost | Doc Type: | Bug Fix |
| Doc Text: |
The default list of host repositories in rhel-osp-installer used space separation instead of comma separation, which caused host deployment to fail. This fix allows a list of either space-separated or comma-separated repositories, which ensures successful host registration and deployment.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-09 15:19:55 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
Dan Macpherson
2015-01-16 06:10:14 UTC
Good catch. Spaces don't work there currently. This patch allows spaces and updates the label to say comma or space separated https://github.com/theforeman/foreman-installer-staypuft/pull/130 Impact of this: OOTB, customers using CDN/Sat6 for RH content will fail to install the target nodes Workaround: In the UI, * go to Hosts -> Operating Systems. * Select RHEL 7 * go to the Parameters tab * change the repos entry from space separated to comma separated * save * deploy/redeploy hosts Verified: Environment: openstack-foreman-installer-3.0.10-2.el7ost.noarch ruby193-rubygem-foreman_openstack_simplify-0.0.6-8.el7ost.noarch rhel-osp-installer-client-0.5.5-2.el7ost.noarch ruby193-rubygem-staypuft-0.5.12-1.el7ost.noarch openstack-puppet-modules-2014.2.8-1.el7ost.noarch rhel-osp-installer-0.5.5-2.el7ost.noarch Instead of asking comma separated repos, the line now says: "Comma or Space separated repositories: rhel-7-server-openstack-6.0-rpms rhel-7-server-openstack-6.0-installer-rpms rhel-7-server-rh-common-rpms" 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://rhn.redhat.com/errata/RHBA-2015-0156.html |