From 5448a5f6858ac2a21bee0dc3898eddcbf85a84ab Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Sat, 14 Dec 2024 22:56:39 +0900 Subject: [PATCH 1/2] add controller_configuration role vars entry --- CONVERSION_GUIDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONVERSION_GUIDE.md b/CONVERSION_GUIDE.md index dbf6f2b27..abba770c8 100644 --- a/CONVERSION_GUIDE.md +++ b/CONVERSION_GUIDE.md @@ -112,12 +112,13 @@ controller_configuration vars: - controller_projects - controller_inventories - controller_inventory_sources -- controller_inventory_sources - controller_hosts +- controller_groups - controller_bulk_hosts - controller_templates - controller_workflows - controller_schedules +- controller_roles - controller_launch_jobs - controller_workflow_launch_jobs - aap_user_accounts <- controller_user_accounts From 1fdd47ad8231ea4251e3848d604550d8fa94b525 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Sat, 14 Dec 2024 22:57:22 +0900 Subject: [PATCH 2/2] fix to dispatch role README --- CONVERSION_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONVERSION_GUIDE.md b/CONVERSION_GUIDE.md index abba770c8..07ff085c8 100644 --- a/CONVERSION_GUIDE.md +++ b/CONVERSION_GUIDE.md @@ -218,7 +218,7 @@ The dispatch role has changed to use the following order: - controller roles - eda roles -These loop through all the applicable roles to create objects in the AAP. They will skip the role if the variable used in that role is not defined. you can tweak each services set of roles, or only run a single services roles by using the `aap_configuration_dispatcher_roles` variables. Refer to the [Dispatch role readme](roles/eda_controller_tokens/README.md) for more information. +These loop through all the applicable roles to create objects in the AAP. They will skip the role if the variable used in that role is not defined. you can tweak each services set of roles, or only run a single services roles by using the `aap_configuration_dispatcher_roles` variables. Refer to the [Dispatch role readme](roles/dispatch/README.md) for more information. ## Roles moved