Add bootstrap_done flag
* Those flag needed only for internal
automation CI
Related-Bug: PROD-23446 (PROD:23446)
Change-Id: I230e957546f581dbce2ee86130cf372bf22c49bc
diff --git a/config-drive/master_config.yaml b/config-drive/master_config.yaml
index 0ca6e24..910ef78 100644
--- a/config-drive/master_config.yaml
+++ b/config-drive/master_config.yaml
@@ -203,7 +203,10 @@
systemctl stop ${s} || true
sleep 1
done
+ # Set bootstrap-done flag for future
+ mkdir -p /var/log/mcp/
+ touch /var/log/mcp/.bootstrap_done
sync
reboot
runcmd:
- - [bash, -cex, *master_config]
\ No newline at end of file
+ - [bash, -cex, *master_config]