Skip to content

deploy: disable configured `service_name` on secondary target hosts

Jaime Nuche requested to merge disable_service_on_secondary_host into master

The new functionality is controlled via a disable-secondary flag that can be appended to a service specified in service_name. Primary hosts will still be restarted or reloaded as before.

The provisioner/configuration manager of our target hosts (normally Puppet) is responsible for marking a host as secondary using the file specified in secondary_host_signal_file

Bug: T343447

Edited by Jaime Nuche

Merge request reports