]
oka[
"sw_catalog_path"
- ] = f"{oka_type}/{db_oka['git_name']}/templates"
+ ] = f"{oka_type}/{db_oka['git_name'].lower()}/templates"
op_params.append(ksu_params)
_, workflow_name = await self.odu.launch_workflow(
oka_type = MAP_PROFILE[
oka_item.get("profile_type", "infra_controller_profiles")
]
- oka_name = oka_item["git_name"]
+ oka_name = oka_item["git_name"].lower()
oka_path = f"{oka_type}/{oka_name}/templates"
workflow_template = "launcher-create-ksu-hr.j2"
oka_type = MAP_PROFILE[
oka_item.get("profile_type", "infra_controller_profiles")
]
- oka_name = oka_item["git_name"]
+ oka_name = oka_item["git_name"].lower()
oka_path = f"{oka_type}/{oka_name}/templates"
workflow_template = "launcher-update-ksu-hr.j2"