Bug 1388836
| Summary: | CephBase visibility issue when using ExternalCeph | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Attila Fazekas <afazekas> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Giulio Fidente <gfidente> |
| Status: | CLOSED ERRATA | QA Contact: | Yogev Rabl <yrabl> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 10.0 (Newton) | CC: | afazekas, gfidente, johfulto, jpichon, jschluet, mburns, mcornea, rhel-osp-director-maint, sasha, scohen, yrabl |
| Target Milestone: | rc | Keywords: | AutomationBlocker, Triaged |
| Target Release: | 10.0 (Newton) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-5.0.0-1.5.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-12-14 16:25:29 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
Attila Fazekas
2016-10-26 09:37:01 UTC
Attila, can you please provide us with the network configuration and the external ceph environment file I hit the same issue on my environment. Applying https://review.openstack.org/#/c/392558/ made it pass. @ceph env:
parameter_defaults:
CinderEnableIscsiBackend: false
CinderEnableRbdBackend: true
CinderEnableNfsBackend: false
NovaEnableRbdBackend: true
GlanceBackend: rbd
CinderRbdPoolName: "automation-volumes"
NovaRbdPoolName: "automation-vms"
GlanceRbdPoolName: "automation-images"
CephClientUserName: "automation"
CephClientKey: "secret base64"
CephClusterFSID: "I do not tell my ID"
CephExternalMonHost: "10.35.65.98, 10.35.65.100, 10.35.65.102"
resource_registry:
OS::TripleO::Services::CephExternal: /usr/share/openstack-tripleo-heat-templates/puppet/services/ceph-external.yaml
OS::TripleO::Services::CephMon: OS::Heat::None
OS::TripleO::Services::CephClient: OS::Heat::None
OS::TripleO::Services::CephOSD: OS::Heat::None
@net_env_root:
resource_registry:
OS::TripleO::BlockStorage::Net::SoftwareConfig: three-nics-vlans/cinder-storage.yaml
OS::TripleO::Compute::Net::SoftwareConfig: three-nics-vlans/compute.yaml
OS::TripleO::Controller::Net::SoftwareConfig: three-nics-vlans/controller.yaml
OS::TripleO::ObjectStorage::Net::SoftwareConfig: three-nics-vlans/swift-storage.yaml
OS::TripleO::CephStorage::Net::SoftwareConfig: three-nics-vlans/ceph-storage.yaml
parameter_defaults:
ExternalNetCidr: '10.0.0.0/24'
ExternalAllocationPools: [{'start': '10.0.0.101', 'end': '10.0.0.149'}]
ExternalInterfaceDefaultRoute: '10.0.0.1'
ExternalNetworkVlanID: 10
InternalApiNetCidr: '172.17.1.0/24'
InternalApiAllocationPools: [{'start': '172.17.1.10', 'end': '172.17.1.200'}]
InternalApiNetworkVlanID: 20
StorageNetCidr: '172.17.3.0/24'
StorageAllocationPools: [{'start': '172.17.3.10', 'end': '172.17.3.200'}]
StorageNetworkVlanID: 30
StorageMgmtNetCidr: '172.17.4.0/24'
StorageMgmtAllocationPools: [{'start': '172.17.4.10', 'end': '172.17.4.200'}]
StorageMgmtNetworkVlanID: 40
TenantNetCidr: '172.17.2.0/24'
TenantAllocationPools: [{'start': '172.17.2.10', 'end': '172.17.2.200'}]
TenantNetworkVlanID: 50
DnsServers: ['10.0.0.1']
EC2MetadataIp: 192.0.2.1
ControlPlaneDefaultRoute: 192.0.2.1
ControlPlaneSubnetCidr: "24"
NeutronExternalNetworkBridge: "''"
Reproduced the issue. Proceeded after applying the patch in comment #3. Thanks. There have been other tests of external ceph, e.g. 1394587 [1] and 1393581 [2], which have not run into this problem after the patch was applied. For this reason I am marking the fix as verified. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1394587 [2] https://bugzilla.redhat.com/show_bug.cgi?id=1393581 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. https://rhn.redhat.com/errata/RHEA-2016-2948.html |