MANIFEST.in
README.md
license
pyproject.toml
AEFM/__init__.py
AEFM/__main__.py
AEFM.egg-info/PKG-INFO
AEFM.egg-info/SOURCES.txt
AEFM.egg-info/dependency_links.txt
AEFM.egg-info/requires.txt
AEFM.egg-info/top_level.txt
AEFM/cli/__init__.py
AEFM/cli/commands.py
AEFM/cli/config_template.py
AEFM/cli/messages.py
AEFM/cli/utils.py
AEFM/configs/__init__.py
AEFM/data_collector/__init__.py
AEFM/data_collector/base.py
AEFM/data_collector/interfaces.py
AEFM/data_collector/jaeger_trace_collector.py
AEFM/data_collector/models.py
AEFM/data_collector/prom_hardware_collector.py
AEFM/data_collector/wrk_throughput_collector.py
AEFM/deployer/__init__.py
AEFM/deployer/base.py
AEFM/deployer/init_media_microsvc_1.py
AEFM/deployer/init_media_microsvc_2.py
AEFM/deployer/init_social_network.py
AEFM/deployer/intrefaces.py
AEFM/deployer/datasets/social-graph/ego-twitter/ego-twitter-original.txt
AEFM/deployer/datasets/social-graph/ego-twitter/ego-twitter.edges
AEFM/deployer/datasets/social-graph/ego-twitter/ego-twitter.nodes
AEFM/deployer/datasets/social-graph/ego-twitter/readme.md
AEFM/deployer/datasets/social-graph/soc-twitter-follows-mun/readme.html
AEFM/deployer/datasets/social-graph/soc-twitter-follows-mun/soc-twitter-follows-mun.edges
AEFM/deployer/datasets/social-graph/soc-twitter-follows-mun/soc-twitter-follows-mun.nodes
AEFM/deployer/datasets/social-graph/socfb-Reed98/readme.html
AEFM/deployer/datasets/social-graph/socfb-Reed98/socfb-Reed98.edges
AEFM/deployer/datasets/social-graph/socfb-Reed98/socfb-Reed98.nodes
AEFM/deployer/datasets/tmdb/casts-tiny.json
AEFM/deployer/datasets/tmdb/casts.json
AEFM/deployer/datasets/tmdb/get_casts.py
AEFM/deployer/datasets/tmdb/get_movies.py
AEFM/deployer/datasets/tmdb/movies-tiny.json
AEFM/deployer/datasets/tmdb/movies.json
AEFM/inf_generator/__init__.py
AEFM/inf_generator/base.py
AEFM/inf_generator/interfaces.py
AEFM/inf_generator/templates/interference.yaml
AEFM/inf_generator/templates/net-inf.yaml
AEFM/manager/__init__.py
AEFM/manager/base.py
AEFM/manager/events.py
AEFM/manager/interfaces.py
AEFM/models/__init__.py
AEFM/models/node.py
AEFM/models/pod_spec.py
AEFM/models/test_case.py
AEFM/models/test_cases.py
AEFM/templates/handlers.py
AEFM/templates/main.py
AEFM/templates/sample_configs.yaml
AEFM/utils/delete_from.py
AEFM/utils/files.py
AEFM/utils/jaeger_fetcher.py
AEFM/utils/kubernetes.py
AEFM/utils/kubernetes_YAMLs.py
AEFM/utils/logger.py
AEFM/utils/prom_fetcher.py
AEFM/utils/timer.py
AEFM/utils/trace_processor.py
AEFM/workload_generator/__init__.py
AEFM/workload_generator/base.py
AEFM/workload_generator/interfaces.py
AEFM/workload_generator/wrk_scripts/hotel/login.lua
AEFM/workload_generator/wrk_scripts/hotel/mixed-workload_type_1.lua
AEFM/workload_generator/wrk_scripts/hotel/recommendation.lua
AEFM/workload_generator/wrk_scripts/hotel/reserve.lua
AEFM/workload_generator/wrk_scripts/hotel/search.lua
AEFM/workload_generator/wrk_scripts/media/compose-review.lua
AEFM/workload_generator/wrk_scripts/social/compose-post.lua
AEFM/workload_generator/wrk_scripts/social/mixed-workload.lua
AEFM/workload_generator/wrk_scripts/social/read-home-timeline.lua
AEFM/workload_generator/wrk_scripts/social/read-user-timeline.lua
AEFM/workload_generator/wrk_scripts/train/query.lua
AEFM/yaml_repository/hotel/infra/consul_Deployment.yaml
AEFM/yaml_repository/hotel/infra/consul_Service.yaml
AEFM/yaml_repository/hotel/infra/geo-pv_PersistentVolume.yaml
AEFM/yaml_repository/hotel/infra/geo-pvc_PersistentVolumeClaim.yaml
AEFM/yaml_repository/hotel/infra/jaeger_Deployment.yaml
AEFM/yaml_repository/hotel/infra/jaeger_Service.yaml
AEFM/yaml_repository/hotel/infra/memcached-profile_Deployment.yaml
AEFM/yaml_repository/hotel/infra/memcached-profile_Service.yaml
AEFM/yaml_repository/hotel/infra/memcached-rate_Deployment.yaml
AEFM/yaml_repository/hotel/infra/memcached-rate_Service.yaml
AEFM/yaml_repository/hotel/infra/memcached-reserve_Deployment.yaml
AEFM/yaml_repository/hotel/infra/memcached-reserve_Service.yaml
AEFM/yaml_repository/hotel/infra/mongodb-geo_Deployment.yaml
AEFM/yaml_repository/hotel/infra/mongodb-geo_Service.yaml
AEFM/yaml_repository/hotel/infra/mongodb-profile_Deployment.yaml
AEFM/yaml_repository/hotel/infra/mongodb-profile_Service.yaml
AEFM/yaml_repository/hotel/infra/mongodb-rate_Deployment.yaml
AEFM/yaml_repository/hotel/infra/mongodb-rate_Service.yaml
AEFM/yaml_repository/hotel/infra/mongodb-recommendation_Deployment.yaml
AEFM/yaml_repository/hotel/infra/mongodb-recommendation_Service.yaml
AEFM/yaml_repository/hotel/infra/mongodb-reservation_Deployment.yaml
AEFM/yaml_repository/hotel/infra/mongodb-reservation_Service.yaml
AEFM/yaml_repository/hotel/infra/mongodb-user_Deployment.yaml
AEFM/yaml_repository/hotel/infra/mongodb-user_Service.yaml
AEFM/yaml_repository/hotel/infra/profile-pv_PersistentVolume.yaml
AEFM/yaml_repository/hotel/infra/profile-pvc_PersistentVolumeClaim.yaml
AEFM/yaml_repository/hotel/infra/rate-pv_PersistentVolume.yaml
AEFM/yaml_repository/hotel/infra/rate-pvc_PersistentVolumeClaim.yaml
AEFM/yaml_repository/hotel/infra/recommendation-pv_PersistentVolume.yaml
AEFM/yaml_repository/hotel/infra/recommendation-pvc_PersistentVolumeClaim.yaml
AEFM/yaml_repository/hotel/infra/reservation-pv_PersistentVolume.yaml
AEFM/yaml_repository/hotel/infra/reservation-pvc_PersistentVolumeClaim.yaml
AEFM/yaml_repository/hotel/infra/user-pv_PersistentVolume.yaml
AEFM/yaml_repository/hotel/infra/user-pvc_PersistentVolumeClaim.yaml
AEFM/yaml_repository/hotel/under_test/frontend_Deployment.yaml
AEFM/yaml_repository/hotel/under_test/frontend_Service.yaml
AEFM/yaml_repository/hotel/under_test/geo_Deployment.yaml
AEFM/yaml_repository/hotel/under_test/geo_Service.yaml
AEFM/yaml_repository/hotel/under_test/profile_Deployment.yaml
AEFM/yaml_repository/hotel/under_test/profile_Service.yaml
AEFM/yaml_repository/hotel/under_test/rate_Deployment.yaml
AEFM/yaml_repository/hotel/under_test/rate_Service.yaml
AEFM/yaml_repository/hotel/under_test/recommendation_Deployment.yaml
AEFM/yaml_repository/hotel/under_test/recommendation_Service.yaml
AEFM/yaml_repository/hotel/under_test/reservation_Deployment.yaml
AEFM/yaml_repository/hotel/under_test/reservation_Service.yaml
AEFM/yaml_repository/hotel/under_test/search_Deployment.yaml
AEFM/yaml_repository/hotel/under_test/search_Service.yaml
AEFM/yaml_repository/hotel/under_test/user_Deployment.yaml
AEFM/yaml_repository/hotel/under_test/user_Service.yaml
AEFM/yaml_repository/media/infra/cast-info-memcached.yaml
AEFM/yaml_repository/media/infra/cast-info-mongodb.yaml
AEFM/yaml_repository/media/infra/compose-review-memcached.yaml
AEFM/yaml_repository/media/infra/jaeger.yaml
AEFM/yaml_repository/media/infra/movie-id-memcached.yaml
AEFM/yaml_repository/media/infra/movie-id-mongodb.yaml
AEFM/yaml_repository/media/infra/movie-info-memcached.yaml
AEFM/yaml_repository/media/infra/movie-info-mongodb.yaml
AEFM/yaml_repository/media/infra/movie-review-mongodb.yaml
AEFM/yaml_repository/media/infra/movie-review-redis.yaml
AEFM/yaml_repository/media/infra/plot-memcached.yaml
AEFM/yaml_repository/media/infra/plot-mongodb.yaml
AEFM/yaml_repository/media/infra/rating-redis.yaml
AEFM/yaml_repository/media/infra/review-storage-memcached.yaml
AEFM/yaml_repository/media/infra/review-storage-mongodb.yaml
AEFM/yaml_repository/media/infra/user-memcached.yaml
AEFM/yaml_repository/media/infra/user-mongodb.yaml
AEFM/yaml_repository/media/infra/user-review-mongodb.yaml
AEFM/yaml_repository/media/infra/user-review-redis.yaml
AEFM/yaml_repository/media/under_test/cast-info-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/cast-info-service_Service.yaml
AEFM/yaml_repository/media/under_test/compose-review-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/compose-review-service_Service.yaml
AEFM/yaml_repository/media/under_test/movie-id-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/movie-id-service_Service.yaml
AEFM/yaml_repository/media/under_test/movie-info-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/movie-info-service_Service.yaml
AEFM/yaml_repository/media/under_test/movie-review-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/movie-review-service_Service.yaml
AEFM/yaml_repository/media/under_test/nginx-web-server_Deployment.yaml
AEFM/yaml_repository/media/under_test/nginx-web-server_Service.yaml
AEFM/yaml_repository/media/under_test/plot-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/plot-service_Service.yaml
AEFM/yaml_repository/media/under_test/rating-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/rating-service_Service.yaml
AEFM/yaml_repository/media/under_test/review-storage-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/review-storage-service_Service.yaml
AEFM/yaml_repository/media/under_test/text-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/text-service_Service.yaml
AEFM/yaml_repository/media/under_test/unique-id-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/unique-id-service_Service.yaml
AEFM/yaml_repository/media/under_test/user-review-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/user-review-service_Service.yaml
AEFM/yaml_repository/media/under_test/user-service_Deployment.yaml
AEFM/yaml_repository/media/under_test/user-service_Service.yaml
AEFM/yaml_repository/social/infra/compose-post-redis.yaml
AEFM/yaml_repository/social/infra/home-timeline-redis.yaml
AEFM/yaml_repository/social/infra/jaeger.yaml
AEFM/yaml_repository/social/infra/media-memcached.yaml
AEFM/yaml_repository/social/infra/media-mongodb.yaml
AEFM/yaml_repository/social/infra/post-storage-memcached.yaml
AEFM/yaml_repository/social/infra/post-storage-mongodb.yaml
AEFM/yaml_repository/social/infra/social-graph-mongodb.yaml
AEFM/yaml_repository/social/infra/social-graph-redis.yaml
AEFM/yaml_repository/social/infra/url-shorten-memcached.yaml
AEFM/yaml_repository/social/infra/url-shorten-mongodb.yaml
AEFM/yaml_repository/social/infra/user-memcached.yaml
AEFM/yaml_repository/social/infra/user-mongodb.yaml
AEFM/yaml_repository/social/infra/user-timeline-mongodb.yaml
AEFM/yaml_repository/social/infra/user-timeline-redis.yaml
AEFM/yaml_repository/social/infra/write-home-timeline-rabbitmq.yaml
AEFM/yaml_repository/social/under_test/compose-post-service.yaml
AEFM/yaml_repository/social/under_test/home-timeline-service.yaml
AEFM/yaml_repository/social/under_test/media-service.yaml
AEFM/yaml_repository/social/under_test/nginx-thrift.yaml
AEFM/yaml_repository/social/under_test/post-storage-service.yaml
AEFM/yaml_repository/social/under_test/social-graph-service.yaml
AEFM/yaml_repository/social/under_test/text-service.yaml
AEFM/yaml_repository/social/under_test/unique-id-service.yaml
AEFM/yaml_repository/social/under_test/url-shorten-service.yaml
AEFM/yaml_repository/social/under_test/user-mention-service.yaml
AEFM/yaml_repository/social/under_test/user-service.yaml
AEFM/yaml_repository/social/under_test/user-timeline-service.yaml
AEFM/yaml_repository/social/under_test/write-home-timeline-service.yaml
AEFM/yaml_repository/train/infra/jaeger-collector_Service.yaml
AEFM/yaml_repository/train/infra/jaeger-query_Service.yaml
AEFM/yaml_repository/train/infra/jaeger_Deployment.yaml
AEFM/yaml_repository/train/infra/jaeger_Service.yaml
AEFM/yaml_repository/train/infra/ts-assurance-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-assurance-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-auth-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-auth-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-config-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-config-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-consign-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-consign-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-consign-price-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-consign-price-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-contacts-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-contacts-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-food-map-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-food-map-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-food-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-food-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-inside-payment-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-inside-payment-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-order-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-order-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-order-other-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-order-other-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-payment-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-payment-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-price-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-price-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-route-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-route-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-security-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-security-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-station-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-station-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-ticket-office-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-ticket-office-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-train-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-train-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-travel-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-travel-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-travel2-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-travel2-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-user-mongo_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-user-mongo_Service.yaml
AEFM/yaml_repository/train/infra/ts-voucher-mysql_Deployment.yaml
AEFM/yaml_repository/train/infra/ts-voucher-mysql_Service.yaml
AEFM/yaml_repository/train/infra/zipkin_Service.yaml
AEFM/yaml_repository/train/under_test/ts-admin-basic-info-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-admin-basic-info-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-admin-order-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-admin-order-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-admin-route-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-admin-route-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-admin-travel-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-admin-travel-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-admin-user-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-admin-user-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-assurance-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-assurance-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-auth-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-auth-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-basic-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-basic-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-cancel-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-cancel-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-config-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-config-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-consign-price-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-consign-price-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-consign-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-consign-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-contacts-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-contacts-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-execute-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-execute-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-food-map-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-food-map-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-food-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-food-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-inside-payment-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-inside-payment-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-news-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-news-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-notification-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-notification-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-order-other-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-order-other-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-order-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-order-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-payment-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-payment-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-preserve-other-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-preserve-other-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-preserve-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-preserve-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-price-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-price-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-rebook-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-rebook-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-route-plan-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-route-plan-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-route-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-route-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-seat-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-seat-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-security-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-security-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-station-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-station-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-ticket-office-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-ticket-office-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-ticketinfo-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-ticketinfo-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-train-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-train-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-travel-plan-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-travel-plan-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-travel-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-travel-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-travel2-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-travel2-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-ui-dashboard_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-ui-dashboard_Service.yaml
AEFM/yaml_repository/train/under_test/ts-user-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-user-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-verification-code-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-verification-code-service_Service.yaml
AEFM/yaml_repository/train/under_test/ts-voucher-service_Deployment.yaml
AEFM/yaml_repository/train/under_test/ts-voucher-service_Service.yaml