Skip to content

Commit 1615319

Browse files
authored
Fixed the object creation order for the gateway staf. (#1025)
1 parent 00dc3e2 commit 1615319

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- Fixed the object creation order for the gateway staf.

roles/dispatch/defaults/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ gateway_configuration_dispatcher_roles:
99
- role: gateway_settings
1010
var: gateway_settings
1111
tags: settings
12+
- role: gateway_organizations
13+
var: aap_organizations
14+
tags: organizations
1215
- role: gateway_applications
1316
var: aap_applications
1417
tags: applications
1518
- role: gateway_http_ports
1619
var: http_ports_list
1720
tags: http_ports
18-
- role: gateway_organizations
19-
var: aap_organizations
20-
tags: organizations
2121
- role: gateway_service_clusters
2222
var: gateway_service_clusters
2323
tags: service_clusters
@@ -30,18 +30,18 @@ gateway_configuration_dispatcher_roles:
3030
- role: gateway_services
3131
var: gateway_services
3232
tags: services
33-
- role: gateway_role_user_assignments
34-
var: gateway_role_user_assignments
35-
tags: role_user_assignments
36-
- role: gateway_routes
37-
var: gateway_routes
38-
tags: routes
3933
- role: gateway_teams
4034
var: aap_teams
4135
tags: teams
4236
- role: gateway_users
4337
var: aap_user_accounts
4438
tags: users
39+
- role: gateway_role_user_assignments
40+
var: gateway_role_user_assignments
41+
tags: role_user_assignments
42+
- role: gateway_routes
43+
var: gateway_routes
44+
tags: routes
4545

4646
hub_configuration_dispatcher_roles:
4747
- role: hub_namespace

0 commit comments

Comments
 (0)