From 39a9b6a47096d0660e3a14ff0fea9718735e6f29 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 3 Mar 2016 18:06:16 -0500 Subject: Deploy ceph OSDs on the compute nodes too JIRA: APEX-89 Change-Id: I5c27209ed006309285bd24d77cc2392513325116 Signed-off-by: Dan Radez --- build/instack.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/instack.sh') diff --git a/build/instack.sh b/build/instack.sh index 3dfbf622..5982ce95 100755 --- a/build/instack.sh +++ b/build/instack.sh @@ -230,8 +230,7 @@ PACKAGES+=",ceph-common" # install the packages above and enabling ceph to live on the controller LIBGUESTFS_BACKEND=direct virt-customize --install $PACKAGES \ --run-command "sed -i '/ControllerEnableCephStorage/c\\ ControllerEnableCephStorage: true' /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml" \ - --run-command "sed -i '/ \$enable_ceph = /c\\ \$enable_ceph = true' /usr/share/openstack-tripleo-heat-templates/puppet/manifests/overcloud_controller_pacemaker.pp" \ - --run-command "sed -i '/ \$enable_ceph = /c\\ \$enable_ceph = true' /usr/share/openstack-tripleo-heat-templates/puppet/manifests/overcloud_controller.pp" \ + --run-command "sed -i '/ComputeEnableCephStorage/c\\ ComputeEnableCephStorage: true' /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml" \ -a instack.qcow2 popd -- cgit 1.2.3-korg