| Summary: | False Positive Warning when executing foreman_client.sh | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | james labocki <jlabocki> | |
| Component: | openstack-foreman-installer | Assignee: | Jason Guiditta <jguiditt> | |
| Status: | CLOSED ERRATA | QA Contact: | Ami Jeain <ajeain> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.0 | CC: | breeler, cwolfe, dcleal, hateya, jguiditt, mlopes, morazi, rhos-maint, yeylon | |
| Target Milestone: | rc | Keywords: | OtherQA | |
| Target Release: | 4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-foreman-installer-0.0.23-1.el6ost | Doc Type: | Enhancement | |
| Doc Text: |
An error message that may occur when 'foreman_client.sh' is executed has been amended for clarity. A subsequent message will now follow indicating that the error message can be ignored under a specific circumstance.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1034998 (view as bug list) | Environment: | ||
| Last Closed: | 2013-12-20 00:38:15 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1034998, 1039278 | |||
We can't suppress the error without suppressing cases when we do need to know about its failure, nor can I think of a good way of making the message more user friendly. I'd suggest adding an "echo" to the foreman_client.sh script in o-f-i to let the user know this will happen, and/or to the documentation. Patch posted: https://github.com/redhat-openstack/astapor/pull/58 I also added a clone of this to docs so it can hopefully get into the guide as well. This is merged upstream, will flip to modified once it goes into an rpm Verified that running foreman_client.sh displays the following output as the last thing it shows: NOTE: If you saw an error above including: 'Warning: 400 on SERVER: Failed to find....' This may be ignored, as it means this host was unknown to Foreman at the start of the Puppet run. 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. http://rhn.redhat.com/errata/RHEA-2013-1859.html |
When executing foreman_client.sh Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 400 on SERVER: Failed to find osp2 via exec: Execution of '/etc/puppet/node.rb osp2' returned 1: I was told this is safe to ignore. Can we suppress the error, tell the user it's safe to ignore, or add notes to documentation?