From c9329b7df4c8a39f97f0c16fc2b14b3ca25d9896 Mon Sep 17 00:00:00 2001 From: Krisztian Lengyel Date: Mon, 29 Apr 2019 14:38:48 +0200 Subject: [PATCH] Add mock variables Change-Id: If5b964299590cea877e5546eb518e0b3521c929a Signed-off-by: Krisztian Lengyel --- mock/mock.cfg.template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mock/mock.cfg.template b/mock/mock.cfg.template index e2db78b..17800b5 100644 --- a/mock/mock.cfg.template +++ b/mock/mock.cfg.template @@ -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" -- 2.16.6