You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM is supposed to boot normally without Ansible errors due to missing file and the portal should be accessible at localhost:18080.
Actual behavior
VM starts and is reachable by ssh but an Ansible error occurs at boot because of a missing file called mip-microservices-infrastructure/common/playbooks/portal-database.yml. The VM is not reachable by HTTP at port 18080 and 15080.
Software version
Virtualbox version: 5.1.22 r115126
Host operating system
Debug output
https://gist.github.com/groovytron/88d681def9ff0d60d163472046026653
Expected behavior
VM is supposed to boot normally without Ansible errors due to missing file and the portal should be accessible at localhost:18080.
Actual behavior
VM starts and is reachable by ssh but an Ansible error occurs at boot because of a missing file called
mip-microservices-infrastructure/common/playbooks/portal-database.yml
. The VM is not reachable by HTTP at port 18080 and 15080.Steps to reproduce
From the root of the project directory:
cd /demo/frontend/portal
.vagrant up --provider=virtualbox
.The text was updated successfully, but these errors were encountered: