File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 206206 post_stage_run :
207207 - name : Wait until computes are ready
208208 type : playbook
209- source : " ../../playbooks/bgp-l3-computes-ready .yml"
209+ source : " nova_wait_for_compute_service .yml"
210210 extra_vars :
211- num_computes : 6
211+ _number_of_computes : 6
212+ _cell_conductor : nova-cell0-conductor-0
Original file line number Diff line number Diff line change 194194 post_stage_run :
195195 - name : Wait until computes are ready
196196 type : playbook
197- source : " ../../playbooks/bgp-l3-computes-ready .yml"
197+ source : " nova_wait_for_compute_service .yml"
198198 extra_vars :
199- num_computes : 3
199+ _number_of_computes : 3
200+ _cell_conductor : nova-cell0-conductor-0
Original file line number Diff line number Diff line change 193193 post_stage_run :
194194 - name : Wait until computes are ready
195195 type : playbook
196- source : " ../../playbooks/bgp-l3-computes-ready .yml"
196+ source : " nova_wait_for_compute_service .yml"
197197 extra_vars :
198- num_computes : 3
198+ _number_of_computes : 3
199+ _cell_conductor : nova-cell0-conductor-0
Original file line number Diff line number Diff line change @@ -224,9 +224,10 @@ vas:
224224 post_stage_run :
225225 - name : " 1 - Wait until computes are ready"
226226 type : playbook
227- source : " ../../playbooks/bgp-l3-computes-ready .yml"
227+ source : " nova_wait_for_compute_service .yml"
228228 extra_vars :
229- num_computes : 6
229+ _number_of_computes : 6
230+ _cell_conductor : nova-cell0-conductor-0
230231 - name : " 2 - Setup Cinder volume types and Nova aggregates for dz-storage"
231232 type : playbook
232233 source : " ../../hooks/playbooks/dz_storage_post_deploy_az.yaml"
You can’t perform that action at this time.
0 commit comments