Summary: | OC deployment fails: container-puppet-nova_libvirt fails to start with 'puppet-user: Error: Evaluation Error: Error while evaluating a Function Call, "" is not a valid IP address' | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> |
Component: | openstack-nova | Assignee: | nova-maint |
Status: | CLOSED NOTABUG | QA Contact: | nova-maint |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15.0 (Stein) | CC: | dasmith, eglynn, jhakimra, kchamart, mschuppe, sbauza, sgordon, vromanso |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-31 07:22:35 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: |
Description
Alexander Chuzhoy
2019-07-29 21:11:53 UTC
Thanks for your comment Martin. The OC was indeed deployed using the old config from previous releases. Namely had: Compute0ExtraConfig: neutron::agents::ml2::ovs::local_ip: "%{hiera('tenant0')}" After adjusting to the following (please let me know if you see something that shouldn't be there) the OC deployment successfully passed: Compute0ExtraConfig: nova::my_ip: "%{hiera('internal_api0')}" cold_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" live_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" nova::compute::libvirt::vncserver_listen: "%{hiera('internal_api0')}" nova::compute::vncserver_proxyclient_address: "%{hiera('internal_api0')}" nova::migration::libvirt::live_migration_inbound_addr: "%{hiera('internal_api0')}" tripleo::profile::base::database::mysql::client::mysql_client_bind_address: "%{hiera('internal_api0')}" ovn::controller::ovn_encap_ip: "%{hiera('tenant0')}" Otherwise this bug can be closed. We already have a bug/comment for misconfigured ComputeExtraconfig here: https://bugzilla.redhat.com/show_bug.cgi?id=1731260#c6 (In reply to Alexander Chuzhoy from comment #3) > Thanks for your comment Martin. > > The OC was indeed deployed using the old config from previous releases. > Namely had: > Compute0ExtraConfig: > neutron::agents::ml2::ovs::local_ip: "%{hiera('tenant0')}" > > > After adjusting to the following (please let me know if you see something > that shouldn't be there) the OC deployment successfully passed: > Compute0ExtraConfig: > nova::my_ip: "%{hiera('internal_api0')}" > cold_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" > live_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" > nova::compute::libvirt::vncserver_listen: "%{hiera('internal_api0')}" > nova::compute::vncserver_proxyclient_address: > "%{hiera('internal_api0')}" > nova::migration::libvirt::live_migration_inbound_addr: > "%{hiera('internal_api0')}" > > tripleo::profile::base::database::mysql::client::mysql_client_bind_address: > "%{hiera('internal_api0')}" > ovn::controller::ovn_encap_ip: "%{hiera('tenant0')}" > > Otherwise this bug can be closed. > We already have a bug/comment for misconfigured ComputeExtraconfig here: > https://bugzilla.redhat.com/show_bug.cgi?id=1731260#c6 Looks good. I'll close this with the reference to doc bug https://bugzilla.redhat.com/show_bug.cgi?id=1731260#c6 |