From 7230ba612189f804bb0a94b0a3be50fb19251624 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 13 Mar 2023 16:13:52 +0000 Subject: [PATCH] Fix cluster name --- bootstrap-daemon/pvcbootstrapd/lib/ansible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-daemon/pvcbootstrapd/lib/ansible.py b/bootstrap-daemon/pvcbootstrapd/lib/ansible.py index 8361622..aca4dd6 100755 --- a/bootstrap-daemon/pvcbootstrapd/lib/ansible.py +++ b/bootstrap-daemon/pvcbootstrapd/lib/ansible.py @@ -54,7 +54,7 @@ def run_bootstrap(config, cspec, cluster, nodes): logger.info("Waiting 60s before starting Ansible bootstrap.") sleep(60) - logger.info("Starting Ansible bootstrap of cluster {cluster.name}") + logger.info(f"Starting Ansible bootstrap of cluster {cluster.name}") notifications.send_webhook(config, "begin", f"Cluster {cluster.name}: Starting Ansible bootstrap") # Run the Ansible playbooks