Hello, as some of you know I'm pretty new to JClouds… let me please ask some
questions I haven’t been able to solve with JavaDoc/online docs (I’m using
Softlayer provider):
1) How can I specify that I want a new Node to use a specific IP address (in
the subnet or address list that I have reserved/rented in the provider) when
createNodesInGroup(...)? I can't find it in templateBuilder methods nor
TemplateOptions class.
2) In a single node provision the correct way to specify the name for a node
TemplateOptions templateOptions = nodeNames(new
ArrayList<String>(){{add(nodeName);}})
(I don’t see some nodeName() option for a simple node creation)
3) To specify public key I’m using
templateOptions.authorizePublicKey(publicKey);
is there a way to specify the publicKey id or name stored in the provider
service?
Thanks for any help/directions.
Ignacio de Córdoba
[email protected]
Red Skios S.A. - www.skios.es