Bug 1176561
Summary: | invalid byte sequence in US-ASCII | ||
---|---|---|---|
Product: | [Retired] Red Hat OpenStack Installer | Reporter: | Asaf Hirshberg <ahirshbe> |
Component: | openstack-foreman-installer | Assignee: | Jason Guiditta <jguiditt> |
Status: | CLOSED DUPLICATE | QA Contact: | Ami Jeain <ajeain> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0 | CC: | aberezin, mburns, morazi, rhos-maint, sasha, yeylon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-12-30 14:07:28 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1177026 |
Description
Asaf Hirshberg
2014-12-22 10:59:04 UTC
The workaround that worked on Asaf's setup: Need to add Encoding.default_external = Encoding::UTF_8 Encoding.default_internal = Encoding::UTF_8 To the bottom of /etc/puppet/rack/config.ru file and restart the httpd service on the staypuft machine. I have tried that workaround, when I using it I get the following message on all 3 controllers: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Local ip for ovs agent must be set when tunneling is enabled at /etc/puppet/environments/production/modules/neutron/manifests/agents/ovs.pp:32 on node mac441ea1733991.example.com Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run reproducible: 3/3 That's because the interface used for tenant traffic doesn't have an IP on it. Simply configure the interface with IP from the range used for tenant and retry running puppet. *** This bug has been marked as a duplicate of bug 1175399 *** |