Skip to content

Commit d3b280a

Browse files
committed
tests: Adopt Ironic before Nova in test playbook
Moved ironic_adoption role to run after Glance instead of after Manila. Nova's Ironic compute driver requires Ironic services to be available at adoption time to properly discover and configure the compute driver. Signed-off-by: Harald Jensås <hjensas@redhat.com>
1 parent d2682e5 commit d3b280a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/playbooks/test_with_ceph_and_ironic.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
- role: glance_adoption
7979
tags:
8080
- glance_adoption
81+
- role: ironic_adoption
82+
tags:
83+
- ironic_adoption
8184
- role: placement_adoption
8285
tags:
8386
- placement_adoption
@@ -107,9 +110,6 @@
107110
- role: manila_adoption
108111
tags:
109112
- manila_adoption
110-
- role: ironic_adoption
111-
tags:
112-
- ironic_adoption
113113
- role: stop_remaining_services
114114
tags:
115115
- stop_remaining_services

0 commit comments

Comments
 (0)