Add mock variables 77/677/1
authorKrisztian Lengyel <krisztian.lengyel@nokia.com>
Mon, 29 Apr 2019 12:38:48 +0000 (14:38 +0200)
committerSaku Chydenius <saku.chydenius@nokia.com>
Mon, 13 May 2019 11:55:28 +0000 (14:55 +0300)
Change-Id: If5b964299590cea877e5546eb518e0b3521c929a
Signed-off-by: Krisztian Lengyel <krisztian.lengyel@nokia.com>
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"