Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the object creation order for the gateway staf. #1025

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelogs/fragments/dispatcher_gateway_order.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- Fixed the object creation order for the gateway staf.
18 changes: 9 additions & 9 deletions roles/dispatch/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ gateway_configuration_dispatcher_roles:
- role: gateway_settings
var: gateway_settings
tags: settings
- role: gateway_organizations
var: aap_organizations
tags: organizations
- role: gateway_applications
var: aap_applications
tags: applications
- role: gateway_http_ports
var: http_ports_list
tags: http_ports
- role: gateway_organizations
var: aap_organizations
tags: organizations
- role: gateway_service_clusters
var: gateway_service_clusters
tags: service_clusters
Expand All @@ -30,18 +30,18 @@ gateway_configuration_dispatcher_roles:
- role: gateway_services
var: gateway_services
tags: services
- role: gateway_role_user_assignments
var: gateway_role_user_assignments
tags: role_user_assignments
- role: gateway_routes
var: gateway_routes
tags: routes
- role: gateway_teams
var: aap_teams
tags: teams
- role: gateway_users
var: aap_user_accounts
tags: users
- role: gateway_role_user_assignments
var: gateway_role_user_assignments
tags: role_user_assignments
- role: gateway_routes
var: gateway_routes
tags: routes

hub_configuration_dispatcher_roles:
- role: hub_namespace
Expand Down
Loading