Bug 1099661
| Summary: | OpenStack-Foreman-Installer: Failed to deploy Neutron-Compute using O-F-I due to 'Invalid parameter ceilometer_host'. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Omri Hochman <ohochman> |
| Component: | openstack-foreman-installer | Assignee: | Crag Wolfe <cwolfe> |
| Status: | CLOSED ERRATA | QA Contact: | Omri Hochman <ohochman> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.0 | CC: | acathrow, breeler, cwolfe, jguiditt, lhh, morazi, rhos-maint, yeylon |
| Target Milestone: | z4 | Keywords: | ZStream |
| Target Release: | 4.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-foreman-installer-1.0.11-2.el6ost | Doc Type: | Bug Fix |
| Doc Text: |
Cause: There was an errant old parameter left over from a manifest change
Consequence: Compilation error
Fix: Remove extra parameter
Result: Compilation success
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-29 20:33:12 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
Omri Hochman
2014-05-20 21:30:47 UTC
vi /usr/share/openstack-foreman-installer/puppet/modules/quickstack/manifests/neutron/compute.pp +118
class { '::nova::network::neutron':
neutron_admin_password => $neutron_user_password,
neutron_url => "http://${neutron_host}:9696",
neutron_admin_auth_url => "http://${auth_host}:35357/v2.0",
}
class { 'quickstack::compute_common':
admin_password => $admin_password,
auth_host => $auth_host,
ceilometer => $ceilometer,
ceilometer_host => $ceilometer_host,
ceilometer_metering_secret => $ceilometer_metering_secret,
ceilometer_user_password => $ceilometer_user_password,
cinder_backend_gluster => $cinder_backend_gluster,
cinder_backend_nfs => $cinder_backend_nfs,
glance_host => $glance_host,
mysql_host => $mysql_host,
nova_db_password => $nova_db_password,
nova_host => $nova_host,
nova_user_password => $nova_user_password,
qpid_host => $qpid_host,
qpid_port => $qpid_port,
qpid_ssl_port => $qpid_ssl_port,
qpid_username => $qpid_username,
qpid_password => $qpid_password,
verbose => $verbose,
ssl => $ssl,
mysql_ca => $mysql_ca,
use_qemu_for_poc => $use_qemu_for_poc,
}
class {'quickstack::neutron::firewall::vxlan':
port => $ovs_vxlan_udp_port,
}
Patch merged: https://github.com/redhat-openstack/astapor/pull/233 verified openstack-foreman-installer-1.0.11-2.el6ost.noarch I don't think this was ever in a release, so I am not positive that it needs doc text OK, based on comment 7 and it being a compilation error, I am setting requires_doc_text flag to "-" Lon H, is this OK? Yes, that's fine. 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/RHSA-2014-0517.html |