Add mock variables
[ta/build-tools.git] / mock / mock.cfg.template
index e2db78b..17800b5 100644 (file)
@@ -48,10 +48,15 @@ config_opts['macros']['%_provisioning_path'] = "%{_installation_root_path}/provi
 config_opts['macros']['%_postconfig_path'] = "%{_installation_root_path}/postconfig"
 config_opts['macros']['%_finalize_path'] = "%{_installation_root_path}/finalize"
 config_opts['macros']['%_ansible_filter_plugins_path'] = "%{_roles_path}/plugins/filter"
+config_opts['macros']['%_ansible_modules_path'] = "%{_roles_path}/plugins/library"
 config_opts['macros']['%_caas_path'] = "/var/lib/caas"
 config_opts['macros']['%_caas_container_tar_path'] = "%{_caas_path}/images"
 config_opts['macros']['%_caas_manifest_path'] = "%{_caas_path}/manifests"
-config_opts['macros']['%_caas_chart_path'] = "${_caas_path}/chart/"
+config_opts['macros']['%_caas_chart_path'] = "%{_caas_path}/infra-charts"
+config_opts['macros']['%_caas_libexec_path'] = "%{_libexecdir}/caas"
+config_opts['macros']['%_caas_rbac_manifests_path'] = "%{_caas_path}/rbac_manifests"
+config_opts['macros']['%_cm_config_dir'] = "%{_platform_etc_path}/cmframework/config"
+config_opts['macros']['%_cm_caas_config_file'] = "%{_cm_config_dir}/caas.yaml"
 config_opts['macros']['%_platform_bin_path'] = "/usr/local/bin"
 config_opts['macros']['%_platform_lib_path'] = "/usr/local/lib"
 config_opts['macros']['%_platform_etc_path'] = "/etc"