Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1246023

Summary: Scale out failed from 1 ctrl, 1 compute and 1 ceph to 1 ctrl, 2 computes and 1 ceph
Product: Red Hat OpenStack Reporter: Marius Cornea <mcornea>
Component: rhosp-directorAssignee: chris alfonso <calfonso>
Status: CLOSED DUPLICATE QA Contact: yeylon <yeylon>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: hbrock, mburns, rhel-osp-director-maint, srevivo
Target Milestone: ---   
Target Release: Director   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-23 11:34: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:
Attachments:
Description Flags
heat deployment-show output none

Description Marius Cornea 2015-07-23 10:28:32 UTC
Created attachment 1055278 [details]
heat deployment-show output

Description of problem:
Scale out failed from 1 ctrl, 1 compute and 1 ceph to 1 ctrl, 2 computes and 1 ceph. Running a baremetal environment without using networks isolation.

Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates-0.8.6-44.el7ost.noarch

How reproducible:


Steps to Reproduce:
1. Initial deploy command:
openstack overcloud deploy --control-scale 1 --compute-scale 1 --ceph-storage-scale 1 --plan overcloud  --neutron-public-interface eth1  --control-flavor control  --compute-flavor  compute  --ceph-storage-flavor storage

2. Scale out to 2 computes:
openstack overcloud deploy --control-scale 1 --compute-scale 2 --ceph-storage-scale 1 --plan overcloud  --neutron-public-interface eth1  --control-flavor control  --compute-flavor  compute  --ceph-storage-flavor storage


Actual results:
Stack update fails

Expected results:
Stack update succeeds.

Additional info:
Attaching output of heat deployment show.

Comment 3 Mike Burns 2015-07-23 11:34:29 UTC

*** This bug has been marked as a duplicate of bug 1244810 ***