Add additional detail in commit

This commit is contained in:
2022-10-25 21:03:30 +00:00
parent 511df41fa4
commit 871955e5b6
2 changed files with 4 additions and 2 deletions

View File

@ -76,7 +76,7 @@ def run_bootstrap(config, cspec, cluster, nodes):
logger.info("{}: {}".format(r.status, r.rc))
logger.info(r.stats)
if r.rc == 0:
git.commit_repository(config)
git.commit_repository(config, f"Generated files for cluster '{cluster.name}'")
git.push_repository(config)
notifications.send_webhook(config, "success", f"Cluster {cluster.name}: Completed Ansible bootstrap")
else: