The same thing we do every night, Pinky - try to take over the world!
This commit is contained in:
BIN
assets/videos/demo/gce-instance-creation.gif
Normal file
BIN
assets/videos/demo/gce-instance-creation.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 211 KiB |
BIN
assets/videos/demo/gce-instance-delete.gif
Normal file
BIN
assets/videos/demo/gce-instance-delete.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
assets/videos/demo/gce-instance-list.gif
Normal file
BIN
assets/videos/demo/gce-instance-list.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/videos/demo/gce-instance-ssh.gif
Normal file
BIN
assets/videos/demo/gce-instance-ssh.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 MiB |
@@ -1150,7 +1150,9 @@ def create_node(provider, name=None, location=None, size=None, image=None, confi
|
||||
print(node.name + " created successfully")
|
||||
print("Node is initializing")
|
||||
print("ip to connect to")
|
||||
print("\nIP: %s\n" % (node.public_ips))
|
||||
print("\nIP: %s" % (node.public_ips[0]))
|
||||
print("\nssh command: ssh -i path/to/secdep secdep@%s\n" % (node.public_ips[0]))
|
||||
print("If you ever change the port adjust the command accordingly")
|
||||
return node
|
||||
|
||||
def list_all_nodes(provider, filterIn=None):
|
||||
|
||||
Reference in New Issue
Block a user