Skip to content

Commit 7d863c3

Browse files
Merge pull request #620 from eduolivares/OSPRH-19510
[BGP] Replace bgp-l3-computes-ready.yml with nova_wait_for_compute_service.yml There were some duplicate playbooks/hooks that have been removed from ci-framework. OSPRH-19510 Reviewed-by: John Fulton <[email protected]>
2 parents 57200d8 + a06cd31 commit 7d863c3

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

automation/vars/bgp-l3-xl.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ vas:
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

automation/vars/bgp_dt01.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ vas:
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

automation/vars/bgp_dt04_ipv6.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ vas:
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

automation/vars/dz-storage.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)