Bug 1355597
| Summary: | rhel-osp-director: overcloud deployment fails [glance-manage db_sync]: Failed to call refresh: glance-manage --config-file /etc/glance/glance-registry.conf db_sync returned 1 instead of one of [0] | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> | ||||
| Component: | rhosp-director | Assignee: | Angus Thomas <athomas> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Omri Hochman <ohochman> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 10.0 (Newton) | CC: | dbecker, mburns, mcornea, morazi, rhel-osp-director-maint | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-07-12 16:16:27 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: | |||||||
| Attachments: |
|
||||||
|
Description
Alexander Chuzhoy
2016-07-12 03:15:10 UTC
Deployment command:
openstack overcloud deploy --templates --control-scale 3 --compute-scale 1 --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server clock.redhat.com --timeout 90 -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml --ceph-storage-scale 1
network-environment.yaml:
[stack@instack ~]$ cat network-environment.yaml
resource_registry:
OS::TripleO::BlockStorage::Net::SoftwareConfig: /home/stack/nic-configs/cinder-storage.yaml
OS::TripleO::Compute::Net::SoftwareConfig: /home/stack/nic-configs/compute.yaml
OS::TripleO::Controller::Net::SoftwareConfig: /home/stack/nic-configs/controller.yaml
OS::TripleO::ObjectStorage::Net::SoftwareConfig: /home/stack/nic-configs/swift-storage.yaml
OS::TripleO::CephStorage::Net::SoftwareConfig: /home/stack/nic-configs/ceph-storage.yaml
parameter_defaults:
# Customize all these values to match the local environment
NeutronExternalNetworkBridge: "''"
parameter_defaults:
InternalApiNetCidr: 192.168.100.0/24
StorageNetCidr: 192.168.110.0/24
StorageMgmtNetCidr: 192.168.120.0/24
TenantNetCidr: 192.168.150.0/24
ExternalNetCidr: 192.168.200.0/24
InternalApiAllocationPools: [{'start': '192.168.100.10', 'end': '192.168.100.200'}]
StorageAllocationPools: [{'start': '192.168.110.10', 'end': '192.168.110.200'}]
StorageMgmtAllocationPools: [{'start': '192.168.120.10', 'end': '192.168.120.200'}]
TenantAllocationPools: [{'start': '192.168.150.10', 'end': '192.168.150.200'}]
# Use an External allocation pool which will leave room for floating IPs
ExternalAllocationPools: [{'start': '192.168.200.180', 'end': '192.168.200.200'}]
# Set to the router gateway on the external network
ExternalInterfaceDefaultRoute: 192.168.200.1
DnsServers: ["10.16.36.29"]
ControlPlaneSubnetCidr: "24"
ControlPlaneDefaultRoute: 192.0.2.1
EC2MetadataIp: 192.0.2.1
Created attachment 1178638 [details]
heat logs
Hi Sasha, I suspect this is caused by pacemaker not being enabled by default right now: BZ#1348188 *** This bug has been marked as a duplicate of bug 1348188 *** |