Fix cluster name

This commit is contained in:
Joshua Boniface 2023-03-13 16:13:52 +00:00
parent 9cb675a60f
commit 7230ba6121
1 changed files with 1 additions and 1 deletions

View File

@ -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