Skip to content

Commit

Permalink
Add ceph deploy for the nodes being scaled out
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshP524 committed Jul 27, 2023
1 parent 7727920 commit 0e480ff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scaleout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,16 @@
insertafter: ".*openstack overcloud deploy.*"
path: /home/stack/overcloud_deploy_with_limit.sh

- name: ceph deploy
shell: |
rm -f /home/stack/templates/overcloud-ceph-deployed.yaml
source /home/stack/stackrc
set -o pipefail
./overcloud_ceph_deploy.sh &> /home/stack/overcloud_ceph_deployment.log
args:
chdir: /home/stack/
when: osp_release|int >= 17 and ceph_enabled

- name: overcloud deploy
shell: |
source /home/stack/stackrc
Expand Down

0 comments on commit 0e480ff

Please sign in to comment.