| Summary: | openstack-foreman-installer: When attempting to deploy host from 'swift storage' hostGroup it fails on "Could not find value for 'storage_local_net_ip. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Omri Hochman <ohochman> |
| Component: | openstack-foreman-installer | Assignee: | Jason Guiditta <jguiditt> |
| Status: | CLOSED NOTABUG | QA Contact: | Ami Jeain <ajeain> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | CC: | hateya, morazi, rhos-maint, yeylon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-11 15:05:03 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
Omri Hochman
2013-12-11 13:55:11 UTC
According to /usr/share/openstack-foreman-installer/puppet/modules/quickstack/manifests/swift/storage.pp line 12
class { '::swift::storage::all':
storage_local_net_ip => getvar("ipaddress_${swift_local_interface}"),
require => Class['swift'],
}
It uses the interface set in the hostGroup parameters
swift_local_interface = eth3
Since there was no - IP Addr on that NIC I got the above Error.
|