我正在自动化一个用例,该用例要求在虚拟盒(远程放置)上部署容器映像(转换为vmdk)。
自动创建VBox(使用API等)工作正常,但是我被困在设置后需要启动vbox的地步,它提示我确认“所有数据将在/ dev /中删除。 sda...。按“是或否”。
在这一点上,我没有太多选择,只能手动输入“是”并继续。考虑到这将通过自动化来完成。我尝试了以下方法:
i. Enabling serial port \\.\pipe\<name of vbx mc> .
ii. As VBox IP will not be available it will be again difficult as not ssh session should be spawned. Port forwarding also appears out of scope.
我正在寻找一种通过自动化或您有其他建议可以输入到控制台的方法。提前致谢。
PS:我正在使用Python,Ansible来实现上述自动化。