Hi
google-compute-engine / head
I’ve created a network called ‘multicloud’, and I’m trying to create nodes that
are assigned to that network:
TemplateOptions options = getComputeService()
.templateOptions();
options.networks("multicloud");
Nodes are created (but not ‘properly’, I get an exception - ssh connection
fails), but they are not on the specified network.
I don’t think it’s related to the ssh failure, because the nodes ARE part of a
network created by jclouds, that opens up port 22 (how do I disable that, btw?)
Thanks!
(Y)