X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mock%2Fmock.cfg.template;h=17800b5d7d475b52f264099ba0da82f498aa915d;hb=c9329b7df4c8a39f97f0c16fc2b14b3ca25d9896;hp=e2db78ba470b1464c7b2d7ebe5369fb6e8d0493b;hpb=4ded4f2a805e9447be90751d7d4fb7e11552e545;p=ta%2Fbuild-tools.git 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"