Skip to content

Commit

Permalink
fix(reuse_cluster): fix reuse_cluster flow for Azure backend
Browse files Browse the repository at this point in the history
The change adds a method to sdcm.cluster_azure.ScyllaAzureCluster class to call
syslog-ng (re)configuration script during reuse_cluster flow.

Fixes: scylladb#8520
  • Loading branch information
dimakr committed Sep 6, 2024
1 parent 64fa8b3 commit 94433cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdcm/cluster_azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ def __init__(self, image_id, root_disk_size, # pylint: disable=too-many-argumen
def _wait_for_preinstalled_scylla(node):
node.wait_for_machine_image_configured()

def _reuse_cluster_setup(self, node: AzureNode) -> None:
node.run_startup_script()


class LoaderSetAzure(cluster.BaseLoaderSet, AzureCluster):

Expand Down

0 comments on commit 94433cc

Please sign in to comment.