On 6/13/2019, all DS deployments started failing. Looking in to this, I saw that the VM setup script was failing. I also saw that there was a UI prompt that was coming up during Docker installation. The usual '-y' option on apt-get wasn't working to disable this prompt (as I think that this was an actual UI that is coming up, and not a prompt). Doing some investigation lead me to find a method to disable this UI prompt:
On 6/13/2019, all DS deployments started failing. Looking in to this, I saw that the VM setup script was failing. I also saw that there was a UI prompt that was coming up during Docker installation. The usual '-y' option on apt-get wasn't working to disable this prompt (as I think that this was an actual UI that is coming up, and not a prompt). Doing some investigation lead me to find a method to disable this UI prompt:
https://askubuntu.com/questions/506158/unable-to-initialize-frontend-dialog-when-using-ssh ...
Change type
Checklist:
This change is