StreisandEffect / discussions

30 stars 3 forks source link

the streisand-client virtual machine fails due to missing generated-docs/gateway-password.txt #53

Open exratione opened 7 years ago

exratione commented 7 years ago

As a continuation of https://github.com/StreisandEffect/discussions/issues/50, I see that during vagrant up to launch both virtual machines, the second, streisand-client fails because it is expecting generated-docs/gateway-password.txt to exist.

The documentation in documentation/testing.md is fairly clear that you have to create this file yourself if you are firing up the streisand-client virtual machine on its own for remote testing.

However, I'd expect it to be automatically created by the process of launching streisand-host in the vagrant up case for launching both virtual machines - or even just one and then the other separately - and it is not.

Options:

cpu commented 7 years ago

have the creation of streisand-host create generated-docs/gateway-password.txt.

I suspect this is a regression. It used to be the case that running vagrant up would ensure the streisand-host was using the correct test var to generate all of the resources needed by the streisand-client.

cpu commented 6 years ago

have the creation of streisand-host create generated-docs/gateway-password.txt.

I fixed this as part of https://github.com/StreisandEffect/streisand/pull/1047