diff options
author | Dan Radez <dradez@redhat.com> | 2016-03-03 18:06:16 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-04-13 14:03:10 +0000 |
commit | 39a9b6a47096d0660e3a14ff0fea9718735e6f29 (patch) | |
tree | 0cbb38ec1bed1e6202b40d3efb5071d8aa39d158 /build/instack.sh | |
parent | 2c8475766a81f1c20ee21b38c0c5f6d69c056464 (diff) |
Deploy ceph OSDs on the compute nodes too
JIRA: APEX-89
Change-Id: I5c27209ed006309285bd24d77cc2392513325116
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/instack.sh')
-rwxr-xr-x | build/instack.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |