Skip to content

Commit

Permalink
Remove promtail configuration option (#15763)
Browse files Browse the repository at this point in the history
(cherry picked from commit 303489b)
  • Loading branch information
ogajduse authored and web-flow committed Jul 25, 2024
1 parent 36981cb commit a327cc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pytest_fixtures/core/sat_cap_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def get_deploy_args(request):
deploy_args = {
'deploy_rhel_version': rhel_version.base_version,
'deploy_flavor': settings.flavors.default,
'promtail_config_template_file': 'config_sat.j2',
'workflow': settings.server.deploy_workflows.os,
}
if hasattr(request, 'param'):
Expand Down Expand Up @@ -317,7 +316,6 @@ def cap_ready_rhel():
deploy_args = {
'deploy_rhel_version': rhel_version.base_version,
'deploy_flavor': settings.flavors.default,
'promtail_config_template_file': 'config_sat.j2',
'workflow': settings.capsule.deploy_workflows.os,
}
with Broker(**deploy_args, host_class=Capsule) as host:
Expand Down
1 change: 0 additions & 1 deletion robottelo/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def lru_sat_ready_rhel(rhel_ver):
deploy_args = {
'deploy_rhel_version': rhel_version,
'deploy_flavor': settings.flavors.default,
'promtail_config_template_file': 'config_sat.j2',
'workflow': settings.server.deploy_workflows.os,
}
return Broker(**deploy_args, host_class=Satellite).checkout()
Expand Down

0 comments on commit a327cc6

Please sign in to comment.