Override MCP_VERSION for TryMCP installation
Change-Id: I5d07d46f46e76c4c9001d1cc89225d715809250f
Related-bug: #PROD-25245 (PROD:25245)
diff --git a/trymcp-day01-image/files/etc/cloud/cloud.cfg b/trymcp-day01-image/files/etc/cloud/cloud.cfg
index b0a87f9..10290e1 100644
--- a/trymcp-day01-image/files/etc/cloud/cloud.cfg
+++ b/trymcp-day01-image/files/etc/cloud/cloud.cfg
@@ -80,6 +80,8 @@
- sed -i'.orig' -e's/PermitRootLogin.*/PermitRootLogin yes/g' -e's/PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config
- service sshd restart
- salt-call --timeout=120 test.ping
+ - salt-call saltutil.clear_cache
+ - salt-call saltutil.refresh_pillar
- salt-call saltutil.sync_all
- systemctl restart docker
- sleep 20