Open exratione opened 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
.
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
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 expectinggenerated-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 thestreisand-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 thevagrant up
case for launching both virtual machines - or even just one and then the other separately - and it is not.Options:
Vagrantfile
to add some Ruby code that preventsvagrant up
without specifying a machine name, and change the documentation to note that you have to create the host and then the client, and in between manage the file.streisand-host
creategenerated-docs/gateway-password.txt
.